Searched refs:bfa_fcs_rport_alloc (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/scsi/bfa/ |
| D | bfa_fcs_rport.c | 34 static struct bfa_fcs_rport_s *bfa_fcs_rport_alloc( 2305 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() function 2608 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create() 2629 rport = bfa_fcs_rport_alloc(port, rpwwn, 0); in bfa_fcs_rport_create_by_wwn() 2649 rport = bfa_fcs_rport_alloc(port, WWN_NULL, fchs->s_id); in bfa_fcs_rport_start() 2668 rport = bfa_fcs_rport_alloc(port, plogi->port_name, fchs->s_id); in bfa_fcs_rport_plogi_create()
|