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

  /src/sys/dev/pci/ixgbe/
ixgbe_mbx.h 145 #define IXGBE_VF_SET_VLAN 0x04 /* VF requests PF to set VLAN */
ixgbe_vf.c 545 msgbuf[0] = IXGBE_VF_SET_VLAN;
if_sriov.c 459 ixgbe_vf_set_vlan(struct ixgbe_softc *sc, struct ixgbe_vf *vf, uint32_t *msg) function in typeref:typename:void
482 } /* ixgbe_vf_set_vlan */
622 case IXGBE_VF_SET_VLAN:
623 ixgbe_vf_set_vlan(sc, vf, msg);

Completed in 12 milliseconds