Searched refs:max_msix_q_vectors (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dixgbevf.h222 int max_msix_q_vectors; /* true count of q_vectors for device */ member in struct:ixgbevf_adapter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe.h317 int max_msix_q_vectors; /* true count of q_vectors for device */ member in struct:ixgbe_adapter
H A Dixgbe_main.c4100 * of max_msix_q_vectors + NON_Q_VECTORS, or the number of
4104 adapter->max_msix_q_vectors + NON_Q_VECTORS);
4754 adapter->max_msix_q_vectors = MAX_MSIX_Q_VECTORS_82598;
4756 adapter->max_msix_q_vectors = MAX_MSIX_Q_VECTORS_82599;

Completed in 47 milliseconds