Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixgbe/
HDixgbe.h434 #define IXGBE_VF_CAP_MAC (1 << 1) /* VF is permitted to change MAC. */ macro
HDif_ix.c5415 if (!(vf->flags & IXGBE_VF_CAP_MAC) && ixgbe_vf_mac_changed(vf, mac)) { in ixgbe_vf_set_mac()
5926 vf->flags |= IXGBE_VF_CAP_MAC; in ixgbe_add_vf()
5932 vf->flags |= IXGBE_VF_CAP_MAC; in ixgbe_add_vf()
HDif_ixgbe.c4940 if (!(vf->flags & IXGBE_VF_CAP_MAC) && ixgbe_vf_mac_changed(vf, mac)) { in ixgbe_vf_set_mac()
5434 vf->flags |= IXGBE_VF_CAP_MAC; in ixgbe_add_vf()
5440 vf->flags |= IXGBE_VF_CAP_MAC; in ixgbe_add_vf()