Searched refs:beacon_state (Results 1 – 13 of 13) sorted by relevance
135 if (ahw->beacon_state == h_beacon) in qlcnic_83xx_store_beacon()139 if (!ahw->beacon_state) { in qlcnic_83xx_store_beacon()151 ahw->beacon_state = h_beacon; in qlcnic_83xx_store_beacon()153 if (!ahw->beacon_state) in qlcnic_83xx_store_beacon()178 if (ahw->beacon_state == b_state) in qlcnic_82xx_store_beacon()182 if (!ahw->beacon_state) { in qlcnic_82xx_store_beacon()204 ahw->beacon_state = b_state; in qlcnic_82xx_store_beacon()211 if (!ahw->beacon_state) in qlcnic_82xx_store_beacon()246 return sprintf(buf, "%d\n", adapter->ahw->beacon_state); in qlcnic_show_beacon()
1581 u8 beacon_state; in qlcnic_82xx_get_beacon_state() local1594 beacon_state = cmd.rsp.arg[1]; in qlcnic_82xx_get_beacon_state()1595 if (beacon_state == QLCNIC_BEACON_DISABLE) in qlcnic_82xx_get_beacon_state()1596 ahw->beacon_state = QLCNIC_BEACON_OFF; in qlcnic_82xx_get_beacon_state()1597 else if (beacon_state == QLCNIC_BEACON_EANBLE) in qlcnic_82xx_get_beacon_state()1598 ahw->beacon_state = QLCNIC_BEACON_ON; in qlcnic_82xx_get_beacon_state()
1485 u8 beacon_state; in qlcnic_83xx_get_beacon_state() local1492 beacon_state = cmd.rsp.arg[4]; in qlcnic_83xx_get_beacon_state()1493 if (beacon_state == QLCNIC_BEACON_DISABLE) in qlcnic_83xx_get_beacon_state()1494 ahw->beacon_state = QLC_83XX_BEACON_OFF; in qlcnic_83xx_get_beacon_state()1495 else if (beacon_state == QLC_83XX_ENABLE_BEACON) in qlcnic_83xx_get_beacon_state()1496 ahw->beacon_state = QLC_83XX_BEACON_ON; in qlcnic_83xx_get_beacon_state()
483 u8 beacon_state; member
301 enum ath10k_beacon_state beacon_state; member
973 switch (arvif->beacon_state) { in ath10k_wmi_tx_beacon_nowait()978 arvif->beacon_state = ATH10K_BEACON_SENDING; in ath10k_wmi_tx_beacon_nowait()991 arvif->beacon_state = ATH10K_BEACON_SENT; in ath10k_wmi_tx_beacon_nowait()993 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_wmi_tx_beacon_nowait()2495 switch (arvif->beacon_state) { in ath10k_wmi_event_host_swba()2536 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_wmi_event_host_swba()
537 if (WARN_ON(arvif->beacon_state != ATH10K_BEACON_SCHEDULED && in ath10k_mac_vif_beacon_free()538 arvif->beacon_state != ATH10K_BEACON_SENT)) in ath10k_mac_vif_beacon_free()544 arvif->beacon_state = ATH10K_BEACON_SCHEDULED; in ath10k_mac_vif_beacon_free()
729 &adapter->beacon_state); in be_set_phys_id()744 adapter->beacon_state); in be_set_phys_id()
531 u32 beacon_state; /* for set_phys_id */ member
1168 u8 beacon_state; member1182 u8 beacon_state; member
2159 req->beacon_state = state; in be_cmd_set_beacon_state()2197 *state = resp->beacon_state; in be_cmd_get_beacon_state()
663 struct notif_beacon_state beacon_state; member
4882 struct notif_beacon_state *x = ¬if->u.beacon_state; in ipw_rx_notification()