Lines Matching refs:vn_port
525 struct fc_lport *vn_port; in bnx2fc_recv_frame() local
580 vn_port = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id)); in bnx2fc_recv_frame()
581 if (vn_port) { in bnx2fc_recv_frame()
582 port = lport_priv(vn_port); in bnx2fc_recv_frame()
627 if (lport->port_id != ntoh24(fh->fh_d_id) && !vn_port) { in bnx2fc_recv_frame()
1140 struct fc_lport *vn_port; in bnx2fc_vport_create() local
1160 vn_port = bnx2fc_if_create(interface, &vport->dev, 1); in bnx2fc_vport_create()
1164 if (!vn_port) { in bnx2fc_vport_create()
1171 fc_host_dev_loss_tmo(vn_port->host) = bnx2fc_devloss_tmo; in bnx2fc_vport_create()
1176 vn_port->boot_time = jiffies; in bnx2fc_vport_create()
1177 fc_lport_init(vn_port); in bnx2fc_vport_create()
1178 fc_fabric_login(vn_port); in bnx2fc_vport_create()
1179 fc_vport_setlink(vn_port); in bnx2fc_vport_create()
1202 struct fc_lport *vn_port = vport->dd_data; in bnx2fc_vport_destroy() local
1203 struct fcoe_port *port = lport_priv(vn_port); in bnx2fc_vport_destroy()
1219 list_del(&vn_port->list); in bnx2fc_vport_destroy()