Searched refs:ts_info (Results 1 – 3 of 3) sorted by relevance
37 return (tspec->ts_info[0] >> 1) & 0x0f; in wmm_ac_get_tsid()43 return (tspec->ts_info[0] >> 5) & 0x03; in wmm_ac_get_direction()49 return (tspec->ts_info[1] >> 3) & 0x07; in wmm_ac_get_user_priority()296 tspec->ts_info[0] = params->tsid << 1; in wmm_ac_build_addts_req()297 tspec->ts_info[0] |= params->direction << 5; in wmm_ac_build_addts_req()298 tspec->ts_info[0] |= WMM_AC_ACCESS_POLICY_EDCA << 7; in wmm_ac_build_addts_req()299 tspec->ts_info[1] = uapsd << 2; in wmm_ac_build_addts_req()300 tspec->ts_info[1] |= params->user_priority << 3; in wmm_ac_build_addts_req()301 tspec->ts_info[2] = 0; in wmm_ac_build_addts_req()
164 up = (tspec->ts_info[1] >> 3) & 0x07; in wmm_process_tspec()165 psb = (tspec->ts_info[1] >> 2) & 0x01; in wmm_process_tspec()166 dir = (tspec->ts_info[0] >> 5) & 0x03; in wmm_process_tspec()167 tid = (tspec->ts_info[0] >> 1) & 0x0f; in wmm_process_tspec()
979 u8 ts_info[3]; member