Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c4884 if (o->next_tx_only >= o->max_cos) in ecore_queue_comp_cmd()
4889 o->next_tx_only, o->max_cos); in ecore_queue_comp_cmd()
4895 if (o->next_tx_only) /* print num tx-only if any exist */ in ecore_queue_comp_cmd()
4897 o->cids[ECORE_PRIMARY_CID_INDEX], o->next_tx_only); in ecore_queue_comp_cmd()
4900 o->num_tx_only = o->next_tx_only; in ecore_queue_comp_cmd()
5690 u8 next_tx_only = o->num_tx_only; in ecore_queue_chk_transition() local
5735 next_tx_only = 1; in ecore_queue_chk_transition()
5761 next_tx_only = o->num_tx_only + 1; in ecore_queue_chk_transition()
5784 next_tx_only = o->num_tx_only - 1; in ecore_queue_chk_transition()
5785 if (next_tx_only == 0) in ecore_queue_chk_transition()
[all …]
H A Decore_sp_verbs.h1117 u8 num_tx_only, next_tx_only; member