Searched refs:vn_port (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_npiv.c36 struct fc_lport *vn_port; local
38 vn_port = libfc_host_alloc(shost->hostt, privsize);
39 if (!vn_port)
41 if (fc_exch_mgr_list_clone(n_port, vn_port))
44 vn_port->vport = vport;
45 vport->dd_data = vn_port;
48 list_add_tail(&vn_port->list, &n_port->vports);
51 return vn_port;
54 scsi_host_put(vn_port->host);
70 struct fc_lport *vn_port; local
108 __fc_vport_setlink(struct fc_lport *n_port, struct fc_lport *vn_port) argument
134 fc_vport_setlink(struct fc_lport *vn_port) argument
156 struct fc_lport *vn_port; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c2599 struct fc_lport *vn_port; local
2602 vn_port = fcoe_if_create(fcoe, &vport->dev, 1);
2605 if (IS_ERR(vn_port)) {
2614 vn_port->boot_time = jiffies;
2615 fc_fabric_login(vn_port);
2616 fc_vport_setlink(vn_port);
2631 struct fc_lport *vn_port = vport->dd_data; local
2632 struct fcoe_port *port = lport_priv(vn_port);
2635 list_del(&vn_port->list);
H A Dlibfcoe.c1131 struct fc_lport *vn_port = NULL; local
1188 list_for_each_entry(vn_port, &lport->vports, list) {
1190 fip->get_src_addr(vn_port)) == 0 &&
1192 == vn_port->wwpn) &&
1194 fc_host_port_id(vn_port->host))) {
1223 fc_lport_reset(vn_port);

Completed in 45 milliseconds