Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_io.c413 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "display_name"); in ocs_mgmt_io_list()
414 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "init_task_tag"); in ocs_mgmt_io_list()
415 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "tag"); in ocs_mgmt_io_list()
416 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "transferred"); in ocs_mgmt_io_list()
417 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "auto_resp"); in ocs_mgmt_io_list()
418 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "exp_xfer_len"); in ocs_mgmt_io_list()
419 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "xfer_req"); in ocs_mgmt_io_list()
H A Docs_node.c1700 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "display_name"); in ocs_mgmt_node_list()
1701 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "indicator"); in ocs_mgmt_node_list()
1702 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "fc_id"); in ocs_mgmt_node_list()
1703 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "attached"); in ocs_mgmt_node_list()
1704 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "hold_frames"); in ocs_mgmt_node_list()
1705 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "shutting_down"); in ocs_mgmt_node_list()
1706 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "req_free"); in ocs_mgmt_node_list()
1707 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "ox_id"); in ocs_mgmt_node_list()
1708 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "ox_id_in_use"); in ocs_mgmt_node_list()
1709 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "abort_cnt"); in ocs_mgmt_node_list()
[all …]
H A Docs_sport.c1260 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "indicator"); in ocs_mgmt_sport_list()
1261 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "fc_id"); in ocs_mgmt_sport_list()
1262 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "index"); in ocs_mgmt_sport_list()
1263 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "display_name"); in ocs_mgmt_sport_list()
1264 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "is_vport"); in ocs_mgmt_sport_list()
1265 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "enable_ini"); in ocs_mgmt_sport_list()
1266 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "enable_tgt"); in ocs_mgmt_sport_list()
1267 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "p2p"); in ocs_mgmt_sport_list()
1268 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "p2p_winner"); in ocs_mgmt_sport_list()
1269 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "p2p_port_id"); in ocs_mgmt_sport_list()
[all …]
H A Docs_domain.c1368 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "fcf"); in ocs_mgmt_domain_list()
1369 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "fcf_indicator"); in ocs_mgmt_domain_list()
1370 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "vlan_id"); in ocs_mgmt_domain_list()
1371 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "indicator"); in ocs_mgmt_domain_list()
1372 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "attached"); in ocs_mgmt_domain_list()
1373 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "is_loop"); in ocs_mgmt_domain_list()
1374 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "display_name"); in ocs_mgmt_domain_list()
1375 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RD, "num_sports"); in ocs_mgmt_domain_list()
1377 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_RW, "femul_enable"); in ocs_mgmt_domain_list()
H A Docs_mgmt.h96 extern void ocs_mgmt_emit_property_name(ocs_textbuf_t *textbuf, int access, const char *name);
H A Docs_mgmt.c240 ocs_mgmt_emit_property_name(textbuf, access, mgmt_table[i].name); in ocs_mgmt_get_list()
536 ocs_mgmt_emit_property_name(textbuf, MGMT_MODE_EX, mgmt_table[i].name); in ocs_mgmt_get_all()
2670 void ocs_mgmt_emit_property_name(ocs_textbuf_t *textbuf, int mode, const char *name) in ocs_mgmt_emit_property_name() function