Lines Matching refs:nxt_ocs
84 ocs_t *nxt_ocs; in ocs_gen_dump() local
92 while ((nxt_ocs = ocs_get_instance(index++)) != NULL) { in ocs_gen_dump()
93 ocs_get_bus_dev_func(nxt_ocs, &nxt_bus, &nxt_dev, &nxt_func); in ocs_gen_dump()
102 if (ocs_xport_status(nxt_ocs->xport, OCS_XPORT_PORT_STATUS, in ocs_gen_dump()
106 ocs_xport_control(nxt_ocs->xport, in ocs_gen_dump()
116 for (index = 0; (nxt_ocs = ocs_get_instance(index++)) != NULL; ) { in ocs_gen_dump()
121 ocs_xport_status(nxt_ocs->xport, OCS_XPORT_IS_QUIESCED, in ocs_gen_dump()
124 ocs_log_debug(nxt_ocs, "port quiesced\n"); in ocs_gen_dump()
131 ocs_log_test(nxt_ocs, in ocs_gen_dump()
175 nxt_ocs = NULL; in ocs_gen_dump()
177 while ((nxt_ocs = ocs_get_instance(index++)) != NULL) { in ocs_gen_dump()
178 ocs_get_bus_dev_func(nxt_ocs, &nxt_bus, &nxt_dev, &nxt_func); in ocs_gen_dump()
187 ocs_xport_control(nxt_ocs->xport, OCS_XPORT_PORT_ONLINE); in ocs_gen_dump()