Searched refs:ppe8 (Results 1 – 4 of 4) sorted by relevance
235 u8 ppe16 = 0, ppe8 = 0; in _hal_update_cctrl_tbl() local240 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_20]>>3) & 0x7; in _hal_update_cctrl_tbl()242 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()245 } else if (ppe8 != 7) { in _hal_update_cctrl_tbl()254 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_40]>>3) & 0x7; in _hal_update_cctrl_tbl()256 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()259 } else if (ppe8 != 7) { in _hal_update_cctrl_tbl()268 ppe8 = (sta->asoc_cap.ppe_thr[nss - 1][CHANNEL_WIDTH_80]>>3) & 0x7; in _hal_update_cctrl_tbl()270 if ((ppe16 != 7) && (ppe8 == 7)) { in _hal_update_cctrl_tbl()273 } else if (ppe8 != 7) { in _hal_update_cctrl_tbl()
256 u16 ppe8, ppe16; in rtw_he_set_asoc_cap_ppe_thre() local272 ppe8 = 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()