Searched refs:lpwwn (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/scsi/bfa/ |
D | bfad_bsg.h | 177 wwn_t lpwwn; member 439 wwn_t lpwwn; member 448 wwn_t lpwwn; member 457 wwn_t lpwwn; member 809 wwn_t lpwwn; member
|
D | bfa_fcs.c | 1456 bfa_fcs_vf_get_ports(bfa_fcs_vf_t *vf, wwn_t lpwwn[], int *nlports) in bfa_fcs_vf_get_ports() argument 1463 if (vf == NULL || lpwwn == NULL || *nlports == 0) in bfa_fcs_vf_get_ports() 1471 lpwwn[i++] = vf->bport.port_cfg.pwwn; in bfa_fcs_vf_get_ports() 1478 lpwwn[i++] = vport->lport.port_cfg.pwwn; in bfa_fcs_vf_get_ports()
|
D | bfa_defs.h | 496 wwn_t lpwwn; /* WWN of this logical port */ member 510 wwn_t lpwwn; /* WWN of logical port */ member
|
D | bfad_bsg.c | 1064 iocmd->vf_id, iocmd->lpwwn); in bfad_iocmd_itnim_get_attr() 1085 iocmd->vf_id, iocmd->lpwwn); in bfad_iocmd_itnim_get_iostats() 1145 iocmd->vf_id, iocmd->lpwwn); in bfad_iocmd_itnim_get_itnstats() 2112 iocmd->vf_id, iocmd->lpwwn); in bfad_iocmd_itnim_get_ioprofile() 3396 bsg_fcpt->lpwwn); in bfad_im_bsg_els_ct_request()
|
D | bfa_fcs.h | 287 u16 vf_id, wwn_t lpwwn);
|
D | bfa_fcs_fcpim.c | 432 aen_entry->aen_data.itnim.lpwwn = bfa_fcs_lport_get_pwwn(rport->port); in bfa_fcs_itnim_aen_post()
|
D | bfa_fcs_lport.c | 367 aen_entry->aen_data.lport.lpwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_aen_post() 5874 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) in bfa_fcs_lookup_port() argument 5887 if (!lpwwn || (vf->bport.port_cfg.pwwn == lpwwn)) in bfa_fcs_lookup_port() 5890 vport = bfa_fcs_fabric_vport_lookup(vf, lpwwn); in bfa_fcs_lookup_port() 6498 aen_entry->aen_data.lport.lpwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_vport_aen_post()
|
D | bfa_defs_svc.h | 1426 wwn_t lpwwn; /* WWN of this logical port */ member
|
D | bfa_fcs_rport.c | 2411 aen_entry->aen_data.rport.lpwwn = bfa_fcs_lport_get_pwwn(rport->port); in bfa_fcs_rport_aen_post()
|