Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/alacritech/
Dslic.h259 #define SLIC_MAX_REQ_TX_DESCS 1 macro
Dslicoss.c1418 if (unlikely(slic_get_free_tx_descs(txq) < SLIC_MAX_REQ_TX_DESCS)) { in slic_xmit()
1451 if (slic_get_free_tx_descs(txq) < SLIC_MAX_REQ_TX_DESCS) in slic_xmit()