/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723au_xmit.c | 105 if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in fill_txdesc_vcs() 107 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in fill_txdesc_vcs() 109 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) in fill_txdesc_vcs() 122 if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in fill_txdesc_phy() 124 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in fill_txdesc_phy() 126 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) in fill_txdesc_phy()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtw_ht.h | 31 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
|
D | rtw_ap.h | 49 int rtw_ap_inform_ch_switch23a(struct rtw_adapter *padapter, u8 new_ch, u8 ch_offset);
|
D | ieee80211.h | 310 u8 hal_ch_offset_to_secondary_ch_offset23a(u8 ch_offset);
|
D | rtw_xmit.h | 145 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
|
D | rtw_cmd.h | 629 u8 ch_offset; member
|
D | rtw_mlme_ext.h | 566 u8 new_ch, u8 ch_offset);
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | rtw_ht.h | 34 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
|
D | rtw_ap.h | 58 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset);
|
D | rtw_cmd.h | 312 u8 ch_offset; member
|
D | ieee80211.h | 1104 u8 secondary_ch_offset_to_hal_ch_offset(u8 ch_offset); 1105 u8 hal_ch_offset_to_secondary_ch_offset(u8 ch_offset);
|
D | rtw_xmit.h | 146 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
|
D | rtw_mlme_ext.h | 571 u8 ch_offset);
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
D | rtl8188eu_xmit.c | 148 if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in fill_txdesc_vcs() 150 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in fill_txdesc_vcs() 152 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) in fill_txdesc_vcs() 165 if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in fill_txdesc_phy() 167 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in fill_txdesc_phy() 169 else if (pattrib->ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) in fill_txdesc_phy()
|
/linux-4.4.14/include/linux/ |
D | lightnvm.h | 88 u8 ch_offset; member 295 l.ppa |= ((u64)r.g.ch) << dev->ppaf.ch_offset; in generic_to_dev_addr() 318 l.g.ch |= (r.ppa >> dev->ppaf.ch_offset) & in dev_to_generic_addr()
|
/linux-4.4.14/drivers/staging/rtl8188eu/core/ |
D | rtw_ieee80211.c | 174 inline u8 secondary_ch_offset_to_hal_ch_offset(u8 ch_offset) in secondary_ch_offset_to_hal_ch_offset() argument 176 if (ch_offset == SCN) in secondary_ch_offset_to_hal_ch_offset() 178 else if (ch_offset == SCA) in secondary_ch_offset_to_hal_ch_offset() 180 else if (ch_offset == SCB) in secondary_ch_offset_to_hal_ch_offset() 186 inline u8 hal_ch_offset_to_secondary_ch_offset(u8 ch_offset) in hal_ch_offset_to_secondary_ch_offset() argument 188 if (ch_offset == HAL_PRIME_CHNL_OFFSET_DONT_CARE) in hal_ch_offset_to_secondary_ch_offset() 190 else if (ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in hal_ch_offset_to_secondary_ch_offset() 192 else if (ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in hal_ch_offset_to_secondary_ch_offset()
|
D | rtw_ap.c | 675 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in update_sta_info_apmode() 682 phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in update_sta_info_apmode() 1773 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset) in rtw_ap_inform_ch_switch() argument 1786 FUNC_NDEV_ARG(padapter->pnetdev), new_ch, ch_offset); in rtw_ap_inform_ch_switch() 1797 issue_action_spct_ch_switch(padapter, psta->hwaddr, new_ch, ch_offset); in rtw_ap_inform_ch_switch() 1802 issue_action_spct_ch_switch(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch()
|
D | rtw_debug.c | 267 … "bwmode=%d, ch_offset=%d, sgi=%d\n", psta->htpriv.bwmode, psta->htpriv.ch_offset, psta->htpriv.sg… in proc_get_ap_info() 866 … "bwmode=%d, ch_offset=%d, sgi=%d\n", psta->htpriv.bwmode, psta->htpriv.ch_offset, psta->htpriv.sg… in proc_get_all_sta_info()
|
D | rtw_mlme_ext.c | 225 pattrib->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in update_mgntframe_attrib() 1572 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch, u8 ch_offset) in issue_action_spct_ch_switch() argument 1584 FUNC_NDEV_ARG(padapter->pnetdev), ra, new_ch, ch_offset); in issue_action_spct_ch_switch() 1625 hal_ch_offset_to_secondary_ch_offset(ch_offset)); in issue_action_spct_ch_switch() 4568 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; in update_sta_info() 5605 set_ch_parm->ch, set_ch_parm->bw, set_ch_parm->ch_offset); in set_ch_hdl() 5608 pmlmeext->cur_ch_offset = set_ch_parm->ch_offset; in set_ch_hdl() 5611 set_channel_bwmode(padapter, set_ch_parm->ch, set_ch_parm->ch_offset, set_ch_parm->bw); in set_ch_hdl()
|
D | rtw_wlan_util.c | 706 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in bwmode_update_check() 709 phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in bwmode_update_check()
|
D | rtw_xmit.c | 368 pattrib->ch_offset = psta->htpriv.ch_offset; in update_attrib_phy_info()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_ieee80211.c | 154 inline u8 hal_ch_offset_to_secondary_ch_offset23a(u8 ch_offset) in hal_ch_offset_to_secondary_ch_offset23a() argument 156 if (ch_offset == HAL_PRIME_CHNL_OFFSET_LOWER) in hal_ch_offset_to_secondary_ch_offset23a() 158 else if (ch_offset == HAL_PRIME_CHNL_OFFSET_UPPER) in hal_ch_offset_to_secondary_ch_offset23a()
|
D | rtw_ap.c | 571 phtpriv_sta->ch_offset = pmlmeext->cur_ch_offset; in update_sta_info23a_apmode23a() 582 phtpriv_sta->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in update_sta_info23a_apmode23a() 1628 int rtw_ap_inform_ch_switch23a(struct rtw_adapter *padapter, u8 new_ch, u8 ch_offset) in rtw_ap_inform_ch_switch23a() argument 1641 padapter->pnetdev->name, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a() 1649 issue_action_spct_ch_switch23a(padapter, psta->hwaddr, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a() 1654 issue_action_spct_ch_switch23a(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch23a()
|
D | rtw_wlan_util.c | 675 phtpriv_sta->ch_offset = in bwmode_update_check() 679 phtpriv_sta->ch_offset = in bwmode_update_check()
|
D | rtw_mlme_ext.c | 2245 pattrib->ch_offset = HAL_PRIME_CHNL_OFFSET_DONT_CARE; in update_mgntframe_attrib23a() 3699 u8 *ra, u8 new_ch, u8 ch_offset) in issue_action_spct_ch_switch23a() argument 3709 __func__, padapter->pnetdev->name, ra, new_ch, ch_offset); in issue_action_spct_ch_switch23a() 3743 hal_ch_offset_to_secondary_ch_offset23a(ch_offset)); in issue_action_spct_ch_switch23a() 4995 psta->htpriv.ch_offset = pmlmeext->cur_ch_offset; in update_sta_info23a() 6144 set_ch_parm->bw, set_ch_parm->ch_offset); in set_ch_hdl23a() 6147 pmlmeext->cur_ch_offset = set_ch_parm->ch_offset; in set_ch_hdl23a() 6151 set_ch_parm->ch_offset, set_ch_parm->bw); in set_ch_hdl23a()
|
D | rtw_xmit.c | 354 pattrib->ch_offset = psta->htpriv.ch_offset; in update_attrib_phy_info()
|
/linux-4.4.14/drivers/nvme/host/ |
D | lightnvm.c | 176 __u8 ch_offset; member
|
/linux-4.4.14/drivers/block/ |
D | null_blk.c | 495 id->ppaf.ch_offset = 56; in null_lnvm_id()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | dm.c | 583 primarycca->ch_offset = 0; in rtl92ee_dm_init_primary_cca_check()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 1092 u8 ch_offset; member
|