Searched refs:bfa_fcs_rport_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 35 static struct bfa_fcs_rport_s *bfa_fcs_rport_alloc( 1961 bfa_fcs_rport_alloc(struct bfa_fcs_lport_s *port, wwn_t pwwn, u32 rpid) in bfa_fcs_rport_alloc() function 2235 rport = bfa_fcs_rport_alloc(port, WWN_NULL, rpid); in bfa_fcs_rport_create() 2256 rport = bfa_fcs_rport_alloc(port, rpwwn, 0); in bfa_fcs_rport_create_by_wwn() 2276 rport = bfa_fcs_rport_alloc(port, WWN_NULL, fchs->s_id); in bfa_fcs_rport_start() 2295 rport = bfa_fcs_rport_alloc(port, plogi->port_name, fchs->s_id); in bfa_fcs_rport_plogi_create()
|