Lines Matching refs:DeviceData
428 #define DEVICE_IS_SSP_INITIATOR(DeviceData) \ argument
429 (((DeviceData)->initiator_ssp_stp_smp & DEVICE_SSP_BIT) == DEVICE_SSP_BIT)
431 #define DEVICE_IS_STP_INITIATOR(DeviceData) \ argument
432 (((DeviceData)->initiator_ssp_stp_smp & DEVICE_STP_BIT) == DEVICE_STP_BIT)
434 #define DEVICE_IS_SMP_INITIATOR(DeviceData) \ argument
435 (((DeviceData)->initiator_ssp_stp_smp & DEVICE_SMP_BIT) == DEVICE_SMP_BIT)
437 #define DEVICE_IS_SSP_TARGET(DeviceData) \ argument
438 (((DeviceData)->target_ssp_stp_smp & DEVICE_SSP_BIT) == DEVICE_SSP_BIT)
440 #define DEVICE_IS_STP_TARGET(DeviceData) \ argument
441 (((DeviceData)->target_ssp_stp_smp & DEVICE_STP_BIT) == DEVICE_STP_BIT)
443 #define DEVICE_IS_SMP_TARGET(DeviceData) \ argument
444 (((DeviceData)->target_ssp_stp_smp & DEVICE_SMP_BIT) == DEVICE_SMP_BIT)
446 #define DEVICE_IS_SATA_DEVICE(DeviceData) \ argument
447 (((DeviceData)->target_ssp_stp_smp & DEVICE_SATA_BIT) == DEVICE_SATA_BIT)