Home
last modified time | relevance | path

Searched refs:n_window (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c98 if (WARN(idx >= txq->n_window, "%d >= %d\n", idx, txq->n_window)) in iwl_pcie_gen2_update_byte_tbl()
188 * idx is bounded by n_window in iwl_txq_gen2_free_tfd()
759 * If q->n_window is smaller than max_tfd_queue_size, there is no need in iwl_txq_space()
762 if (q->n_window < trans->trans_cfg->base_params->max_tfd_queue_size) in iwl_txq_space()
763 max = q->n_window; in iwl_txq_space()
917 trans->txqs.tfd.size * txq->n_window, in iwl_txq_gen2_free_memory()
920 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_txq_gen2_free_memory()
957 for (i = 0; i < txq->n_window; i++) { in iwl_txq_gen2_free()
975 q->n_window in iwl_queue_init()
[all...]
H A Dtx.h77 return index & (q->n_window - 1); in iwl_txq_get_cmd_index()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/queue/
H A Dtx.c31 if (WARN(idx >= txq->n_window, "%d >= %d\n", idx, txq->n_window)) in iwl_pcie_gen2_update_byte_tbl()
165 * idx is bounded by n_window in iwl_txq_gen2_free_tfd()
701 * If q->n_window is smaller than max_tfd_queue_size, there is no need in iwl_txq_space()
704 if (q->n_window < trans->trans_cfg->base_params->max_tfd_queue_size) in iwl_txq_space()
705 max = q->n_window; in iwl_txq_space()
859 trans->txqs.tfd.size * txq->n_window, in iwl_txq_gen2_free_memory()
862 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_txq_gen2_free_memory()
899 for (i = 0; i < txq->n_window; i++) { in iwl_txq_gen2_free()
917 q->n_window in iwl_queue_init()
[all...]
H A Dtx.h24 return index & (q->n_window - 1); in iwl_txq_get_cmd_index()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h867 * @n_window: safe queue window
875 * Note the difference between TFD_QUEUE_SIZE_MAX and n_window: the hardware
878 * queues, n_window, which is the size of the software queue data
879 * is also 256; however, for the command queue, n_window is only
909 int n_window; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/
H A Diwl-trans.h942 * @n_window: safe queue window
950 * Note the difference between TFD_QUEUE_SIZE_MAX and n_window: the hardware
953 * queues, n_window, which is the size of the software queue data
954 * is also 256; however, for the command queue, n_window is only
984 int n_window; member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c220 * idx is bounded by n_window in iwl_pcie_txq_free_tfd()
227 /* We have only q->n_window txq->entries, but we use in iwl_pcie_txq_free_tfd()
364 for (i = 0; i < txq->n_window; i++) { in iwl_pcie_txq_free()
379 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_pcie_txq_free()
H A Dtrans.c2573 "read=%u write=%u need_update=%d frozen=%d n_window=%d ampdu=%d", in iwl_dbgfs_tx_queue_seq_show()
2576 txq->n_window, txq->ampdu); in iwl_dbgfs_tx_queue_seq_show()
3273 cmdq->n_window * (sizeof(*txcmd) + in iwl_trans_pcie_dump_data()
3330 for (i = 0; i < cmdq->n_window; i++) { in iwl_trans_pcie_dump_data()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtx.c250 for (i = 0; i < txq->n_window; i++) { in iwl_pcie_txq_free()
265 sizeof(*txq->first_tb_bufs) * txq->n_window, in iwl_pcie_txq_free()
H A Dtrans.c2647 "read=%u write=%u need_update=%d frozen=%d n_window=%d ampdu=%d", in iwl_dbgfs_tx_queue_seq_show()
2650 txq->n_window, txq->ampdu); in iwl_dbgfs_tx_queue_seq_show()
3363 cmdq->n_window * (sizeof(*txcmd) + in iwl_trans_pcie_dump_data()
3420 for (i = 0; i < cmdq->n_window; i++) { in iwl_trans_pcie_dump_data()

Completed in 24 milliseconds