Searched refs:bfa_fcs_rport_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 34 static struct bfa_fcs_rport_s *bfa_fcs_rport_alloc( 2302 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() function 2605 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create() 2626 rport = bfa_fcs_rport_alloc(port, rpwwn, 0); in bfa_fcs_rport_create_by_wwn() 2646 rport = bfa_fcs_rport_alloc(port, WWN_NULL, fchs->s_id); in bfa_fcs_rport_start() 2665 rport = bfa_fcs_rport_alloc(port, plogi->port_name, fchs->s_id); in bfa_fcs_rport_plogi_create()
|