ixgbe_set_ivar
static void ixgbe_set_ivar(struct ixgbe_softc *, u8, u8, s8);
ixgbe_set_ivar(sc, 0, 0, 0);
ixgbe_set_ivar(sc, 0, 0, 1);
ixgbe_set_ivar(sc, rxr->me, rx_que->msix, 0);
ixgbe_set_ivar(sc, txr->me, tx_que->msix, 1);
ixgbe_set_ivar(sc, 1, sc->vector, -1);