Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dchannel.c988 struct vmbus_channel *cur_channel, *tmp; in vmbus_disconnect_ring() local
994 list_for_each_entry_safe(cur_channel, tmp, &channel->sc_list, sc_list) { in vmbus_disconnect_ring()
995 if (cur_channel->rescind) in vmbus_disconnect_ring()
996 wait_for_completion(&cur_channel->rescind_event); in vmbus_disconnect_ring()
999 if (vmbus_close_internal(cur_channel) == 0) { in vmbus_disconnect_ring()
1000 vmbus_free_ring(cur_channel); in vmbus_disconnect_ring()
1002 if (cur_channel->rescind) in vmbus_disconnect_ring()
1003 hv_process_channel_removal(cur_channel); in vmbus_disconnect_ring()
/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/net/mac80211/
H A Dmlme.c9344 u8 cur_channel, bool ignore_ecsa) in ieee80211_mgd_csa_present() argument
9365 if (csa && !csa->mode && csa->new_ch_num == cur_channel) in ieee80211_mgd_csa_present()
9370 if (ecsa && !ecsa->mode && ecsa->new_ch_num == cur_channel) in ieee80211_mgd_csa_present()
9385 u8 cur_channel; in ieee80211_mgd_csa_in_process() local
9388 cur_channel = ieee80211_frequency_to_channel(bss->channel->center_freq); in ieee80211_mgd_csa_in_process()
9393 cur_channel, false)) { in ieee80211_mgd_csa_in_process()
9400 cur_channel, bss->proberesp_ecsa_stuck)) { in ieee80211_mgd_csa_in_process()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c19026 u16 cur_channel = 0; in wlc_phy_spurwar_nphy() local
19036 cur_channel = CHSPEC_CHANNEL(pi->radio_chanspec); in wlc_phy_spurwar_nphy()
19045 if ((cur_channel == 11) in wlc_phy_spurwar_nphy()
19065 switch (cur_channel) { in wlc_phy_spurwar_nphy()
19144 switch (cur_channel) { in wlc_phy_spurwar_nphy()