Checking tlr bit in vpd 0x90
unsigned int sas_tlr_supported(struct scsi_device * sdev);
sdev
scsi device struct
Check Transport Layer Retries are supported or not. If vpd page 0x90 is present, TRL is supported.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>