Searched refs:base_lport (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/qedf/
H A Dqedf_attr.c17 struct fc_lport *base_lport; local
23 base_lport = shost_priv(vport_to_shost(lport->vport));
24 return lport_priv(base_lport);
H A Dqedf_main.c1061 struct fc_lport *base_lport; local
1085 base_lport = shost_priv(vport_to_shost(lport->vport));
1087 base_lport = lport;
1090 if (base_lport->port_id == ntoh24(fh->fh_d_id)) {
1091 vn_port = base_lport;
1093 /* Got through the list of vports attached to the base_lport
1096 list_for_each_entry(tmp_lport, &base_lport->vports, list) {
/linux-master/drivers/scsi/qla2xxx/
H A Dtcm_qla2xxx.c1656 struct tcm_qla2xxx_lport *base_lport = local
1665 if (!base_lport || !base_lport->tpg_1 ||
1666 !atomic_read(&base_lport->tpg_1->lport_tpg_enabled)) {
1667 pr_err("qla2xxx base_lport or tpg_1 not available\n");

Completed in 392 milliseconds