Searched refs:pSch (Results 1 – 2 of 2) sorted by relevance
635 uint16_t assocId, uint8_t alloc, tSirMacScheduleIE *pSch, in lim_admit_control_add_ts() argument683 if (pSch) { in lim_admit_control_add_ts()684 qdf_mem_zero((uint8_t *) pSch, sizeof(*pSch)); in lim_admit_control_add_ts()685 pSch->svcStartTime = pAddts->tspec.svcStartTime; in lim_admit_control_add_ts()686 pSch->svcInterval = svcInterval; in lim_admit_control_add_ts()687 pSch->maxSvcDuration = (uint16_t) pSch->svcInterval; /* use SP = SI */ in lim_admit_control_add_ts()688 pSch->specInterval = 0x1000; /* fixed for now: TBD */ in lim_admit_control_add_ts()690 pSch->info.direction = pAddts->tspec.tsinfo.traffic.direction; in lim_admit_control_add_ts()691 pSch->info.tsid = pAddts->tspec.tsinfo.traffic.tsid; in lim_admit_control_add_ts()692 pSch->info.aggregation = 0; /* no support for aggregation for now: TBD */ in lim_admit_control_add_ts()
54 tSirMacScheduleIE *pSch,