Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_pf_iov.c150 if (vf->vf_flags & VF_FLAG_MAC_ANTI_SPOOF) in ixl_vf_alloc_vsi()
1024 if (!(vf->vf_flags & VF_FLAG_SET_MAC_CAP) && in ixl_vf_mac_valid()
1130 if (!(vf->vf_flags & VF_FLAG_VLAN_CAP)) { in ixl_vf_add_vlan_msg()
1179 if (!(vf->vf_flags & VF_FLAG_VLAN_CAP)) { in ixl_vf_del_vlan_msg()
1199 if (!(vf->vf_flags & VF_FLAG_PROMISC_CAP)) { in ixl_vf_config_promisc_msg()
1436 (vf->vf_flags & VF_FLAG_ENABLED) ? " " : " disabled ", in ixl_handle_vf_msg()
1449 if (!(vf->vf_flags & VF_FLAG_ENABLED)) in ixl_handle_vf_msg()
1544 if (!(vf->vf_flags & VF_FLAG_ENABLED)) in ixl_handle_vflr()
1784 vf->vf_flags = VF_FLAG_ENABLED; in ixl_if_iov_vf_add()
1801 vf->vf_flags |= VF_FLAG_SET_MAC_CAP; in ixl_if_iov_vf_add()
[all …]
H A Dixl_pf.h102 u32 vf_flags; member
H A Dixl_pf_main.c2279 if (vf->vf_flags & VF_FLAG_ENABLED) in ixl_update_stats_counters()
3719 if (!(vf->vf_flags & VF_FLAG_ENABLED)) in ixl_sysctl_sw_filter_list()
/freebsd/sys/dev/vnic/
H A Dnic_main.c92 int vf_flags; member