HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_VF_CTS (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_sriov.h 47 #define IXGBE_VF_CTS (1 << 0) /* VF is clear to send. */
if_sriov.c 99 if (vf->flags & IXGBE_VF_CTS)
122 if (!(vf->flags & IXGBE_VF_CTS))
388 vf->flags |= IXGBE_VF_CTS;
610 if (!(vf->flags & IXGBE_VF_CTS)) {

Completed in 14 milliseconds