Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c1400 ivar |= (rx_que->msix | IGC_IVAR_VALID) << 16; in igc_configure_queues()
1403 ivar |= rx_que->msix | IGC_IVAR_VALID; in igc_configure_queues()
1414 ivar |= (tx_que->msix | IGC_IVAR_VALID) << 24; in igc_configure_queues()
1417 ivar |= (tx_que->msix | IGC_IVAR_VALID) << 8; in igc_configure_queues()
1424 ivar = (adapter->linkvec | IGC_IVAR_VALID) << 8; in igc_configure_queues()
H A Digc_defines.h75 #define IGC_IVAR_VALID 0x80 macro