Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c3733 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()
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()
4531 if (o->num_tx_only == 0) in ecore_queue_chk_transition()
H A Decore_sp.h1478 uint8_t num_tx_only, next_tx_only; member