Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_rdma.h78 #define ICE_RDMA_MAX_MSIX 64 macro
114 #define ICE_RDMA_MAX_MSIX 64 macro
H A Dice_common_sysctls.h114 static uint16_t ice_rdma_max_msix = ICE_RDMA_MAX_MSIX;
H A Dif_ice_iflib.c1447 rdma = min(CPU_COUNT(&cpus), ICE_RDMA_MAX_MSIX); in ice_allocate_msix()