Searched refs:cap_count (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c55 ushort_t cap_count = PCI_CAP_MAX_PTR; local
66 while (cap_count-- && capsp >= PCI_CAP_PTR_OFF) {
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c561 ushort_t cap_count = PCI_CAP_MAX_PTR; local
572 while (cap_count-- && capsp >= PCI_CAP_PTR_OFF) {
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4054 ushort_t caps_ptr, cap_count, cap; local
4192 for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) {
4198 if (++cap_count > PCI_CAP_MAX_PTR) {
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c3361 * @cap_count: number of capability records in the list
3367 u32 cap_count,
3387 for (i = 0; i < cap_count; i++, cap++) {
3366 i40e_parse_discover_capabilities(struct i40e_hw *hw, void *buff, u32 cap_count, enum i40e_admin_queue_opc list_type_opc) argument
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13042 ushort_t caps_ptr, cap, cap_count; local
13061 for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) {
13067 if (++cap_count > 48) {

Completed in 143 milliseconds