Searched refs:txed (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | tx.h | 659 * @txed: number of Txed frames in this batch 676 u8 txed; member 741 * @txed: number of frames sent in the aggregation (all-TIDs) 761 __le16 txed; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tx.c | 1334 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() 1346 * set txed_2_done = txed, 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 D | commands.h | 1493 u8 txed; /* number of frames sent */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tx.c | 1330 scd_flow, ba_resp_scd_ssn, ba_resp->txed, in iwlagn_rx_reply_compressed_ba() 1337 if (ba_resp->txed_2_done > ba_resp->txed) { in iwlagn_rx_reply_compressed_ba() 1340 ba_resp->txed, ba_resp->txed_2_done); in iwlagn_rx_reply_compressed_ba() 1342 * set txed_2_done = txed, in iwlagn_rx_reply_compressed_ba() 1345 ba_resp->txed = ba_resp->txed_2_done; in iwlagn_rx_reply_compressed_ba() 1378 info->status.ampdu_len = ba_resp->txed; in iwlagn_rx_reply_compressed_ba()
|
H A D | commands.h | 1442 u8 txed; /* number of frames sent */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | tx.h | 615 * @txed: number of Txed frames in this batch 632 u8 txed; member 697 * @txed: number of frames sent in the aggregation (all-TIDs) 717 __le16 txed; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 1939 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif() 1987 le16_to_cpu(ba_res->txed), in iwl_mvm_rx_ba_notif() 2011 ba_info.status.ampdu_len = ba_notif->txed; in iwl_mvm_rx_ba_notif() 2029 ba_notif->txed, ba_notif->txed_2_done); in iwl_mvm_rx_ba_notif()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 2147 ba_info.status.ampdu_len = (u8)le16_to_cpu(ba_res->txed); in iwl_mvm_rx_ba_notif() 2202 le16_to_cpu(ba_res->txed), in iwl_mvm_rx_ba_notif() 2228 ba_info.status.ampdu_len = ba_notif->txed; in iwl_mvm_rx_ba_notif() 2246 ba_notif->txed, ba_notif->txed_2_done); in iwl_mvm_rx_ba_notif()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/ |
H A D | ravb_main.c | 185 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/ |
H A D | ravb_main.c | 215 bool txed; in ravb_tx_free() local 220 txed = desc->die_dt == DT_FEMPTY; in ravb_tx_free() 221 if (free_txed_only && !txed) in ravb_tx_free() 235 if (txed) in ravb_tx_free() 240 if (txed) in ravb_tx_free()
|
Completed in 35 milliseconds