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

/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c722 ocs_t *other_ocs; local
735 while ((other_ocs = ocs_get_instance(index++)) != NULL) {
738 ocs_get_bus_dev_func(other_ocs, &other_bus, &other_dev, &other_func);
741 if (other_ocs->hw.state !=
743 other_ocs->hw.state =
747 ocs_device_detach(other_ocs);
748 if (ocs_device_attach(other_ocs)) {
749 ocs_log_err(other_ocs,

Completed in 64 milliseconds