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

/linux-master/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.h40 int wx_get_pcie_msix_counts(struct wx *wx, u16 *msix_count, u16 max_msix_count);
H A Dwx_hw.c1866 * @max_msix_count: number of MSI interrupts that mac need
1871 int wx_get_pcie_msix_counts(struct wx *wx, u16 *msix_count, u16 max_msix_count) argument
1890 if (*msix_count > max_msix_count)
1891 *msix_count = max_msix_count;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2905 u16 max_msix_count; local
2911 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82598;
2919 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599;
2933 if (msix_count > max_msix_count)
2934 msix_count = max_msix_count;

Completed in 201 milliseconds