Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Dif_igc.c1617 ivar |= (rx_que->msix | IGC_IVAR_VALID) << 16; in igc_configure_queues()
1620 ivar |= rx_que->msix | IGC_IVAR_VALID; in igc_configure_queues()
1631 ivar |= (tx_que->msix | IGC_IVAR_VALID) << 24; in igc_configure_queues()
1634 ivar |= (tx_que->msix | IGC_IVAR_VALID) << 8; in igc_configure_queues()
1641 ivar = (sc->linkvec | IGC_IVAR_VALID) << 8; in igc_configure_queues()
H A Digc_defines.h75 #define IGC_IVAR_VALID 0x80 macro