Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.h43 int wx_get_pcie_msix_counts(struct wx *wx, u16 *msix_count, u16 max_msix_count);
H A Dwx_hw.c2055 int wx_get_pcie_msix_counts(struct wx *wx, u16 *msix_count, u16 max_msix_count) in wx_get_pcie_msix_counts() argument
2074 if (*msix_count > max_msix_count) in wx_get_pcie_msix_counts()
2075 *msix_count = max_msix_count; in wx_get_pcie_msix_counts()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2917 u16 max_msix_count; in ixgbe_get_pcie_msix_count_generic() local
2923 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82598; in ixgbe_get_pcie_msix_count_generic()
2931 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599; in ixgbe_get_pcie_msix_count_generic()
2935 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599; in ixgbe_get_pcie_msix_count_generic()
2949 if (msix_count > max_msix_count) in ixgbe_get_pcie_msix_count_generic()
2950 msix_count = max_msix_count; in ixgbe_get_pcie_msix_count_generic()