Searched refs:ocs_node_alloc (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_fabric.c | 1366 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 D | ocs_node.h | 199 extern ocs_node_t *ocs_node_alloc(ocs_sport_t *sport, uint32_t port_id, uint8_t init, uint8_t targ);
|
H A D | ocs_domain.c | 595 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 D | ocs_unsol.c | 627 node = ocs_node_alloc(sport, s_id, FALSE, FALSE); in ocs_domain_dispatch_frame()
|
H A D | ocs_sport.c | 687 fabric = ocs_node_alloc(sport, FC_ADDR_FABRIC, FALSE, FALSE); in __ocs_sport_vport_wait_alloc()
|
H A D | ocs_node.c | 369 ocs_node_alloc(ocs_sport_t *sport, uint32_t port_id, uint8_t init, uint8_t targ) in ocs_node_alloc() function
|