Home
last modified time | relevance | path

Searched refs:beacon_notify_hdr (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h844 struct iwl_mvm_tx_resp beacon_notify_hdr; member
857 struct iwl_mvm_tx_resp beacon_notify_hdr; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac-ctxt.c1412 struct iwl_mvm_tx_resp *beacon_notify_hdr; in iwl_mvm_rx_beacon_notif() local
1420 beacon_notify_hdr = &beacon->beacon_notify_hdr; in iwl_mvm_rx_beacon_notif()
1424 agg_status = iwl_mvm_get_agg_status(mvm, beacon_notify_hdr); in iwl_mvm_rx_beacon_notif()
1428 status, beacon_notify_hdr->failure_frame, in iwl_mvm_rx_beacon_notif()
1431 le32_to_cpu(beacon_notify_hdr->initial_rate)); in iwl_mvm_rx_beacon_notif()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Drx.c134 u16 status = le16_to_cpu(beacon->beacon_notify_hdr.status.status); in iwlagn_rx_beacon_notif()
135 u8 rate = iwl_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags); in iwlagn_rx_beacon_notif()
140 beacon->beacon_notify_hdr.failure_frame, in iwlagn_rx_beacon_notif()
Dcommands.h2468 struct iwlagn_tx_resp beacon_notify_hdr; member
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Dcommands.h2645 struct il3945_tx_resp beacon_notify_hdr; member
2652 struct il4965_tx_resp beacon_notify_hdr; member
D3945-mac.c785 u8 rate = beacon->beacon_notify_hdr.rate; in il3945_hdl_beacon()
788 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK, in il3945_hdl_beacon()
789 beacon->beacon_notify_hdr.failure_frame, in il3945_hdl_beacon()
D4965-mac.c4095 u8 rate = il4965_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags); in il4965_hdl_beacon()
4098 le32_to_cpu(beacon->beacon_notify_hdr.u.status) & TX_STATUS_MSK, in il4965_hdl_beacon()
4099 beacon->beacon_notify_hdr.failure_frame, in il4965_hdl_beacon()