Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtintel_pcie.c252 static void btintel_pcie_prepare_tx(struct txq *txq, u16 tfd_index, in btintel_pcie_prepare_tx() argument
258 tfd = &txq->tfds[tfd_index]; in btintel_pcie_prepare_tx()
261 buf = &txq->bufs[tfd_index]; in btintel_pcie_prepare_tx()
367 u16 tfd_index; in btintel_pcie_send_sync() local
374 tfd_index = data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM]; in btintel_pcie_send_sync()
376 if (tfd_index > txq->count) in btintel_pcie_send_sync()
402 btintel_pcie_prepare_tx(txq, tfd_index, skb); in btintel_pcie_send_sync()
404 tfd_index = (tfd_index + 1) % txq->count; in btintel_pcie_send_sync()
405 data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM] = tfd_index; in btintel_pcie_send_sync()
411 btintel_pcie_set_tx_db(data, tfd_index); in btintel_pcie_send_sync()
[all …]
H A Dbtintel_pcie.h299 u32 tfd_index:16, member