Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_ddump.c67 ocs_ddump_value(textbuf, "index", "%d", q->index); in ocs_ddump_sli4_queue()
68 ocs_ddump_value(textbuf, "size", "%d", q->size); in ocs_ddump_sli4_queue()
69 ocs_ddump_value(textbuf, "length", "%d", q->length); in ocs_ddump_sli4_queue()
70 ocs_ddump_value(textbuf, "n_posted", "%d", q->n_posted); in ocs_ddump_sli4_queue()
71 ocs_ddump_value(textbuf, "id", "%d", q->id); in ocs_ddump_sli4_queue()
72 ocs_ddump_value(textbuf, "type", "%d", q->type); in ocs_ddump_sli4_queue()
73 ocs_ddump_value(textbuf, "proc_limit", "%d", q->proc_limit); in ocs_ddump_sli4_queue()
74 ocs_ddump_value(textbuf, "posted_limit", "%d", q->posted_limit); in ocs_ddump_sli4_queue()
75 ocs_ddump_value(textbuf, "max_num_processed", "%d", q->max_num_processed); in ocs_ddump_sli4_queue()
76 ocs_ddump_value(textbuf, "max_process_time", "%ld", (unsigned long)q->max_process_time); in ocs_ddump_sli4_queue()
[all …]
H A Docs_io.c364 ocs_ddump_value(textbuf, "display_name", "%s", io->display_name); in ocs_ddump_io()
365 ocs_ddump_value(textbuf, "node_name", "%s", io->node->display_name); in ocs_ddump_io()
367 ocs_ddump_value(textbuf, "ref_count", "%d", ocs_ref_read_count(&io->ref)); in ocs_ddump_io()
368 ocs_ddump_value(textbuf, "io_type", "%d", io->io_type); in ocs_ddump_io()
369 ocs_ddump_value(textbuf, "hio_type", "%d", io->hio_type); in ocs_ddump_io()
370 ocs_ddump_value(textbuf, "cmd_tgt", "%d", io->cmd_tgt); in ocs_ddump_io()
371 ocs_ddump_value(textbuf, "cmd_ini", "%d", io->cmd_ini); in ocs_ddump_io()
372 ocs_ddump_value(textbuf, "send_abts", "%d", io->send_abts); in ocs_ddump_io()
373 ocs_ddump_value(textbuf, "init_task_tag", "0x%x", io->init_task_tag); in ocs_ddump_io()
374 ocs_ddump_value(textbuf, "tgt_task_tag", "0x%x", io->tgt_task_tag); in ocs_ddump_io()
[all …]
H A Docs_node.c1515 ocs_ddump_value(textbuf, "display_name", "%s", node->display_name); in ocs_ddump_node()
1516 ocs_ddump_value(textbuf, "current_state", "%s", node->current_state_name); in ocs_ddump_node()
1517 ocs_ddump_value(textbuf, "prev_state", "%s", node->prev_state_name); in ocs_ddump_node()
1518 ocs_ddump_value(textbuf, "current_evt", "%s", ocs_sm_event_name(node->current_evt)); in ocs_ddump_node()
1519 ocs_ddump_value(textbuf, "prev_evt", "%s", ocs_sm_event_name(node->prev_evt)); in ocs_ddump_node()
1521 ocs_ddump_value(textbuf, "indicator", "%#x", node->rnode.indicator); in ocs_ddump_node()
1522 ocs_ddump_value(textbuf, "fc_id", "%#06x", node->rnode.fc_id); in ocs_ddump_node()
1523 ocs_ddump_value(textbuf, "attached", "%d", node->rnode.attached); in ocs_ddump_node()
1525 ocs_ddump_value(textbuf, "hold_frames", "%d", node->hold_frames); in ocs_ddump_node()
1526 ocs_ddump_value(textbuf, "io_alloc_enabled", "%d", node->io_alloc_enabled); in ocs_ddump_node()
[all …]
H A Docs_sport.c1187 ocs_ddump_value(textbuf, "display_name", "%s", sport->display_name); in ocs_ddump_sport()
1189 ocs_ddump_value(textbuf, "is_vport", "%d", sport->is_vport); in ocs_ddump_sport()
1190 ocs_ddump_value(textbuf, "enable_ini", "%d", sport->enable_ini); in ocs_ddump_sport()
1191 ocs_ddump_value(textbuf, "enable_tgt", "%d", sport->enable_tgt); in ocs_ddump_sport()
1192 ocs_ddump_value(textbuf, "shutting_down", "%d", sport->shutting_down); in ocs_ddump_sport()
1193 ocs_ddump_value(textbuf, "topology", "%d", sport->topology); in ocs_ddump_sport()
1194 ocs_ddump_value(textbuf, "p2p_winner", "%d", sport->p2p_winner); in ocs_ddump_sport()
1195 ocs_ddump_value(textbuf, "p2p_port_id", "%06x", sport->p2p_port_id); in ocs_ddump_sport()
1196 ocs_ddump_value(textbuf, "p2p_remote_port_id", "%06x", sport->p2p_remote_port_id); in ocs_ddump_sport()
1197 ocs_ddump_value(textbuf, "wwpn", "%016llx", (unsigned long long)sport->wwpn); in ocs_ddump_sport()
[all …]
H A Docs_domain.c1322 ocs_ddump_value(textbuf, "display_name", "%s", domain->display_name); in ocs_ddump_domain()
1324 ocs_ddump_value(textbuf, "fcf", "%#x", domain->fcf); in ocs_ddump_domain()
1325 ocs_ddump_value(textbuf, "fcf_indicator", "%#x", domain->fcf_indicator); in ocs_ddump_domain()
1326 ocs_ddump_value(textbuf, "vlan_id", "%#x", domain->vlan_id); in ocs_ddump_domain()
1327 ocs_ddump_value(textbuf, "indicator", "%#x", domain->indicator); in ocs_ddump_domain()
1328 ocs_ddump_value(textbuf, "attached", "%d", domain->attached); in ocs_ddump_domain()
1329 ocs_ddump_value(textbuf, "is_loop", "%d", domain->is_loop); in ocs_ddump_domain()
1330 ocs_ddump_value(textbuf, "is_nlport", "%d", domain->is_nlport); in ocs_ddump_domain()
H A Docs_ddump.h50 extern void ocs_ddump_value(ocs_textbuf_t *textbuf, const char *name, const char *fmt, ...);
H A Docs_els.c2631 ocs_ddump_value(textbuf, "req_free", "%d", els->els_req_free); in ocs_ddump_els()
2632 ocs_ddump_value(textbuf, "evtdepth", "%d", els->els_evtdepth); in ocs_ddump_els()
2633 ocs_ddump_value(textbuf, "pend", "%d", els->els_pend); in ocs_ddump_els()
2634 ocs_ddump_value(textbuf, "active", "%d", els->els_active); in ocs_ddump_els()
H A Docs_cam.c2857 ocs_ddump_value(textbuf, "cam_st", "%s", state_str); in ocs_scsi_tgt_ddump()
2859 ocs_ddump_value(textbuf, "cam_flags", "%#x", in ocs_scsi_tgt_ddump()
2861 ocs_ddump_value(textbuf, "cam_status", "%#x", in ocs_scsi_tgt_ddump()
H A Docs_utils.c648 ocs_ddump_value(ocs_textbuf_t *textbuf, const char *name, const char *fmt, ...) in ocs_ddump_value() function