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

/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdtxchg.h66 struct tdsaDeviceData_s *DeviceData; member in struct:ttdsaXchg_s
H A Dttdio.c194 ttdsaXchg->DeviceData = oneDeviceData;
276 &ttdsaXchg->DeviceData->tiDeviceHandle);
510 oneDeviceData = ttdsaXchg->DeviceData;
566 ttdsaXchg->DeviceData->IOResponse++;
567 TD_DEBUG_TRACE(ttdsaXchg, ttdsaXchg->DeviceData);
597 TI_DBG4(("tiTGTIOStart: agDevHanlde %p\n", ttdsaXchg->DeviceData->agDevHandle));
606 ttdsaXchg->DeviceData->IOStart++;
607 TD_DEBUG_TRACE(ttdsaXchg, ttdsaXchg->DeviceData);
612 ttdsaXchg->DeviceData->agDevHandle,
624 ttdsaXchg->DeviceData
[all...]
H A Dttdsmp.c405 ttdsaXchg->DeviceData = oneDeviceData;
H A Dttdinit.c529 ttdsaXchg->DeviceData = agNULL;
668 ttdsaXchg->DeviceData = agNULL;
739 ttdsaXchg->DeviceData = agNULL;
/freebsd-13-stable/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h1151 #define DEVICE_IS_SSP_INITIATOR(DeviceData) \
1152 (((DeviceData)->initiator_ssp_stp_smp & DEVICE_SSP_BIT) == DEVICE_SSP_BIT)
1154 #define DEVICE_IS_STP_INITIATOR(DeviceData) \
1155 (((DeviceData)->initiator_ssp_stp_smp & DEVICE_STP_BIT) == DEVICE_STP_BIT)
1157 #define DEVICE_IS_SMP_INITIATOR(DeviceData) \
1158 (((DeviceData)->initiator_ssp_stp_smp & DEVICE_SMP_BIT) == DEVICE_SMP_BIT)
1160 #define DEVICE_IS_SSP_TARGET(DeviceData) \
1161 (((DeviceData)->target_ssp_stp_smp & DEVICE_SSP_BIT) == DEVICE_SSP_BIT)
1163 #define DEVICE_IS_STP_TARGET(DeviceData) \
1164 (((DeviceData)
[all...]
/freebsd-13-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h429 #define DEVICE_IS_SSP_INITIATOR(DeviceData) \
430 (((DeviceData)->initiator_ssp_stp_smp & DEVICE_SSP_BIT) == DEVICE_SSP_BIT)
432 #define DEVICE_IS_STP_INITIATOR(DeviceData) \
433 (((DeviceData)->initiator_ssp_stp_smp & DEVICE_STP_BIT) == DEVICE_STP_BIT)
435 #define DEVICE_IS_SMP_INITIATOR(DeviceData) \
436 (((DeviceData)->initiator_ssp_stp_smp & DEVICE_SMP_BIT) == DEVICE_SMP_BIT)
438 #define DEVICE_IS_SSP_TARGET(DeviceData) \
439 (((DeviceData)->target_ssp_stp_smp & DEVICE_SSP_BIT) == DEVICE_SSP_BIT)
441 #define DEVICE_IS_STP_TARGET(DeviceData) \
442 (((DeviceData)
[all...]

Completed in 129 milliseconds