Lines Matching defs:vn_port
514 struct fc_lport *vn_port;
574 vn_port = fc_vport_id_lookup(lport, ntoh24(fh->fh_d_id));
575 if (vn_port) {
576 port = lport_priv(vn_port);
621 if (lport->port_id != ntoh24(fh->fh_d_id) && !vn_port) {
1132 struct fc_lport *vn_port;
1152 vn_port = bnx2fc_if_create(interface, &vport->dev, 1);
1156 if (!vn_port) {
1163 fc_host_dev_loss_tmo(vn_port->host) = bnx2fc_devloss_tmo;
1168 vn_port->boot_time = jiffies;
1169 fc_lport_init(vn_port);
1170 fc_fabric_login(vn_port);
1171 fc_vport_setlink(vn_port);
1194 struct fc_lport *vn_port = vport->dd_data;
1195 struct fcoe_port *port = lport_priv(vn_port);
1211 list_del(&vn_port->list);