Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixgbe/
HDixgbe.h433 #define IXGBE_VF_CTS (1 << 0) /* VF is clear to send. */ macro
745 if (vf->flags & IXGBE_VF_CTS) in ixgbe_send_vf_msg()
768 if (!(vf->flags & IXGBE_VF_CTS)) in ixgbe_process_vf_ack()
HDif_ix.c5398 vf->flags |= IXGBE_VF_CTS; in ixgbe_vf_reset_msg()
5621 if (!(vf->flags & IXGBE_VF_CTS)) { in ixgbe_process_vf_msg()
HDif_ixgbe.c4923 vf->flags |= IXGBE_VF_CTS; in ixgbe_vf_reset_msg()
5145 if (!(vf->flags & IXGBE_VF_CTS)) { in ixgbe_process_vf_msg()