Home
last modified time | relevance | path

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

/linux-6.15/drivers/bluetooth/
H A Dbtintel_pcie.c193 static void btintel_pcie_prepare_tx(struct txq *txq, u16 tfd_index, in btintel_pcie_prepare_tx() argument
199 tfd = &txq->tfds[tfd_index]; in btintel_pcie_prepare_tx()
202 buf = &txq->bufs[tfd_index]; in btintel_pcie_prepare_tx()
215 u16 tfd_index; in btintel_pcie_send_sync() local
218 tfd_index = data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM]; in btintel_pcie_send_sync()
220 if (tfd_index > txq->count) in btintel_pcie_send_sync()
226 btintel_pcie_prepare_tx(txq, tfd_index, skb); in btintel_pcie_send_sync()
228 tfd_index = (tfd_index + 1) % txq->count; in btintel_pcie_send_sync()
229 data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM] = tfd_index; in btintel_pcie_send_sync()
235 btintel_pcie_set_tx_db(data, tfd_index); in btintel_pcie_send_sync()
[all …]
H A Dbtintel_pcie.h277 u32 tfd_index:16, member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h650 __le16 tfd_index; member
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c1349 int index = le16_to_cpu(ba_tfd->tfd_index); in iwl_mld_handle_compressed_ba_notif()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c2185 le16_to_cpu(ba_tfd->tfd_index), in iwl_mvm_rx_ba_notif()