Home
last modified time | relevance | path

Searched refs:identFrame (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h481 #define SA_IDFRM_GET_SAS_ADDRESSLO(identFrame) \ argument
482 DMA_BEBIT32_TO_BIT32(*(bit32 *)(identFrame)->sasAddressLo)
484 #define SA_IDFRM_GET_SAS_ADDRESSHI(identFrame) \ argument
485 DMA_BEBIT32_TO_BIT32(*(bit32 *)(identFrame)->sasAddressHi)
487 #define SA_IDFRM_GET_DEVICETTYPE(identFrame) \ argument
488 (((identFrame)->deviceType_addressFrameType & 0x70) >> 4)
490 #define SA_IDFRM_PUT_SAS_ADDRESSLO(identFrame, src32) \ argument
491 ((*(bit32 *)((identFrame)->sasAddressLo)) = BIT32_TO_DMA_BEBIT32(src32))
493 #define SA_IDFRM_PUT_SAS_ADDRESSHI(identFrame, src32) \ argument
494 ((*(bit32 *)((identFrame)->sasAddressHi)) = BIT32_TO_DMA_BEBIT32(src32))
[all …]