Searched refs:max_msix (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/sys/dev/mps/ |
| HD | mps_pci.c | 245 msgs = min(msgs, sc->max_msix); in mps_pci_alloc_interrupts()
|
| HD | mps.c | 1578 sc->max_msix = MPS_MSIX_MAX; in mps_get_tunables() 1597 TUNABLE_INT_FETCH("hw.mps.max_msix", &sc->max_msix); in mps_get_tunables() 1625 TUNABLE_INT_FETCH(tmpstr, &sc->max_msix); in mps_get_tunables() 1713 OID_AUTO, "max_msix", CTLFLAG_RD, &sc->max_msix, 0, in mps_setup_sysctl()
|
| HD | mpsvar.h | 469 u_int max_msix; member
|
| /freebsd-14-stable/sys/dev/mpr/ |
| HD | mpr_pci.c | 299 msgs = min(msgs, sc->max_msix); in mpr_pci_alloc_interrupts()
|
| HD | mpr.c | 1726 sc->max_msix = MPR_MSIX_MAX; in mpr_get_tunables() 1745 TUNABLE_INT_FETCH("hw.mpr.max_msix", &sc->max_msix); in mpr_get_tunables() 1773 TUNABLE_INT_FETCH(tmpstr, &sc->max_msix); in mpr_get_tunables() 1856 OID_AUTO, "max_msix", CTLFLAG_RD, &sc->max_msix, 0, in mpr_setup_sysctl()
|
| HD | mprvar.h | 504 u_int max_msix; member
|
| /freebsd-14-stable/sys/dev/mana/ |
| HD | gdma.h | 616 uint32_t max_msix; member
|
| HD | gdma_main.c | 120 resp.max_msix, resp.max_eq, resp.max_cq, in mana_gd_query_max_resources() 123 if (gc->num_msix_usable > resp.max_msix) in mana_gd_query_max_resources() 124 gc->num_msix_usable = resp.max_msix; in mana_gd_query_max_resources()
|
| /freebsd-14-stable/sys/dev/vmd/ |
| HD | vmd.c | 104 SYSCTL_INT(_hw_vmd, OID_AUTO, max_msix, CTLFLAG_RWTUN, &vmd_max_msix, 0,
|
| /freebsd-14-stable/sys/dev/bnxt/bnxt_en/ |
| HD | bnxt_hwrm.c | 760 hw_resc->max_nqs = le16toh(resp->max_msix); in bnxt_hwrm_func_resc_qcaps()
|
| HD | hsi_struct_def.h | 18609 uint16_t max_msix; member 18741 uint16_t max_msix; member
|