Lines Matching refs:vn_port
1330 struct fc_lport *vn_port = NULL; in fcoe_ctlr_recv_clr_vlink() local
1433 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink()
1435 if (vn_port && (vn_port == lport)) { in fcoe_ctlr_recv_clr_vlink()
1473 list_for_each_entry(vn_port, &lport->vports, list) in fcoe_ctlr_recv_clr_vlink()
1474 fc_lport_reset(vn_port); in fcoe_ctlr_recv_clr_vlink()
1485 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink()
1487 if (!vn_port) in fcoe_ctlr_recv_clr_vlink()
1494 if (!ether_addr_equal(fip->get_src_addr(vn_port), in fcoe_ctlr_recv_clr_vlink()
1497 vn_port->wwpn) in fcoe_ctlr_recv_clr_vlink()
1500 if (vn_port == lport) in fcoe_ctlr_recv_clr_vlink()
1507 fc_lport_reset(vn_port); in fcoe_ctlr_recv_clr_vlink()