Home
last modified time | relevance | path

Searched refs:cur_channel (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hv/
H A Dchannel.c966 struct vmbus_channel *cur_channel, *tmp; in vmbus_disconnect_ring() local
972 list_for_each_entry_safe(cur_channel, tmp, &channel->sc_list, sc_list) { in vmbus_disconnect_ring()
973 if (cur_channel->rescind) in vmbus_disconnect_ring()
974 wait_for_completion(&cur_channel->rescind_event); in vmbus_disconnect_ring()
977 if (vmbus_close_internal(cur_channel) == 0) { in vmbus_disconnect_ring()
978 vmbus_free_ring(cur_channel); in vmbus_disconnect_ring()
980 if (cur_channel->rescind) in vmbus_disconnect_ring()
981 hv_process_channel_removal(cur_channel); in vmbus_disconnect_ring()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c277 if (rtw_get_oper_ch(padapter) != pmlmeext->cur_channel) { in expire_timeout_chk()
279 r8723bs_select_channel(padapter, pmlmeext->cur_channel); in expire_timeout_chk()
643 u8 val8, cur_channel, cur_bwmode, cur_ch_offset; in start_bss_network() local
659 cur_channel = pnetwork->configuration.ds_config; in start_bss_network()
744 if (cur_channel > 14) { in start_bss_network()
775 set_channel_bwmode(padapter, cur_channel, cur_ch_offset, cur_bwmode); in start_bss_network()
776 pmlmeext->cur_channel = cur_channel; in start_bss_network()
2019 pmlmeext->cur_channel, in rtw_ap_restore_network()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c1533 char cur_channel; in ahc_handle_scsiint() local
1538 cur_channel = 'B'; in ahc_handle_scsiint()
1540 cur_channel = 'A'; in ahc_handle_scsiint()
1541 intr_channel = cur_channel; in ahc_handle_scsiint()
1554 intr_channel = (cur_channel == 'A') ? 'B' : 'A'; in ahc_handle_scsiint()
1596 if (intr_channel != cur_channel) in ahc_handle_scsiint()
6426 char cur_channel; in ahc_reset_channel() local
6466 cur_channel = 'A'; in ahc_reset_channel()
6469 cur_channel = 'B'; in ahc_reset_channel()
6471 if (cur_channel != channel) { in ahc_reset_channel()
[all …]
H A Daic79xx_core.c10388 char cur_channel; in ahd_handle_en_lun() local
10392 cur_channel = (sblkctl & SELBUSB) in ahd_handle_en_lun()
10395 cur_channel = 'A'; in ahd_handle_en_lun()
10396 swap = cur_channel != channel; in ahd_handle_en_lun()
/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_btcoex.c390 *pu8 = padapter->mlmeextpriv.cur_channel; in halbtcoutsrc_Get()
/linux/net/mac80211/
H A Dmlme.c8590 u8 cur_channel, bool ignore_ecsa) in ieee80211_mgd_csa_present() argument
8611 if (csa && !csa->mode && csa->new_ch_num == cur_channel) in ieee80211_mgd_csa_present()
8616 if (ecsa && !ecsa->mode && ecsa->new_ch_num == cur_channel) in ieee80211_mgd_csa_present()
8631 u8 cur_channel; in ieee80211_mgd_csa_in_process() local
8634 cur_channel = ieee80211_frequency_to_channel(bss->channel->center_freq); in ieee80211_mgd_csa_in_process()
8639 cur_channel, false)) { in ieee80211_mgd_csa_in_process()
8646 cur_channel, bss->proberesp_ecsa_stuck)) { in ieee80211_mgd_csa_in_process()