Searched refs:beacon_state (Results 1 – 9 of 9) sorted by relevance
130 if (ahw->beacon_state == h_beacon) in qlcnic_83xx_store_beacon()134 if (!ahw->beacon_state) { in qlcnic_83xx_store_beacon()146 ahw->beacon_state = h_beacon; in qlcnic_83xx_store_beacon()148 if (!ahw->beacon_state) in qlcnic_83xx_store_beacon()173 if (ahw->beacon_state == b_state) in qlcnic_82xx_store_beacon()177 if (!ahw->beacon_state) { in qlcnic_82xx_store_beacon()199 ahw->beacon_state = b_state; in qlcnic_82xx_store_beacon()206 if (!ahw->beacon_state) in qlcnic_82xx_store_beacon()241 return sprintf(buf, "%d\n", adapter->ahw->beacon_state); in qlcnic_show_beacon()
1563 u8 beacon_state; in qlcnic_82xx_get_beacon_state() local1576 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()
1491 u8 beacon_state; in qlcnic_83xx_get_beacon_state() local1498 beacon_state = cmd.rsp.arg[4]; in qlcnic_83xx_get_beacon_state()1499 if (beacon_state == QLCNIC_BEACON_DISABLE) in qlcnic_83xx_get_beacon_state()1500 ahw->beacon_state = QLC_83XX_BEACON_OFF; in qlcnic_83xx_get_beacon_state()1501 else if (beacon_state == QLC_83XX_ENABLE_BEACON) in qlcnic_83xx_get_beacon_state()1502 ahw->beacon_state = QLC_83XX_BEACON_ON; in qlcnic_83xx_get_beacon_state()
480 u8 beacon_state; member
1879 switch (arvif->beacon_state) { in ath10k_wmi_tx_beacon_nowait()1884 arvif->beacon_state = ATH10K_BEACON_SENDING; in ath10k_wmi_tx_beacon_nowait()1899 arvif->beacon_state = ATH10K_BEACON_SENT; in ath10k_wmi_tx_beacon_nowait()1901 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_wmi_tx_beacon_nowait()3933 switch (arvif->beacon_state) { in ath10k_wmi_event_host_swba()3973 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_wmi_event_host_swba()
988 if (WARN_ON(arvif->beacon_state != ATH10K_BEACON_SCHEDULED && in ath10k_mac_vif_beacon_free()989 arvif->beacon_state != ATH10K_BEACON_SENT)) in ath10k_mac_vif_beacon_free()995 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_mac_vif_beacon_free()
2243 req->beacon_state = state; in be_cmd_set_beacon_state()2281 *state = resp->beacon_state; in be_cmd_get_beacon_state()
7722 uint32_t beacon_state) in lpfc_sli4_set_beacon() argument7746 beacon_state); in lpfc_sli4_set_beacon()7773 &mbox->u.mqe.un.beacon_config, beacon_state); in lpfc_sli4_set_beacon()
4811 struct notif_beacon_state *x = ¬if->u.beacon_state; in ipw_rx_notification()