Searched refs:IXGBE_VF_ACTIVE (Results 1 – 2 of 2) sorted by relevance
212 if (vf->flags & IXGBE_VF_ACTIVE) in ixgbe_ping_all_vfs()656 if (vf->flags & IXGBE_VF_ACTIVE) { in ixgbe_handle_mbx()768 if (!(vf->flags & IXGBE_VF_ACTIVE)) in ixgbe_init_vf()859 if (vf->flags & IXGBE_VF_ACTIVE) in ixgbe_recalculate_max_frame()897 vf->flags |= IXGBE_VF_ACTIVE; in ixgbe_if_iov_vf_add()
49 #define IXGBE_VF_ACTIVE (1 << 3) /* VF is active. */ macro