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)
4889 o->next_tx_only, o->max_cos);
4895 if (o->next_tx_only) /* print num tx-only if any exist */
4897 o->cids[ECORE_PRIMARY_CID_INDEX], o->next_tx_only);
4900 o->num_tx_only = o->next_tx_only;
5690 u8 next_tx_only = o->num_tx_only; local
5735 next_tx_only = 1;
5761 next_tx_only = o->num_tx_only + 1;
5784 next_tx_only = o->num_tx_only - 1;
5785 if (next_tx_only
[all...]
H A Decore_sp_verbs.h1117 u8 num_tx_only, next_tx_only; member in struct:ecore_queue_sp_obj

Completed in 77 milliseconds