Lines Matching refs:vn_port
1323 struct fc_lport *vn_port = NULL; in fcoe_ctlr_recv_clr_vlink() local
1426 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink()
1428 if (vn_port && (vn_port == lport)) { in fcoe_ctlr_recv_clr_vlink()
1466 list_for_each_entry(vn_port, &lport->vports, list) in fcoe_ctlr_recv_clr_vlink()
1467 fc_lport_reset(vn_port); in fcoe_ctlr_recv_clr_vlink()
1478 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink()
1480 if (!vn_port) in fcoe_ctlr_recv_clr_vlink()
1487 if (!ether_addr_equal(fip->get_src_addr(vn_port), in fcoe_ctlr_recv_clr_vlink()
1490 vn_port->wwpn) in fcoe_ctlr_recv_clr_vlink()
1493 if (vn_port == lport) in fcoe_ctlr_recv_clr_vlink()
1500 fc_lport_reset(vn_port); in fcoe_ctlr_recv_clr_vlink()