HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_VF_SET_MACVLAN (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.h 149 #define IXGBE_VF_SET_MACVLAN 0x06 /* VF requests PF for unicast filter */
ixgbe_vf.c 610 msgbuf[0] |= IXGBE_VF_SET_MACVLAN;
if_sriov.c 531 ixgbe_vf_set_macvlan(struct ixgbe_softc *sc, struct ixgbe_vf *vf, function in typeref:typename:void
536 } /* ixgbe_vf_set_macvlan */
628 case IXGBE_VF_SET_MACVLAN:
629 ixgbe_vf_set_macvlan(sc, vf, msg);

Completed in 36 milliseconds