Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.h50 L2T_STATE_SYNC_WRITE, /* synchronous write of entry underway */ enumerator
Dl2t.c165 e->state = L2T_STATE_SYNC_WRITE; in write_l2e()
238 case L2T_STATE_SYNC_WRITE: in cxgb4_l2t_send()
240 if (e->state != L2T_STATE_SYNC_WRITE && in cxgb4_l2t_send()
691 case L2T_STATE_SYNC_WRITE: return 'W'; in l2e_state()