Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c197 static void ixgbe_set_ivar(struct ixgbe_softc *, u8, u8, s8);
3320 ixgbe_set_ivar(sc, 0, 0, 0); in ixgbe_if_init()
3321 ixgbe_set_ivar(sc, 0, 0, 1); in ixgbe_if_init()
3383 ixgbe_set_ivar(struct ixgbe_softc *sc, u8 entry, u8 vector, s8 type) in ixgbe_set_ivar() function
3450 ixgbe_set_ivar(sc, rxr->me, rx_que->msix, 0); in ixgbe_configure_ivars()
3459 ixgbe_set_ivar(sc, txr->me, tx_que->msix, 1); in ixgbe_configure_ivars()
3462 ixgbe_set_ivar(sc, 1, sc->vector, -1); in ixgbe_configure_ivars()