Home
last modified time | relevance | path

Searched refs:msq (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_txq.c55 ppriv->uar_table[txq->stats.idx] = txq->msq.db; in txq_uar_init()
88 uar_va = (uintptr_t)txq->msq.db; in txq_uar_init_secondary()
91 txq->msq.uar_mmap_offset); in txq_uar_init_secondary()
209 struct mlx4_sq *sq = &txq->msq; in mlx4_txq_fill_dv_obj_info()
474 (volatile struct mlx4_wqe_ctrl_seg *)txq->msq.buf; in mlx4_tx_queue_setup()
H A Dmlx4_rxtx.c407 struct mlx4_sq *sq = &txq->msq; in mlx4_tx_burst_tso_get_params()
473 struct mlx4_sq *sq = &txq->msq; in mlx4_tx_burst_fill_tso_dsegs()
610 struct mlx4_sq *sq = &txq->msq; in mlx4_tx_burst_fill_tso_hdr()
688 struct mlx4_sq *sq = &txq->msq; in mlx4_tx_burst_tso()
743 struct mlx4_sq *sq = &txq->msq; in mlx4_tx_burst_segs()
889 struct mlx4_sq *sq = &txq->msq; in mlx4_tx_burst()
1051 rte_write32(txq->msq.doorbell_qpn, MLX4_TX_BFREG(txq)); in mlx4_tx_burst()
H A Dmlx4_rxtx.h98 struct mlx4_sq msq; /**< Info for directly manipulating the SQ. */ member