Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_stats.c194 aq->sq_mask.octs = ~(aq->sq_mask.octs); in nix_stat_tx_queue_reset()
195 aq->sq_mask.pkts = ~(aq->sq_mask.pkts); in nix_stat_tx_queue_reset()
196 aq->sq_mask.drop_octs = ~(aq->sq_mask.drop_octs); in nix_stat_tx_queue_reset()
197 aq->sq_mask.drop_pkts = ~(aq->sq_mask.drop_pkts); in nix_stat_tx_queue_reset()
213 aq->sq_mask.octs = ~(aq->sq_mask.octs); in nix_stat_tx_queue_reset()
214 aq->sq_mask.pkts = ~(aq->sq_mask.pkts); in nix_stat_tx_queue_reset()
215 aq->sq_mask.drop_octs = ~(aq->sq_mask.drop_octs); in nix_stat_tx_queue_reset()
216 aq->sq_mask.drop_pkts = ~(aq->sq_mask.drop_pkts); in nix_stat_tx_queue_reset()
H A Droc_nix_tm.c812 aq->sq_mask.smq = ~aq->sq_mask.smq; in nix_tm_sq_sched_conf()
815 aq->sq_mask.smq_rr_quantum = ~aq->sq_mask.smq_rr_quantum; in nix_tm_sq_sched_conf()
830 aq->sq_mask.smq = ~aq->sq_mask.smq; in nix_tm_sq_sched_conf()
833 aq->sq_mask.smq_rr_weight = ~aq->sq_mask.smq_rr_weight; in nix_tm_sq_sched_conf()
H A Droc_nix_queue.c785 aq->sq_mask.ena = ~aq->sq_mask.ena; in sq_cn9k_fini()
901 aq->sq_mask.ena = ~aq->sq_mask.ena; in sq_fini()
H A Droc_mbox.h838 __io struct nix_cn10k_sq_ctx_s sq_mask; member
885 __io struct nix_sq_ctx_s sq_mask; member
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.c617 u16 hw_ci, sw_ci, sq_mask; in hinic_xmit_mbuf_cleanup() local
622 sq_mask = HINIC_GET_SQ_WQE_MASK(txq); in hinic_xmit_mbuf_cleanup()
627 (((hw_ci - sw_ci) & sq_mask) < tx_info->wqebb_cnt)) in hinic_xmit_mbuf_cleanup()
630 sw_ci = (sw_ci + tx_info->wqebb_cnt) & sq_mask; in hinic_xmit_mbuf_cleanup()