Lines Matching refs:vn_port
502 struct fc_lport *vn_port; in bnx2fc_recv_frame() local
544 vn_port = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id)); in bnx2fc_recv_frame()
545 if (vn_port) { in bnx2fc_recv_frame()
546 port = lport_priv(vn_port); in bnx2fc_recv_frame()
1067 struct fc_lport *vn_port; in bnx2fc_vport_create() local
1087 vn_port = bnx2fc_if_create(interface, &vport->dev, 1); in bnx2fc_vport_create()
1091 if (!vn_port) { in bnx2fc_vport_create()
1100 vn_port->boot_time = jiffies; in bnx2fc_vport_create()
1101 fc_lport_init(vn_port); in bnx2fc_vport_create()
1102 fc_fabric_login(vn_port); in bnx2fc_vport_create()
1103 fc_vport_setlink(vn_port); in bnx2fc_vport_create()
1126 struct fc_lport *vn_port = vport->dd_data; in bnx2fc_vport_destroy() local
1127 struct fcoe_port *port = lport_priv(vn_port); in bnx2fc_vport_destroy()
1143 list_del(&vn_port->list); in bnx2fc_vport_destroy()