Home
last modified time | relevance | path

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

/linux-6.1.9/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.c2413 case CXGB4_EO_STATE_CLOSED: in ethofld_xmit()
2573 if (eosw_txq->state != CXGB4_EO_STATE_CLOSED) in cxgb4_ethofld_send_flowc()
4114 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