Searched refs:tfd_index (Results 1 – 3 of 3) sorted by relevance
102 static void btintel_pcie_prepare_tx(struct txq *txq, u16 tfd_index, in btintel_pcie_prepare_tx() argument108 tfd = &txq->tfds[tfd_index]; in btintel_pcie_prepare_tx()111 buf = &txq->bufs[tfd_index]; in btintel_pcie_prepare_tx()124 u16 tfd_index; in btintel_pcie_send_sync() local127 tfd_index = data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM]; in btintel_pcie_send_sync()129 if (tfd_index > txq->count) in btintel_pcie_send_sync()135 btintel_pcie_prepare_tx(txq, tfd_index, skb); in btintel_pcie_send_sync()137 tfd_index = (tfd_index + 1) % txq->count; in btintel_pcie_send_sync()138 data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM] = tfd_index; in btintel_pcie_send_sync()144 btintel_pcie_set_tx_db(data, tfd_index); in btintel_pcie_send_sync()[all …]
650 __le16 tfd_index; member
2256 le16_to_cpu(ba_tfd->tfd_index), in iwl_mvm_rx_ba_notif()