Home
last modified time | relevance | path

Searched refs:cap_count (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c56 ushort_t cap_count = PCI_CAP_MAX_PTR; in check_if_device_is_pciex() local
67 while (cap_count-- && capsp >= PCI_CAP_PTR_OFF) { in check_if_device_is_pciex()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_e610.c920 void *buf, u32 cap_count) in ixgbe_parse_dev_caps() argument
929 for (i = 0; i < cap_count; i++) { in ixgbe_parse_dev_caps()
1036 void *buf, u32 cap_count) in ixgbe_parse_func_caps() argument
1045 for (i = 0; i < cap_count; i++) { in ixgbe_parse_func_caps()
1087 u32 *cap_count, enum ixgbe_aci_opc opc) in ixgbe_aci_list_caps() argument
1102 if (cap_count) in ixgbe_aci_list_caps()
1103 *cap_count = IXGBE_LE32_TO_CPU(cmd->count); in ixgbe_aci_list_caps()
1121 u32 status, cap_count = 0; in ixgbe_discover_dev_caps() local
1131 cap_count = IXGBE_ACI_MAX_BUFFER_SIZE / in ixgbe_discover_dev_caps()
1135 &cap_count, in ixgbe_discover_dev_caps()
[all …]
H A Dixgbe_e610.h58 u32 *cap_count, enum ixgbe_aci_opc opc);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c563 ushort_t cap_count = PCI_CAP_MAX_PTR; in device_is_pciex() local
574 while (cap_count-- && capsp >= PCI_CAP_PTR_OFF) { in device_is_pciex()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4159 ushort_t caps_ptr, cap_count, cap; in ahci_config_space_init() local
4297 for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) { in ahci_config_space_init()
4303 if (++cap_count > PCI_CAP_MAX_PTR) { in ahci_config_space_init()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c3745 u32 cap_count, in i40e_parse_discover_capabilities() argument
3766 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13385 ushort_t caps_ptr, cap, cap_count; in mptsas_get_pci_cap() local
13404 for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) { in mptsas_get_pci_cap()
13410 if (++cap_count > 48) { in mptsas_get_pci_cap()