Searched refs:next_tx_only (Results 1 – 2 of 2) sorted by relevance
3717 if (o->next_tx_only >= o->max_cos) in ecore_queue_comp_cmd()3723 o->next_tx_only, o->max_cos); in ecore_queue_comp_cmd()3728 if (o->next_tx_only) /* print num tx-only if any exist */ in ecore_queue_comp_cmd()3730 o->cids[ECORE_PRIMARY_CID_INDEX], o->next_tx_only); in ecore_queue_comp_cmd()3733 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() local4455 next_tx_only = 1; 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()4505 if (next_tx_only == 0) in ecore_queue_chk_transition()[all …]
1478 uint8_t num_tx_only, next_tx_only; member