Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_osdep.h194 #define IGC_TXDCTL_SET_PTHRESH(r, v) bitset32(r, 4, 0, v) macro
H A Digc_ring.c1098 val = IGC_TXDCTL_SET_PTHRESH(val, 0); in igc_tx_ring_hw_init()