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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_node.h201 extern ocs_node_t *ocs_node_alloc(ocs_sport_t *sport, uint32_t port_id, uint8_t init, uint8_t targ);
H A Docs_fabric.c1360 rnode = ocs_node_alloc(sport, sport->p2p_remote_port_id, FALSE, FALSE);
1779 ns = ocs_node_alloc(sport, FC_ADDR_NAMESERVER, FALSE, FALSE);
1814 fabctl = ocs_node_alloc(sport, FC_ADDR_CONTROLLER, FALSE, FALSE);
1949 newnode = ocs_node_alloc(sport, port_id, 0, 0);
1951 ocs_log_err(ocs, "ocs_node_alloc() failed\n");
H A Docs_domain.c597 node = ocs_node_alloc(sport, drec->map.loop[i], FALSE, TRUE);
599 ocs_log_err(ocs, "ocs_node_alloc() failed\n");
708 node = ocs_node_alloc(sport, FC_ADDR_FABRIC, FALSE, FALSE);
710 ocs_log_err(ocs, "Error: ocs_node_alloc() failed\n");
H A Docs_unsol.c629 node = ocs_node_alloc(sport, s_id, FALSE, FALSE);
631 ocs_log_err(ocs, "ocs_node_alloc() failed\n");
H A Docs_sport.c689 fabric = ocs_node_alloc(sport, FC_ADDR_FABRIC, FALSE, FALSE);
691 ocs_log_err(ocs, "ocs_node_alloc() failed\n");
H A Docs_node.c371 ocs_node_alloc(ocs_sport_t *sport, uint32_t port_id, uint8_t init, uint8_t targ) function

Completed in 273 milliseconds