Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_pci.c72 ocs_t *ocs_devices[MAX_OCS_DEVICES]; variable
515 if (instance < ARRAY_SIZE(ocs_devices)) { in ocs_pci_attach()
516 ocs_devices[instance] = ocs; in ocs_pci_attach()
969 if (index < ARRAY_SIZE(ocs_devices)) { in ocs_get_instance()
970 return ocs_devices[index]; in ocs_get_instance()