Searched refs:lpwwn (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfad_bsg.h | 184 wwn_t lpwwn; member 446 wwn_t lpwwn; member 455 wwn_t lpwwn; member 464 wwn_t lpwwn; member 816 wwn_t lpwwn; member
|
D | bfa_fcs.c | 1582 bfa_fcs_vf_get_ports(bfa_fcs_vf_t *vf, wwn_t lpwwn[], int *nlports) in bfa_fcs_vf_get_ports() argument 1589 if (vf == NULL || lpwwn == NULL || *nlports == 0) in bfa_fcs_vf_get_ports() 1597 lpwwn[i++] = vf->bport.port_cfg.pwwn; in bfa_fcs_vf_get_ports() 1604 lpwwn[i++] = vport->lport.port_cfg.pwwn; in bfa_fcs_vf_get_ports()
|
D | bfa_defs.h | 503 wwn_t lpwwn; /* WWN of this logical port */ member 517 wwn_t lpwwn; /* WWN of logical port */ member
|
D | bfad_bsg.c | 1071 iocmd->vf_id, iocmd->lpwwn); in bfad_iocmd_itnim_get_attr() 1092 iocmd->vf_id, iocmd->lpwwn); in bfad_iocmd_itnim_get_iostats() 1152 iocmd->vf_id, iocmd->lpwwn); in bfad_iocmd_itnim_get_itnstats() 2121 iocmd->vf_id, iocmd->lpwwn); in bfad_iocmd_itnim_get_ioprofile() 3406 bsg_fcpt->lpwwn); in bfad_im_bsg_els_ct_request()
|
D | bfa_fcs.h | 297 u16 vf_id, wwn_t lpwwn);
|
D | bfa_fcs_fcpim.c | 439 aen_entry->aen_data.itnim.lpwwn = bfa_fcs_lport_get_pwwn(rport->port); in bfa_fcs_itnim_aen_post()
|
D | bfa_fcs_lport.c | 363 aen_entry->aen_data.lport.lpwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_lport_aen_post() 5876 bfa_fcs_lookup_port(struct bfa_fcs_s *fcs, u16 vf_id, wwn_t lpwwn) in bfa_fcs_lookup_port() argument 5889 if (!lpwwn || (vf->bport.port_cfg.pwwn == lpwwn)) in bfa_fcs_lookup_port() 5892 vport = bfa_fcs_fabric_vport_lookup(vf, lpwwn); in bfa_fcs_lookup_port() 6504 aen_entry->aen_data.lport.lpwwn = bfa_fcs_lport_get_pwwn(port); in bfa_fcs_vport_aen_post()
|
D | bfa_defs_svc.h | 1433 wwn_t lpwwn; /* WWN of this logical port */ member
|
D | bfa_fcs_rport.c | 2426 aen_entry->aen_data.rport.lpwwn = bfa_fcs_lport_get_pwwn(rport->port); in bfa_fcs_rport_aen_post()
|