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

/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h824 struct iwl_mvm_tx_resp beacon_notify_hdr; member in struct:iwl_beacon_notif
831 * @beacon_notify_hdr: tx response command associated with the beacon
837 struct iwl_mvm_tx_resp beacon_notify_hdr; member in struct:iwl_extended_beacon_notif_v5
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c115 u16 status = le16_to_cpu(beacon->beacon_notify_hdr.status.status);
116 u8 rate = iwl_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags);
121 beacon->beacon_notify_hdr.failure_frame,
H A Dcommands.h2415 struct iwlagn_tx_resp beacon_notify_hdr; member in struct:iwlagn_beacon_notif
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c1529 struct iwl_mvm_tx_resp *beacon_notify_hdr = local
1530 &beacon_v5->beacon_notify_hdr;
1536 agg_status = iwl_mvm_get_agg_status(mvm, beacon_notify_hdr);
1540 status, beacon_notify_hdr->failure_frame,
1543 le32_to_cpu(beacon_notify_hdr->initial_rate));
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h2647 struct il3945_tx_resp beacon_notify_hdr; member in struct:il3945_beacon_notif
2654 struct il4965_tx_resp beacon_notify_hdr; member in struct:il4965_beacon_notif
H A D3945-mac.c763 u8 rate = beacon->beacon_notify_hdr.rate;
766 le32_to_cpu(beacon->beacon_notify_hdr.status) & TX_STATUS_MSK,
767 beacon->beacon_notify_hdr.failure_frame,
H A D4965-mac.c4073 u8 rate = il4965_hw_get_rate(beacon->beacon_notify_hdr.rate_n_flags);
4076 le32_to_cpu(beacon->beacon_notify_hdr.u.status) & TX_STATUS_MSK,
4077 beacon->beacon_notify_hdr.failure_frame,

Completed in 397 milliseconds