Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c114 ETHTXQ_STOP_THRES = 1 + DIV_ROUND_UP(ETHTXQ_MAX_FLITS, TXD_PER_EQ_UNIT), enumerator
1246 if (unlikely(credits < ETHTXQ_STOP_THRES)) { in t4vf_eth_xmit()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c118 #define ETHTXQ_STOP_THRES \ macro
1209 if (unlikely(credits < ETHTXQ_STOP_THRES)) { in t4_eth_xmit()