Home
last modified time | relevance | path

Searched refs:cached_ldb_credits (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/event/dlb2/
H A Ddlb2.c1195 qm_port->cached_ldb_credits = 0; in dlb2_hw_create_ldb_port()
1376 qm_port->cached_ldb_credits = 0; in dlb2_hw_create_dir_port()
2208 if (unlikely(qm_port->cached_ldb_credits == 0)) { in dlb2_check_enqueue_hw_ldb_credits()
2209 qm_port->cached_ldb_credits = in dlb2_check_enqueue_hw_ldb_credits()
2212 if (unlikely(qm_port->cached_ldb_credits == 0)) { in dlb2_check_enqueue_hw_ldb_credits()
2515 cached_credits = &qm_port->cached_ldb_credits; in dlb2_event_enqueue_prep()
2837 qm_port->cached_ldb_credits += num; in dlb2_port_credits_inc()
2838 if (qm_port->cached_ldb_credits >= 2 * batch_size) { in dlb2_port_credits_inc()
2842 qm_port->cached_ldb_credits -= batch_size; in dlb2_port_credits_inc()
H A Ddlb2_priv.h297 uint16_t cached_ldb_credits; member
H A Ddlb2_xstats.c1093 p->qm_port.cached_ldb_credits); in dlb2_eventdev_dump()
/f-stack/dpdk/drivers/event/dlb/
H A Ddlb_priv.h268 uint16_t cached_ldb_credits; member
H A Ddlb.c999 qm_port->cached_ldb_credits = cfg.ldb_credit_high_watermark; in dlb_hw_create_ldb_port()
1189 qm_port->cached_ldb_credits = cfg.ldb_credit_high_watermark; in dlb_hw_create_dir_port()
2253 if (unlikely(qm_port->cached_ldb_credits == 0)) { in dlb_check_enqueue_hw_ldb_credits()
2258 qm_port->cached_ldb_credits = pc - in dlb_check_enqueue_hw_ldb_credits()
2260 if (unlikely(qm_port->cached_ldb_credits == 0)) { in dlb_check_enqueue_hw_ldb_credits()
2269 qm_port->cached_ldb_credits; in dlb_check_enqueue_hw_ldb_credits()
2330 cached_credits = &qm_port->cached_ldb_credits; in dlb_event_enqueue_prep()
H A Ddlb_xstats.c1065 p->qm_port.cached_ldb_credits); in dlb_eventdev_dump()