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