Home
last modified time | relevance | path

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

/NextBSD/sys/dev/e1000/
HDif_igb.h192 #define IGB_TX_CLEANUP_THRESHOLD (adapter->num_tx_desc / 2) macro
HDif_igb.c850 if (txr->tx_avail <= IGB_TX_CLEANUP_THRESHOLD) in igb_start_locked()
999 if (txr->tx_avail <= IGB_TX_CLEANUP_THRESHOLD) in igb_mq_start_locked()