Searched refs:port_param (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_bsg.c1209 struct qla_port_param *port_param = NULL; local
1227 port_param = (struct qla_port_param *)((char *)bsg_job->request +
1229 if (!port_param) {
1230 DEBUG2(printk("%s(%ld): port_param header not provided, "
1235 if (port_param->fc_scsi_addr.dest_type != EXT_DEF_TYPE_WWPN) {
1245 if (memcmp(port_param->fc_scsi_addr.dest_addr.wwpn,
1271 if (port_param->mode)
1273 port_param->speed, mb);
1276 &port_param->speed, mb);
1292 if (!port_param
[all...]

Completed in 60 milliseconds