Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c1011 sizeof(struct lpfc_name)) != 0)) in lpfc_bg_err_inject()
1062 0, sizeof(struct lpfc_name)); in lpfc_bg_err_inject()
1083 0, sizeof(struct lpfc_name)); in lpfc_bg_err_inject()
1104 0, sizeof(struct lpfc_name)); in lpfc_bg_err_inject()
1131 0, sizeof(struct lpfc_name)); in lpfc_bg_err_inject()
1183 0, sizeof(struct lpfc_name)); in lpfc_bg_err_inject()
1203 0, sizeof(struct lpfc_name)); in lpfc_bg_err_inject()
1224 0, sizeof(struct lpfc_name)); in lpfc_bg_err_inject()
1251 0, sizeof(struct lpfc_name)); in lpfc_bg_err_inject()
1284 0, sizeof(struct lpfc_name)); in lpfc_bg_err_inject()
[all …]
H A Dlpfc_scsi.h48 struct lpfc_name vport_wwpn;
49 struct lpfc_name target_wwpn;
H A Dlpfc_disc.h100 struct lpfc_name nlp_portname;
101 struct lpfc_name nlp_nodename;
H A Dlpfc_hw.h344 struct lpfc_name { struct
516 struct lpfc_name portName;
517 struct lpfc_name nodeName;
748 struct lpfc_name portName; /* N_port name field */
874 struct lpfc_name portName;
875 struct lpfc_name nodeName;
895 struct lpfc_name OportName;
896 struct lpfc_name OnodeName;
897 struct lpfc_name RportName;
898 struct lpfc_name RnodeName;
[all …]
H A Dlpfc_ct.c2053 sizeof(struct lpfc_name)); in lpfc_ns_cmd()
2073 sizeof(struct lpfc_name)); in lpfc_ns_cmd()
2515 lpfc_fdmi_set_attr_wwn(void *attr, uint16_t attrtype, struct lpfc_name *wwn) in lpfc_fdmi_set_attr_wwn()
2524 min_t(size_t, sizeof(struct lpfc_name), sizeof(__be64))); in lpfc_fdmi_set_attr_wwn()
2531 struct lpfc_name *wwnn, struct lpfc_name *wwpn) in lpfc_fdmi_set_attr_fullwwn()
2542 min_t(size_t, sizeof(struct lpfc_name), sizeof(__be64))); in lpfc_fdmi_set_attr_fullwwn()
2544 min_t(size_t, sizeof(struct lpfc_name), sizeof(__be64))); in lpfc_fdmi_set_attr_fullwwn()
3249 sizeof(struct lpfc_name)); in lpfc_fdmi_cmd()
3258 sizeof(struct lpfc_name)); in lpfc_fdmi_cmd()
3311 sizeof(struct lpfc_name)); in lpfc_fdmi_cmd()
[all …]
H A Dlpfc_vport.c172 sizeof (struct lpfc_name)); in lpfc_vport_sparm()
174 sizeof (struct lpfc_name)); in lpfc_vport_sparm()
180 lpfc_valid_wwn_format(struct lpfc_hba *phba, struct lpfc_name *wwn, in lpfc_valid_wwn_format()
214 sizeof(struct lpfc_name)) == 0) { in lpfc_unique_wwpn()
H A Dlpfc_els.c577 sizeof(struct lpfc_name)) || in lpfc_check_clean_addr_bit()
579 sizeof(struct lpfc_name)) || in lpfc_check_clean_addr_bit()
644 memcpy(&ndlp->nlp_portname, &sp->portName, sizeof(struct lpfc_name)); in lpfc_cmpl_els_flogi_fabric()
645 memcpy(&ndlp->nlp_nodename, &sp->nodeName, sizeof(struct lpfc_name)); in lpfc_cmpl_els_flogi_fabric()
676 sizeof(struct lpfc_name)); in lpfc_cmpl_els_flogi_fabric()
678 sizeof(struct lpfc_name)); in lpfc_cmpl_els_flogi_fabric()
860 sizeof(struct lpfc_name)); in lpfc_cmpl_els_flogi_nport()
862 sizeof(struct lpfc_name)); in lpfc_cmpl_els_flogi_nport()
1673 uint8_t name[sizeof(struct lpfc_name)]; in lpfc_plogi_confirm_nport()
1683 memset(name, 0, sizeof(struct lpfc_name)); in lpfc_plogi_confirm_nport()
[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()
H A Dlpfc_hbadisc.c6399 lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn) in lpfc_findnode_wwpn()
/linux/Documentation/scsi/
H A DChangeLog.lpfc1201 * Changed NAME_TYPE to struct lpfc_name.