Home
last modified time | relevance | path

Searched refs:txed (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h676 u8 txed; member
761 __le16 txed; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtx.c1334 scd_flow, ba_resp_scd_ssn, ba_resp->txed, in iwlagn_rx_reply_compressed_ba()
1341 if (ba_resp->txed_2_done > ba_resp->txed) { in iwlagn_rx_reply_compressed_ba()
1344 ba_resp->txed, ba_resp->txed_2_done); in iwlagn_rx_reply_compressed_ba()
1349 ba_resp->txed = ba_resp->txed_2_done; in iwlagn_rx_reply_compressed_ba()
1382 info->status.ampdu_len = ba_resp->txed; in iwlagn_rx_reply_compressed_ba()
H A Dcommands.h1493 u8 txed; /* number of frames sent */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c1925 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif()
1973 le16_to_cpu(ba_res->txed), in iwl_mvm_rx_ba_notif()
1997 ba_info.status.ampdu_len = ba_notif->txed; in iwl_mvm_rx_ba_notif()
2015 ba_notif->txed, ba_notif->txed_2_done); in iwl_mvm_rx_ba_notif()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dravb_main.c185 bool txed; in ravb_tx_free() local
190 txed = desc->die_dt == DT_FEMPTY; in ravb_tx_free()
191 if (free_txed_only && !txed) in ravb_tx_free()
205 if (txed) in ravb_tx_free()
210 if (txed) in ravb_tx_free()