Lines Matching refs:vn_port
512 struct fc_lport *vn_port; in bnx2fc_recv_frame() local
570 vn_port = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id)); in bnx2fc_recv_frame()
571 if (vn_port) { in bnx2fc_recv_frame()
572 port = lport_priv(vn_port); in bnx2fc_recv_frame()
617 if (lport->port_id != ntoh24(fh->fh_d_id) && !vn_port) { in bnx2fc_recv_frame()
1124 struct fc_lport *vn_port; in bnx2fc_vport_create() local
1144 vn_port = bnx2fc_if_create(interface, &vport->dev, 1); in bnx2fc_vport_create()
1148 if (!vn_port) { in bnx2fc_vport_create()
1155 fc_host_dev_loss_tmo(vn_port->host) = bnx2fc_devloss_tmo; in bnx2fc_vport_create()
1160 vn_port->boot_time = jiffies; in bnx2fc_vport_create()
1161 fc_lport_init(vn_port); in bnx2fc_vport_create()
1162 fc_fabric_login(vn_port); in bnx2fc_vport_create()
1163 fc_vport_setlink(vn_port); in bnx2fc_vport_create()
1186 struct fc_lport *vn_port = vport->dd_data; in bnx2fc_vport_destroy() local
1187 struct fcoe_port *port = lport_priv(vn_port); in bnx2fc_vport_destroy()
1203 list_del(&vn_port->list); in bnx2fc_vport_destroy()