Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_sriov.c137 case IXGBE_64_VM: in ixgbe_vf_queues()
166 case IXGBE_64_VM: in ixgbe_get_mrqc()
189 case IXGBE_64_VM: in ixgbe_get_mtqc()
694 sc->iov_mode = IXGBE_64_VM; in ixgbe_if_iov_init()
701 if ((num_vfs > sc->pool) || (num_vfs >= IXGBE_64_VM)) { in ixgbe_if_iov_init()
813 case IXGBE_64_VM: in ixgbe_initialize_iov()
H A Dixgbe_sriov.h67 #define IXGBE_64_VM 64 macro