Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_osdep.h184 #define IGC_RXDCTL_SET_PTHRESH(r, v) bitset32(r, 4, 0, v) macro
H A Digc_ring.c541 val = IGC_RXDCTL_SET_PTHRESH(val, 16); in igc_rx_ring_hw_init()