Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_fcs_rport.c34 static struct bfa_fcs_rport_s *bfa_fcs_rport_alloc(
2318 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() function
2621 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create()
2642 rport = bfa_fcs_rport_alloc(port, rpwwn, 0); in bfa_fcs_rport_create_by_wwn()
2662 rport = bfa_fcs_rport_alloc(port, WWN_NULL, fchs->s_id); in bfa_fcs_rport_start()
2681 rport = bfa_fcs_rport_alloc(port, plogi->port_name, fchs->s_id); in bfa_fcs_rport_plogi_create()