HomeSort by: relevance | last modified time | path
    Searched defs:ixgbe_vf_set_vlan (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
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);
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 26 milliseconds