Home
last modified time | relevance | path

Searched refs:red_drop (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_queue.c157 if (rq->red_pass && (rq->red_pass >= rq->red_drop)) { in nix_rq_cn9k_cfg()
162 aq->rq.lpb_pool_drop = rq->red_drop; in nix_rq_cn9k_cfg()
202 if (rq->red_pass && (rq->red_pass >= rq->red_drop)) { in nix_rq_cn9k_cfg()
307 if (rq->red_pass && (rq->red_pass >= rq->red_drop)) { in nix_rq_cfg()
314 aq->rq.lpb_pool_drop = rq->red_drop; in nix_rq_cfg()
315 aq->rq.wqe_pool_drop = rq->red_drop; in nix_rq_cfg()
316 aq->rq.xqe_drop = rq->red_drop; in nix_rq_cfg()
374 if (rq->red_pass && (rq->red_pass >= rq->red_drop)) { in nix_rq_cfg()
H A Droc_nix.h293 uint8_t red_drop; member