Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.h54 int wx_get_pcie_msix_counts(struct wx *wx, u16 *msix_count, u16 max_msix_count);
H A Dwx_hw.c2423 int wx_get_pcie_msix_counts(struct wx *wx, u16 *msix_count, u16 max_msix_count) in wx_get_pcie_msix_counts() argument
2442 if (*msix_count > max_msix_count) in wx_get_pcie_msix_counts()
2443 *msix_count = max_msix_count; in wx_get_pcie_msix_counts()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2918 u16 max_msix_count; in ixgbe_get_pcie_msix_count_generic() local
2924 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82598; in ixgbe_get_pcie_msix_count_generic()
2932 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599; in ixgbe_get_pcie_msix_count_generic()
2936 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599; in ixgbe_get_pcie_msix_count_generic()
2950 if (msix_count > max_msix_count) in ixgbe_get_pcie_msix_count_generic()
2951 msix_count = max_msix_count; in ixgbe_get_pcie_msix_count_generic()