Home
last modified time | relevance | path

Searched refs:VF_FLAG_PROMISC_CAP (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ice/
H A Dice_iov.h71 VF_FLAG_PROMISC_CAP = BIT(3), enumerator
H A Dice_iov.c589 vf->vf_flags |= VF_FLAG_PROMISC_CAP; in ice_iov_add_vf()
803 info->allow_promisc = (vf_flags & VF_FLAG_PROMISC_CAP) != 0; in ice_iov_vf_status()
2809 if (!(vf->vf_flags & VF_FLAG_PROMISC_CAP)) { in ice_vc_cfg_promisc_mode_msg()
/freebsd/sys/dev/ixl/
H A Dixl_pf.h46 #define VF_FLAG_PROMISC_CAP 0x08 macro
H A Dixl_pf_iov.c1531 if (!(vf->vf_flags & VF_FLAG_PROMISC_CAP)) { in ixl_vf_config_promisc_msg()
2425 vf->vf_flags |= VF_FLAG_PROMISC_CAP; in ixl_if_iov_vf_add()
H A Dif_ixl.c2080 (vf->vf_flags & VF_FLAG_PROMISC_CAP) != 0; in ixl_if_vf_status()