Lines Matching refs:vn_port
1318 struct fc_lport *vn_port = NULL; in fcoe_ctlr_recv_clr_vlink() local
1421 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink()
1423 if (vn_port && (vn_port == lport)) { in fcoe_ctlr_recv_clr_vlink()
1458 list_for_each_entry(vn_port, &lport->vports, list) in fcoe_ctlr_recv_clr_vlink()
1459 fc_lport_reset(vn_port); in fcoe_ctlr_recv_clr_vlink()
1470 vn_port = fc_vport_id_lookup(lport, in fcoe_ctlr_recv_clr_vlink()
1472 if (!vn_port) in fcoe_ctlr_recv_clr_vlink()
1479 if (!ether_addr_equal(fip->get_src_addr(vn_port), in fcoe_ctlr_recv_clr_vlink()
1482 vn_port->wwpn) in fcoe_ctlr_recv_clr_vlink()
1485 if (vn_port == lport) in fcoe_ctlr_recv_clr_vlink()
1492 fc_lport_reset(vn_port); in fcoe_ctlr_recv_clr_vlink()