Searched refs:new_ch (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/drivers/rapidio/ |
D | rio_cm.c | 1075 struct rio_channel *new_ch; in riocm_ch_accept() local 1129 new_ch = riocm_ch_alloc(RIOCM_CHNUM_AUTO); in riocm_ch_accept() 1131 if (IS_ERR(new_ch)) { in riocm_ch_accept() 1133 PTR_ERR(new_ch)); in riocm_ch_accept() 1142 new_ch->cmdev = ch->cmdev; in riocm_ch_accept() 1143 new_ch->loc_destid = ch->loc_destid; in riocm_ch_accept() 1144 new_ch->rem_destid = req->destid; in riocm_ch_accept() 1145 new_ch->rem_channel = req->chan; in riocm_ch_accept() 1154 list_for_each_entry(peer, &new_ch->cmdev->peers, node) { in riocm_ch_accept() 1155 if (peer->rdev->destid == new_ch->rem_destid) { in riocm_ch_accept() [all …]
|
/Linux-v5.15/drivers/staging/r8188eu/include/ |
D | rtw_ap.h | 40 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset);
|
D | ieee80211.h | 1142 u8 new_ch, u8 ch_switch_cnt);
|
D | rtw_mlme_ext.h | 579 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch,
|
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_ap.c | 1636 int rtw_ap_inform_ch_switch(struct adapter *padapter, u8 new_ch, u8 ch_offset) in rtw_ap_inform_ch_switch() argument 1650 FUNC_NDEV_ARG(padapter->pnetdev), new_ch, ch_offset); in rtw_ap_inform_ch_switch() 1661 issue_action_spct_ch_switch(padapter, psta->hwaddr, new_ch, ch_offset); in rtw_ap_inform_ch_switch() 1666 issue_action_spct_ch_switch(padapter, bc_addr, new_ch, ch_offset); in rtw_ap_inform_ch_switch()
|
D | rtw_ieee80211.c | 144 u8 new_ch, u8 ch_switch_cnt) in rtw_set_ie_ch_switch() argument 149 ie_data[1] = new_ch; in rtw_set_ie_ch_switch()
|
D | rtw_mlme_ext.c | 5872 void issue_action_spct_ch_switch(struct adapter *padapter, u8 *ra, u8 new_ch, u8 ch_offset) in issue_action_spct_ch_switch() argument 5883 FUNC_NDEV_ARG(padapter->pnetdev), ra, new_ch, ch_offset); in issue_action_spct_ch_switch() 5922 pframe = rtw_set_ie_ch_switch(pframe, &pattrib->pktlen, 0, new_ch, 0); in issue_action_spct_ch_switch()
|