Home
last modified time | relevance | path

Searched refs:first_skip (Results 1 – 11 of 11) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_queue.c139 if (rq->first_skip & 0x7 || rq->later_skip & 0x7 || rq->lpb_size & 0x7) in nix_rq_cn9k_cfg()
143 aq->rq.first_skip = rq->first_skip / 8; in nix_rq_cn9k_cfg()
191 aq->rq_mask.first_skip = ~aq->rq_mask.first_skip; in nix_rq_cn9k_cfg()
267 if (rq->first_skip & 0x7 || rq->later_skip & 0x7 || rq->lpb_size & 0x7) in nix_rq_cfg()
271 aq->rq.first_skip = rq->first_skip / 8; in nix_rq_cfg()
361 aq->rq_mask.first_skip = ~aq->rq_mask.first_skip; in nix_rq_cfg()
H A Dcnxk_telemetry_nix.c214 CNXK_TEL_DICT_INT(d, rq, first_skip); in cnxk_tel_nix_rq()
300 CNXK_TEL_DICT_INT(d, ctx, first_skip, w2_); in nix_rq_ctx_cn9k()
386 CNXK_TEL_DICT_INT(d, ctx, first_skip, w2_); in nix_rq_ctx()
H A Droc_nix_inl.c625 inl_rq->first_skip = rq->first_skip; in roc_nix_inl_dev_rq_get()
H A Droc_nix_debug.c521 ctx->first_skip, ctx->lpb_sizem1); in nix_cn9k_lf_rq_dump()
590 ctx->first_skip, ctx->lpb_sizem1); in nix_lf_rq_dump()
815 nix_dump(" first_skip = %d", rq->first_skip); in roc_nix_rq_dump()
H A Droc_nix.h275 uint16_t first_skip; member
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.c517 uint16_t first_skip; in cnxk_nix_rx_queue_setup() local
572 first_skip = (sizeof(struct rte_mbuf)); in cnxk_nix_rx_queue_setup()
573 first_skip += RTE_PKTMBUF_HEADROOM; in cnxk_nix_rx_queue_setup()
574 first_skip += rte_pktmbuf_priv_size(mp); in cnxk_nix_rx_queue_setup()
575 rq->first_skip = first_skip; in cnxk_nix_rx_queue_setup()
H A Dcn9k_ethdev.c270 rxq->data_off = rq->first_skip; in cn9k_nix_rx_queue_setup()
H A Dcn10k_ethdev.c277 rxq->data_off = rq->first_skip; in cn10k_nix_rx_queue_setup()
/dpdk/drivers/net/octeontx/base/
H A Docteontx_pkivf.h128 uint16_t first_skip; member
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h1114 uint64_t first_skip : 7; member
1191 uint64_t first_skip : 7; member
1275 uint64_t first_skip : 7; member
1351 uint64_t first_skip : 7; member
/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.c1123 pktbuf_conf.first_skip = OCTTX_PACKET_FIRST_SKIP(mb_pool); in octeontx_dev_rx_queue_setup()
1148 pktbuf_conf.first_skip, in octeontx_dev_rx_queue_setup()