Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_fabric.c1366 rnode = ocs_node_alloc(sport, sport->p2p_remote_port_id, FALSE, FALSE); in __ocs_p2p_wait_domain_attach()
1785 ns = ocs_node_alloc(sport, FC_ADDR_NAMESERVER, FALSE, FALSE); in ocs_start_ns_node()
1820 fabctl = ocs_node_alloc(sport, FC_ADDR_CONTROLLER, FALSE, FALSE); in ocs_start_fabctl_node()
1955 newnode = ocs_node_alloc(sport, port_id, 0, 0); in ocs_process_gidpt_payload()
H A Docs_node.h199 extern ocs_node_t *ocs_node_alloc(ocs_sport_t *sport, uint32_t port_id, uint8_t init, uint8_t targ);
H A Docs_domain.c595 node = ocs_node_alloc(sport, drec->map.loop[i], FALSE, TRUE); in __ocs_domain_init()
706 node = ocs_node_alloc(sport, FC_ADDR_FABRIC, FALSE, FALSE); in __ocs_domain_wait_alloc()
H A Docs_unsol.c627 node = ocs_node_alloc(sport, s_id, FALSE, FALSE); in ocs_domain_dispatch_frame()
H A Docs_sport.c687 fabric = ocs_node_alloc(sport, FC_ADDR_FABRIC, FALSE, FALSE); in __ocs_sport_vport_wait_alloc()
H A Docs_node.c369 ocs_node_alloc(ocs_sport_t *sport, uint32_t port_id, uint8_t init, uint8_t targ) in ocs_node_alloc() function