Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_sp.c4749 o->num_tx_only = o->next_tx_only; in ecore_queue_comp_cmd()
5524 uint8_t next_tx_only = o->num_tx_only; in ecore_queue_chk_transition()
5595 next_tx_only = o->num_tx_only + 1; in ecore_queue_chk_transition()
5618 next_tx_only = o->num_tx_only - 1; in ecore_queue_chk_transition()
5645 if (o->num_tx_only == 0) in ecore_queue_chk_transition()
H A Decore_sp.h1514 uint8_t num_tx_only, next_tx_only; member