Searched refs:vn_port (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/scsi/libfc/ |
| H A D | fc_npiv.c | 25 struct fc_lport *vn_port; in libfc_vport_create() local 27 vn_port = libfc_host_alloc(shost->hostt, privsize); in libfc_vport_create() 28 if (!vn_port) in libfc_vport_create() 29 return vn_port; in libfc_vport_create() 31 vn_port->vport = vport; in libfc_vport_create() 32 vport->dd_data = vn_port; in libfc_vport_create() 35 list_add_tail(&vn_port->list, &n_port->vports); in libfc_vport_create() 38 return vn_port; in libfc_vport_create() 52 struct fc_lport *vn_port; in fc_vport_id_lookup() local 61 list_for_each_entry(vn_port, &n_port->vports, list) { in fc_vport_id_lookup() [all …]
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_main.c | 1084 struct fc_lport *vn_port = NULL; in qedf_xmit() local 1102 vn_port = base_lport; in qedf_xmit() 1109 vn_port = tmp_lport; in qedf_xmit() 1114 if (vn_port && ntoh24(fh->fh_d_id) != FC_FID_FLOGI) { in qedf_xmit() 1834 struct fc_lport *vn_port; in qedf_vport_create() local 1855 vn_port = libfc_vport_create(vport, sizeof(struct qedf_ctx)); in qedf_vport_create() 1856 if (!vn_port) { in qedf_vport_create() 1867 vport_qedf = lport_priv(vn_port); in qedf_vport_create() 1871 vport_qedf->lport = vn_port; in qedf_vport_create() 1880 rc = qedf_vport_libfc_config(vport, vn_port); in qedf_vport_create() [all …]
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_ctlr.c | 1318 struct fc_lport *vn_port = NULL; in fcoe_ctlr_recv_clr_vlink() local 1420 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink() 1422 if (vn_port && (vn_port == lport)) { in fcoe_ctlr_recv_clr_vlink() 1457 list_for_each_entry(vn_port, &lport->vports, list) in fcoe_ctlr_recv_clr_vlink() 1458 fc_lport_reset(vn_port); in fcoe_ctlr_recv_clr_vlink() 1469 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink() 1471 if (!vn_port) in fcoe_ctlr_recv_clr_vlink() 1478 if (!ether_addr_equal(fip->get_src_addr(vn_port), in fcoe_ctlr_recv_clr_vlink() 1481 vn_port->wwpn) in fcoe_ctlr_recv_clr_vlink() 1484 if (vn_port == lport) in fcoe_ctlr_recv_clr_vlink() [all …]
|