Searched refs:vf_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/ixl/
H A Dixl_pf_iov.c150 if (vf->vf_flags & VF_FLAG_MAC_ANTI_SPOOF)
1024 if (!(vf->vf_flags & VF_FLAG_SET_MAC_CAP) &&
1130 if (!(vf->vf_flags & VF_FLAG_VLAN_CAP)) {
1179 if (!(vf->vf_flags & VF_FLAG_VLAN_CAP)) {
1199 if (!(vf->vf_flags & VF_FLAG_PROMISC_CAP)) {
1436 (vf->vf_flags & VF_FLAG_ENABLED) ? " " : " disabled ",
1449 if (!(vf->vf_flags & VF_FLAG_ENABLED))
1544 if (!(vf->vf_flags & VF_FLAG_ENABLED))
1784 vf->vf_flags = VF_FLAG_ENABLED;
1801 vf->vf_flags |
[all...]
H A Dixl_pf.h102 u32 vf_flags; member in struct:ixl_vf
H A Dixl_pf_main.c2280 if (vf->vf_flags & VF_FLAG_ENABLED)
3694 if (!(vf->vf_flags & VF_FLAG_ENABLED))
/freebsd-current/sys/dev/vnic/
H A Dnic_main.c92 int vf_flags; member in struct:nicvf_info

Completed in 135 milliseconds