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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c3118 int swl_idx; local
3152 swl_idx = 0;
3184 new_fcport->d_id.b24 = swl[swl_idx].d_id.b24;
3186 swl[swl_idx].node_name, WWN_SIZE);
3188 swl[swl_idx].port_name, WWN_SIZE);
3190 swl[swl_idx].fabric_port_name, WWN_SIZE);
3191 new_fcport->fp_speed = swl[swl_idx].fp_speed;
3192 new_fcport->fc4_type = swl[swl_idx].fc4_type;
3194 if (swl[swl_idx].d_id.b.rsvd_1 != 0) {
3197 swl_idx
[all...]

Completed in 90 milliseconds