Searched refs:max_msix (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/dev/mps/ |
| H A D | mps_pci.c | 244 msgs = min(msgs, sc->max_msix); in mps_pci_alloc_interrupts()
|
| H A D | mps.c | 1577 sc->max_msix = MPS_MSIX_MAX; in mps_get_tunables() 1596 TUNABLE_INT_FETCH("hw.mps.max_msix", &sc->max_msix); in mps_get_tunables() 1624 TUNABLE_INT_FETCH(tmpstr, &sc->max_msix); in mps_get_tunables() 1712 OID_AUTO, "max_msix", CTLFLAG_RD, &sc->max_msix, 0, in mps_setup_sysctl()
|
| H A D | mpsvar.h | 469 u_int max_msix; member
|
| /freebsd/sys/dev/mpr/ |
| H A D | mpr_pci.c | 298 msgs = min(msgs, sc->max_msix); in mpr_pci_alloc_interrupts()
|
| H A D | mpr.c | 1725 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() 1774 TUNABLE_INT_FETCH(tmpstr, &sc->max_msix); in mpr_get_tunables() 1861 OID_AUTO, "max_msix", CTLFLAG_RD, &sc->max_msix, 0, in mpr_setup_sysctl()
|
| H A D | mprvar.h | 505 u_int max_msix; member
|
| /freebsd/sys/dev/mana/ |
| H A D | gdma.h | 622 uint32_t max_msix; member
|
| H A D | 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/sys/dev/vmd/ |
| H A D | vmd.c | 103 SYSCTL_INT(_hw_vmd, OID_AUTO, max_msix, CTLFLAG_RWTUN, &vmd_max_msix, 0,
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | bnxt_hwrm.c | 760 hw_resc->max_nqs = le16toh(resp->max_msix); in bnxt_hwrm_func_resc_qcaps()
|
| H A D | hsi_struct_def.h | 18609 uint16_t max_msix; member 18741 uint16_t max_msix; member
|