Home
last modified time | relevance | path

Searched refs:ch_offset (Results 1 – 30 of 30) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723au_xmit.c105 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/
Drtw_ht.h31 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
Drtw_ap.h49 int rtw_ap_inform_ch_switch23a(struct rtw_adapter *padapter, u8 new_ch, u8 ch_offset);
Dieee80211.h310 u8 hal_ch_offset_to_secondary_ch_offset23a(u8 ch_offset);
Drtw_xmit.h145 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
Drtw_cmd.h629 u8 ch_offset; member
Drtw_mlme_ext.h566 u8 new_ch, u8 ch_offset);
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_ht.h34 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
Drtw_ap.h58 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset);
Drtw_cmd.h312 u8 ch_offset; member
Dieee80211.h1104 u8 secondary_ch_offset_to_hal_ch_offset(u8 ch_offset);
1105 u8 hal_ch_offset_to_secondary_ch_offset(u8 ch_offset);
Drtw_xmit.h146 u8 ch_offset;/* PRIME_CHNL_OFFSET */ member
Drtw_mlme_ext.h571 u8 ch_offset);
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c148 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/
Dlightnvm.h88 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/
Drtw_ieee80211.c174 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()
Drtw_ap.c675 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()
Drtw_debug.c267 … "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()
Drtw_mlme_ext.c225 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()
Drtw_wlan_util.c706 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()
Drtw_xmit.c368 pattrib->ch_offset = psta->htpriv.ch_offset; in update_attrib_phy_info()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_ieee80211.c154 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()
Drtw_ap.c571 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()
Drtw_wlan_util.c675 phtpriv_sta->ch_offset = in bwmode_update_check()
679 phtpriv_sta->ch_offset = in bwmode_update_check()
Drtw_mlme_ext.c2245 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()
Drtw_xmit.c354 pattrib->ch_offset = psta->htpriv.ch_offset; in update_attrib_phy_info()
/linux-4.4.14/drivers/nvme/host/
Dlightnvm.c176 __u8 ch_offset; member
/linux-4.4.14/drivers/block/
Dnull_blk.c495 id->ppaf.ch_offset = 56; in null_lnvm_id()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Ddm.c583 primarycca->ch_offset = 0; in rtl92ee_dm_init_primary_cca_check()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1092 u8 ch_offset; member