Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtintel_pcie.c231 /* Copy the data to next(@tfd_index) data buffer and update the TFD(transfer
234 static void btintel_pcie_prepare_tx(struct txq *txq, u16 tfd_index, in btintel_pcie_prepare_tx() argument
240 tfd = &txq->tfds[tfd_index]; in btintel_pcie_prepare_tx()
243 buf = &txq->bufs[tfd_index]; in btintel_pcie_prepare_tx()
346 u16 tfd_index; in btintel_pcie_send_sync() local
353 tfd_index = data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM]; in btintel_pcie_send_sync()
355 if (tfd_index > txq->count) in btintel_pcie_send_sync()
381 btintel_pcie_prepare_tx(txq, tfd_index, skb); in btintel_pcie_send_sync()
383 tfd_index = (tfd_index in btintel_pcie_send_sync()
[all...]
H A Dbtintel_pcie.h292 * @tfd_index: Index of TFD in TFDQ + 1
298 u32 tfd_index:16, member
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtx.h652 * @tfd_index: Index of first un-acked frame in the TFD queue
659 __le16 tfd_index; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c1369 int index = le16_to_cpu(ba_tfd->tfd_index); in iwl_mld_handle_compressed_ba_notif()