Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c3717 if (o->next_tx_only >= o->max_cos) in ecore_queue_comp_cmd()
3723 o->next_tx_only, o->max_cos); in ecore_queue_comp_cmd()
3728 if (o->next_tx_only) /* print num tx-only if any exist */ in ecore_queue_comp_cmd()
3730 o->cids[ECORE_PRIMARY_CID_INDEX], o->next_tx_only); in ecore_queue_comp_cmd()
3733 o->num_tx_only = o->next_tx_only; in ecore_queue_comp_cmd()
4410 uint8_t next_tx_only = o->num_tx_only; in ecore_queue_chk_transition() local
4455 next_tx_only = 1; in ecore_queue_chk_transition()
4481 next_tx_only = o->num_tx_only + 1; in ecore_queue_chk_transition()
4504 next_tx_only = o->num_tx_only - 1; in ecore_queue_chk_transition()
4505 if (next_tx_only == 0) in ecore_queue_chk_transition()
[all …]
H A Decore_sp.h1478 uint8_t num_tx_only, next_tx_only; member