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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_discover.c418 __le16 *identify_x; local
421 identify_x = kzalloc(512, GFP_KERNEL);
422 if (!identify_x)
426 dev->sata_dev.identify_device = identify_x;
429 dev->sata_dev.identify_packet_device = identify_x;
433 res = sas_issue_ata_cmd(dev, command, 0, identify_x, 512,
439 if (le16_to_cpu(identify_x[0]) & 4) {
443 if (!le16_to_cpu(identify_x[83] & (1<<6)))
452 res = sas_issue_ata_cmd(dev, command, 0, identify_x, 512,
482 kfree(identify_x);
[all...]

Completed in 90 milliseconds