Home
last modified time | relevance | path

Searched refs:ice_rdma_max_msix (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ice/
Dice_common_sysctls.h104 static uint16_t ice_rdma_max_msix = ICE_RDMA_MAX_MSIX; variable
129 SYSCTL_U16(_hw_ice, OID_AUTO, rdma_max_msix, CTLFLAG_RDTUN, &ice_rdma_max_msix,
Dif_ice_iflib.c1380 rdma = min(rdma, ice_rdma_max_msix); in ice_allocate_msix()