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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_init.c2426 int swl_idx; local
2453 swl_idx = 0;
2480 new_fcport->d_id.b24 = swl[swl_idx].d_id.b24;
2482 swl[swl_idx].node_name, WWN_SIZE);
2484 swl[swl_idx].port_name, WWN_SIZE);
2486 swl[swl_idx].fabric_port_name, WWN_SIZE);
2487 new_fcport->fp_speed = swl[swl_idx].fp_speed;
2489 if (swl[swl_idx].d_id.b.rsvd_1 != 0) {
2492 swl_idx++;

Completed in 49 milliseconds