Lines Matching refs:tfd_index
231 /* 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,
240 tfd = &txq->tfds[tfd_index];
243 buf = &txq->bufs[tfd_index];
346 u16 tfd_index;
353 tfd_index = data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM];
355 if (tfd_index > txq->count)
381 btintel_pcie_prepare_tx(txq, tfd_index, skb);
383 tfd_index = (tfd_index + 1) % txq->count;
384 data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM] = tfd_index;
390 btintel_pcie_set_tx_db(data, tfd_index);
1068 if (urbd0->tfd_index > txq->count)