Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Decore_sp.c4733 if (o->next_tx_only >= o->max_cos) in ecore_queue_comp_cmd()
4738 o->next_tx_only, o->max_cos); in ecore_queue_comp_cmd()
4744 if (o->next_tx_only) /* print num tx-only if any exist */ in ecore_queue_comp_cmd()
4746 o->cids[ECORE_PRIMARY_CID_INDEX], o->next_tx_only); in ecore_queue_comp_cmd()
4749 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() local
5569 next_tx_only = 1; 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()
5619 if (next_tx_only == 0) in ecore_queue_chk_transition()
[all …]