Searched refs:tfd_index (Results 1 – 5 of 5) sorted by relevance
241 static void btintel_pcie_prepare_tx(struct txq *txq, u16 tfd_index, in btintel_pcie_prepare_tx() argument247 tfd = &txq->tfds[tfd_index]; in btintel_pcie_prepare_tx()250 buf = &txq->bufs[tfd_index]; in btintel_pcie_prepare_tx()353 u16 tfd_index; in btintel_pcie_send_sync() local360 tfd_index = data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM]; in btintel_pcie_send_sync()362 if (tfd_index > txq->count) in btintel_pcie_send_sync()388 btintel_pcie_prepare_tx(txq, tfd_index, skb); in btintel_pcie_send_sync()390 tfd_index = (tfd_index + 1) % txq->count; in btintel_pcie_send_sync()391 data->ia.tr_hia[BTINTEL_PCIE_TXQ_NUM] = tfd_index; in btintel_pcie_send_sync()397 btintel_pcie_set_tx_db(data, tfd_index); in btintel_pcie_send_sync()[all …]
302 u32 tfd_index:16, member
659 __le16 tfd_index; member
1380 int index = le16_to_cpu(ba_tfd->tfd_index); in iwl_mld_handle_compressed_ba_notif()
2108 le16_to_cpu(ba_tfd->tfd_index), in iwl_mvm_rx_ba_notif()