Home
last modified time | relevance | path

Searched refs:IXGBE_VF_CTS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ixgbe/
H A Dixgbe_sriov.h46 #define IXGBE_VF_CTS (1 << 0) /* VF is clear to send. */ macro
H A Dif_sriov.c100 if (vf->flags & IXGBE_VF_CTS) in ixgbe_send_vf_msg()
123 if (!(vf->flags & IXGBE_VF_CTS)) in ixgbe_process_vf_ack()
384 vf->flags |= IXGBE_VF_CTS; in ixgbe_vf_reset_msg()
609 if (!(vf->flags & IXGBE_VF_CTS)) { in ixgbe_process_vf_msg()