Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.h48 struct lpfc_name vport_wwpn;
49 struct lpfc_name target_wwpn;
H A Dlpfc_hw.h344 struct lpfc_name { struct
516 struct lpfc_name portName;
517 struct lpfc_name nodeName;
747 struct lpfc_name portName; /* N_port name field */
873 struct lpfc_name portName;
874 struct lpfc_name nodeName;
894 struct lpfc_name OportName;
895 struct lpfc_name OnodeName;
896 struct lpfc_name RportName;
897 struct lpfc_name RnodeName;
[all …]
H A Dlpfc.h656 struct lpfc_name fabric_portname;
657 struct lpfc_name fabric_nodename;
669 struct lpfc_name fc_nodename; /* fc nodename */
670 struct lpfc_name fc_portname; /* fc portname */
1388 struct lpfc_name lpfc_injerr_wwpn;
H A Dlpfc_sli4.h864 struct lpfc_name wwnn;
865 struct lpfc_name wwpn;
H A Dlpfc_attr.c3376 if (!lpfc_enable_oas_lun(phba, (struct lpfc_name *)vpt_wwpn, in lpfc_oas_lun_state_set()
3377 (struct lpfc_name *)tgt_wwpn, in lpfc_oas_lun_state_set()
3381 lpfc_disable_oas_lun(phba, (struct lpfc_name *)vpt_wwpn, in lpfc_oas_lun_state_set()
3382 (struct lpfc_name *)tgt_wwpn, lun, pri); in lpfc_oas_lun_state_set()
3414 if (lpfc_find_next_oas_lun(phba, (struct lpfc_name *) in lpfc_oas_lun_get_next()
3416 (struct lpfc_name *) in lpfc_oas_lun_get_next()
3419 (struct lpfc_name *)vpt_wwpn, in lpfc_oas_lun_get_next()
3420 (struct lpfc_name *)tgt_wwpn, in lpfc_oas_lun_get_next()
H A Dlpfc_mbox.c955 sizeof(struct lpfc_name)); in lpfc_reg_vpi()
2225 memcpy(reg_vfi->wwn, &vport->fc_portname, sizeof(struct lpfc_name)); in lpfc_reg_vfi()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1201 * Changed NAME_TYPE to struct lpfc_name.