Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx-gen2.c97 int idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_update_byte_tbl()
187 int idx = iwl_pcie_get_cmd_index(txq, txq->read_ptr); in iwl_pcie_gen2_free_tfd()
377 int idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_build_tx_amsdu()
428 int idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_build_tx()
508 int idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_build_tfd()
587 idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_trans_pcie_gen2_tx()
728 idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_enqueue_hcmd()
1027 int idx = iwl_pcie_get_cmd_index(txq, txq->read_ptr); in iwl_pcie_gen2_txq_unmap()
Dinternal.h899 static inline u16 iwl_pcie_get_cmd_index(const struct iwl_txq *q, u32 index) in iwl_pcie_get_cmd_index() function
910 idx = iwl_pcie_get_cmd_index(txq, idx); in iwl_pcie_get_tfd()
992 int index = iwl_pcie_get_cmd_index(q, i); in iwl_queue_used()
993 int r = iwl_pcie_get_cmd_index(q, q->read_ptr); in iwl_queue_used()
994 int w = iwl_pcie_get_cmd_index(q, q->write_ptr); in iwl_queue_used()
Dtx.c433 int idx = iwl_pcie_get_cmd_index(txq, rd_ptr); in iwl_pcie_txq_free_tfd()
1076 int tfd_num = iwl_pcie_get_cmd_index(txq, ssn); in iwl_trans_pcie_reclaim()
1077 int read_ptr = iwl_pcie_get_cmd_index(txq, txq->read_ptr); in iwl_trans_pcie_reclaim()
1117 read_ptr = iwl_pcie_get_cmd_index(txq, txq->read_ptr)) { in iwl_trans_pcie_reclaim()
1243 idx = iwl_pcie_get_cmd_index(txq, idx); in iwl_pcie_cmdq_reclaim()
1244 r = iwl_pcie_get_cmd_index(txq, txq->read_ptr); in iwl_pcie_cmdq_reclaim()
1585 idx = iwl_pcie_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_enqueue_hcmd()
1777 cmd_index = iwl_pcie_get_cmd_index(txq, index); in iwl_pcie_hcmd_complete()
Drx.c1268 cmd_index = iwl_pcie_get_cmd_index(txq, index); in iwl_pcie_rx_handle_rb()
Dtrans.c3079 u8 idx = iwl_pcie_get_cmd_index(cmdq, ptr); in iwl_trans_pcie_dump_data()