Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_mqprio.c111 eosw_txq->state = CXGB4_EO_STATE_CLOSED; in cxgb4_init_eosw_txq()
136 eosw_txq->state = CXGB4_EO_STATE_CLOSED; in cxgb4_clean_eosw_txq()
Dsge.c2399 case CXGB4_EO_STATE_CLOSED: in ethofld_xmit()
2559 if (eosw_txq->state != CXGB4_EO_STATE_CLOSED) in cxgb4_ethofld_send_flowc()
4100 eosw_txq->state = CXGB4_EO_STATE_CLOSED; in cxgb4_ethofld_rx_handler()
Dcxgb4.h920 CXGB4_EO_STATE_CLOSED = 0, /* Not ready to accept traffic */ enumerator