Searched refs:first_skip (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_queue.c | 139 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 D | cnxk_telemetry_nix.c | 214 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 D | roc_nix_inl.c | 625 inl_rq->first_skip = rq->first_skip; in roc_nix_inl_dev_rq_get()
|
| H A D | roc_nix_debug.c | 521 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 D | roc_nix.h | 275 uint16_t first_skip; member
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_ethdev.c | 517 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 D | cn9k_ethdev.c | 270 rxq->data_off = rq->first_skip; in cn9k_nix_rx_queue_setup()
|
| H A D | cn10k_ethdev.c | 277 rxq->data_off = rq->first_skip; in cn10k_nix_rx_queue_setup()
|
| /dpdk/drivers/net/octeontx/base/ |
| H A D | octeontx_pkivf.h | 128 uint16_t first_skip; member
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | nix.h | 1114 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 D | octeontx_ethdev.c | 1123 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()
|