Lines Matching refs:tfd_index
109 static void btintel_pcie_prepare_tx(struct txq *txq, u16 tfd_index, in btintel_pcie_prepare_tx() argument
115 tfd = &txq->tfds[tfd_index]; in btintel_pcie_prepare_tx()
118 buf = &txq->bufs[tfd_index]; in btintel_pcie_prepare_tx()
131 u16 tfd_index; in btintel_pcie_send_sync() local
134 tfd_index = data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM]; in btintel_pcie_send_sync()
136 if (tfd_index > txq->count) in btintel_pcie_send_sync()
142 btintel_pcie_prepare_tx(txq, tfd_index, skb); in btintel_pcie_send_sync()
144 tfd_index = (tfd_index + 1) % txq->count; in btintel_pcie_send_sync()
145 data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM] = tfd_index; in btintel_pcie_send_sync()
151 btintel_pcie_set_tx_db(data, tfd_index); in btintel_pcie_send_sync()
358 if (urbd0->tfd_index > txq->count) in btintel_pcie_msix_tx_handle()