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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_pci.c74 ocs_t *ocs_devices[MAX_OCS_DEVICES]; variable
473 if (instance < ARRAY_SIZE(ocs_devices)) {
474 ocs_devices[instance] = ocs;
910 * @param index index to ocs_devices array
917 if (index < ARRAY_SIZE(ocs_devices)) {
918 return ocs_devices[index];

Completed in 93 milliseconds