Home
last modified time | relevance | path

Searched refs:iwl_pcie_get_cmd_index (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c96 int idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_update_byte_tbl()
192 int idx = iwl_pcie_get_cmd_index(txq, txq->read_ptr); in iwl_pcie_gen2_free_tfd()
380 int idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_build_tx_amsdu()
466 int idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_build_tx()
534 int idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_build_tfd()
606 idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_trans_pcie_gen2_tx()
755 idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_enqueue_hcmd()
1036 int idx = iwl_pcie_get_cmd_index(txq, txq->read_ptr); in iwl_pcie_gen2_txq_unmap()
Dinternal.h908 static inline u16 iwl_pcie_get_cmd_index(const struct iwl_txq *q, u32 index) in iwl_pcie_get_cmd_index() function
919 idx = iwl_pcie_get_cmd_index(txq, idx); in iwl_pcie_get_tfd()
1001 int index = iwl_pcie_get_cmd_index(q, i); in iwl_queue_used()
1002 int r = iwl_pcie_get_cmd_index(q, q->read_ptr); in iwl_queue_used()
1003 int w = iwl_pcie_get_cmd_index(q, q->write_ptr); in iwl_queue_used()
Dtx.c466 int idx = iwl_pcie_get_cmd_index(txq, rd_ptr); in iwl_pcie_txq_free_tfd()
1111 int tfd_num = iwl_pcie_get_cmd_index(txq, ssn); in iwl_trans_pcie_reclaim()
1112 int read_ptr = iwl_pcie_get_cmd_index(txq, txq->read_ptr); in iwl_trans_pcie_reclaim()
1152 read_ptr = iwl_pcie_get_cmd_index(txq, txq->read_ptr)) { in iwl_trans_pcie_reclaim()
1294 idx = iwl_pcie_get_cmd_index(txq, idx); in iwl_pcie_cmdq_reclaim()
1295 r = iwl_pcie_get_cmd_index(txq, txq->read_ptr); in iwl_pcie_cmdq_reclaim()
1636 idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_enqueue_hcmd()
1828 cmd_index = iwl_pcie_get_cmd_index(txq, index); in iwl_pcie_hcmd_complete()
Drx.c1319 cmd_index = iwl_pcie_get_cmd_index(txq, index); in iwl_pcie_rx_handle_rb()
Dtrans.c3274 u8 idx = iwl_pcie_get_cmd_index(cmdq, ptr); in iwl_trans_pcie_dump_data()