Home
last modified time | relevance | path

Searched refs:beacon_state (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qlcnic/
A Dqlcnic_sysfs.c131 if (ahw->beacon_state == h_beacon) in qlcnic_83xx_store_beacon()
135 if (!ahw->beacon_state) { in qlcnic_83xx_store_beacon()
147 ahw->beacon_state = h_beacon; in qlcnic_83xx_store_beacon()
149 if (!ahw->beacon_state) in qlcnic_83xx_store_beacon()
174 if (ahw->beacon_state == b_state) in qlcnic_82xx_store_beacon()
178 if (!ahw->beacon_state) { in qlcnic_82xx_store_beacon()
200 ahw->beacon_state = b_state; in qlcnic_82xx_store_beacon()
207 if (!ahw->beacon_state) in qlcnic_82xx_store_beacon()
242 return sprintf(buf, "%d\n", adapter->ahw->beacon_state); in qlcnic_show_beacon()
A Dqlcnic_hw.c1563 u8 beacon_state; in qlcnic_82xx_get_beacon_state() local
1576 beacon_state = cmd.rsp.arg[1]; in qlcnic_82xx_get_beacon_state()
1577 if (beacon_state == QLCNIC_BEACON_DISABLE) in qlcnic_82xx_get_beacon_state()
1578 ahw->beacon_state = QLCNIC_BEACON_OFF; in qlcnic_82xx_get_beacon_state()
1579 else if (beacon_state == QLCNIC_BEACON_EANBLE) in qlcnic_82xx_get_beacon_state()
1580 ahw->beacon_state = QLCNIC_BEACON_ON; in qlcnic_82xx_get_beacon_state()
A Dqlcnic_83xx_hw.c1492 u8 beacon_state; in qlcnic_83xx_get_beacon_state() local
1499 beacon_state = cmd.rsp.arg[4]; in qlcnic_83xx_get_beacon_state()
1500 if (beacon_state == QLCNIC_BEACON_DISABLE) in qlcnic_83xx_get_beacon_state()
1501 ahw->beacon_state = QLC_83XX_BEACON_OFF; in qlcnic_83xx_get_beacon_state()
1502 else if (beacon_state == QLC_83XX_ENABLE_BEACON) in qlcnic_83xx_get_beacon_state()
1503 ahw->beacon_state = QLC_83XX_BEACON_ON; in qlcnic_83xx_get_beacon_state()
A Dqlcnic.h480 u8 beacon_state; member
/linux/drivers/net/ethernet/emulex/benet/
A Dbe_ethtool.c735 &adapter->beacon_state); in be_set_phys_id()
752 0, 0, adapter->beacon_state); in be_set_phys_id()
A Dbe.h623 u32 beacon_state; /* for set_phys_id */ member
A Dbe_cmds.h1234 u8 beacon_state; member
1248 u8 beacon_state; member
A Dbe_cmds.c2242 req->beacon_state = state; in be_cmd_set_beacon_state()
2280 *state = resp->beacon_state; in be_cmd_get_beacon_state()
/linux/drivers/net/wireless/ath/ath10k/
A Dcore.h584 enum ath10k_beacon_state beacon_state; member
A Dwmi.c1857 switch (arvif->beacon_state) { in ath10k_wmi_tx_beacon_nowait()
1862 arvif->beacon_state = ATH10K_BEACON_SENDING; in ath10k_wmi_tx_beacon_nowait()
1877 arvif->beacon_state = ATH10K_BEACON_SENT; in ath10k_wmi_tx_beacon_nowait()
1879 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_wmi_tx_beacon_nowait()
3904 switch (arvif->beacon_state) { in ath10k_wmi_event_host_swba()
3944 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_wmi_event_host_swba()
A Dmac.c977 if (WARN_ON(arvif->beacon_state != ATH10K_BEACON_SCHEDULED && in ath10k_mac_vif_beacon_free()
978 arvif->beacon_state != ATH10K_BEACON_SENT)) in ath10k_mac_vif_beacon_free()
984 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_mac_vif_beacon_free()
/linux/drivers/net/wireless/intel/ipw2x00/
A Dipw2200.h649 struct notif_beacon_state beacon_state; member
A Dipw2200.c4858 struct notif_beacon_state *x = &notif->u.beacon_state; in ipw_rx_notification()
/linux/drivers/scsi/lpfc/
A Dlpfc_els.c7154 uint32_t beacon_state) in lpfc_sli4_set_beacon() argument
7178 beacon_state); in lpfc_sli4_set_beacon()
7205 &mbox->u.mqe.un.beacon_config, beacon_state); in lpfc_sli4_set_beacon()

Completed in 127 milliseconds