Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_gendump.c44 while ((ocs = ocs_get_instance(index++)) != NULL) { in ocs_gen_dump_reset()
92 while ((nxt_ocs = ocs_get_instance(index++)) != NULL) { in ocs_gen_dump()
116 for (index = 0; (nxt_ocs = ocs_get_instance(index++)) != NULL; ) { in ocs_gen_dump()
177 while ((nxt_ocs = ocs_get_instance(index++)) != NULL) { in ocs_gen_dump()
H A Docs_drv_fc.h179 extern ocs_t *ocs_get_instance(uint32_t index);
H A Docs_os.h1057 extern ocs_t *ocs_get_instance(uint32_t index);
H A Docs_pci.c967 ocs_t *ocs_get_instance(uint32_t index) in ocs_get_instance() function
H A Docs_ddump.c836 for (i = 0; (ocs = ocs_get_instance(i)) != NULL; i++) { in ocs_save_ddump_all()
H A Docs_mgmt.c578 while ((other_ocs = ocs_get_instance(index++)) != NULL) { in ocs_mgmt_firmware_reset()