Lines Matching refs:vn_port
1325 struct fc_lport *vn_port = NULL; in fcoe_ctlr_recv_clr_vlink() local
1399 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink()
1401 if (vn_port && (vn_port == lport)) { in fcoe_ctlr_recv_clr_vlink()
1439 list_for_each_entry(vn_port, &lport->vports, list) in fcoe_ctlr_recv_clr_vlink()
1440 fc_lport_reset(vn_port); in fcoe_ctlr_recv_clr_vlink()
1451 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink()
1453 if (!vn_port) in fcoe_ctlr_recv_clr_vlink()
1460 if (!ether_addr_equal(fip->get_src_addr(vn_port), in fcoe_ctlr_recv_clr_vlink()
1463 vn_port->wwpn) in fcoe_ctlr_recv_clr_vlink()
1466 if (vn_port == lport) in fcoe_ctlr_recv_clr_vlink()
1473 fc_lport_reset(vn_port); in fcoe_ctlr_recv_clr_vlink()