Searched refs:ppe16 (Results 1 – 4 of 4) sorted by relevance
235 u8 ppe16 = 0, ppe8 = 0; in _hal_update_cctrl_tbl() local239 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20] & 0x7); in _hal_update_cctrl_tbl()242 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()253 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40] & 0x7); in _hal_update_cctrl_tbl()256 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()267 ppe16 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_80] & 0x7); in _hal_update_cctrl_tbl()270 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()
256 u16 ppe8, ppe16; in rtw_he_set_asoc_cap_ppe_thre() local269 ppe16 = LE_BITS_TO_2BYTE(ele_start + offset, shift % 8, 3); in rtw_he_set_asoc_cap_ppe_thre()274 phl_sta->asoc_cap.ppe_thr[i][j] = ((ppe16 & 0x07) | ((ppe8 & 0x07) << 3)); in rtw_he_set_asoc_cap_ppe_thre()