Lines Matching full:presp
493 #define REPORT_GENERAL_IS_CONFIGURING(pResp) \ argument
494 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURING_BIT) == \
497 #define REPORT_GENERAL_IS_CONFIGURABLE(pResp) \ argument
498 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURABLE_BIT) == \
501 #define REPORT_GENERAL_GET_ROUTEINDEXES(pResp) \ argument
502 DMA_BEBIT16_TO_BIT16(*(bit16 *)((pResp)->expanderRouteIndexes16))
589 #define DISCRSP_GET_ATTACHED_DEVTYPE(pResp) \ argument
590 (((pResp)->attachedDeviceType & 0x70) >> 4)
591 #define DISCRSP_GET_LINKRATE(pResp) \ argument
592 ((bit8)((pResp)->negotiatedPhyLinkRate & 0x0F))
594 #define DISCRSP_IS_SSP_INITIATOR(pResp) \ argument
595 (((pResp)->attached_Ssp_Stp_Smp_Sata_Initiator & DISCRSP_SSP_BIT) == DISCRSP_SSP_BIT)
596 #define DISCRSP_IS_STP_INITIATOR(pResp) \ argument
597 (((pResp)->attached_Ssp_Stp_Smp_Sata_Initiator & DISCRSP_STP_BIT) == DISCRSP_STP_BIT)
598 #define DISCRSP_IS_SMP_INITIATOR(pResp) \ argument
599 (((pResp)->attached_Ssp_Stp_Smp_Sata_Initiator & DISCRSP_SMP_BIT) == DISCRSP_SMP_BIT)
600 #define DISCRSP_IS_SATA_HOST(pResp) \ argument
601 (((pResp)->attached_Ssp_Stp_Smp_Sata_Initiator & DISCRSP_SATA_BIT) == DISCRSP_SATA_BIT)
603 #define DISCRSP_IS_SSP_TARGET(pResp) \ argument
604 (((pResp)->attached_SataPS_Ssp_Stp_Smp_Sata_Target & DISCRSP_SSP_BIT) == DISCRSP_SSP_BIT)
605 #define DISCRSP_IS_STP_TARGET(pResp) \ argument
606 (((pResp)->attached_SataPS_Ssp_Stp_Smp_Sata_Target & DISCRSP_STP_BIT) == DISCRSP_STP_BIT)
607 #define DISCRSP_IS_SMP_TARGET(pResp) \ argument
608 (((pResp)->attached_SataPS_Ssp_Stp_Smp_Sata_Target & DISCRSP_SMP_BIT) == DISCRSP_SMP_BIT)
609 #define DISCRSP_IS_SATA_DEVICE(pResp) \ argument
610 (((pResp)->attached_SataPS_Ssp_Stp_Smp_Sata_Target & DISCRSP_SATA_BIT) == DISCRSP_SATA_BIT)
611 #define DISCRSP_IS_SATA_PORTSELECTOR(pResp) \ argument
612 (((pResp)->attached_SataPS_Ssp_Stp_Smp_Sata_Target & DISCRSP_SATA_PS_BIT) == DISCRSP_SATA_PS_BIT)
614 #define DISCRSP_GET_SAS_ADDRESSHI(pResp) \ argument
615 DMA_BEBIT32_TO_BIT32(*(bit32 *)(pResp)->sasAddressHi)
616 #define DISCRSP_GET_SAS_ADDRESSLO(pResp) \ argument
617 DMA_BEBIT32_TO_BIT32(*(bit32 *)(pResp)->sasAddressLo)
619 #define DISCRSP_GET_ATTACHED_SAS_ADDRESSHI(pResp) \ argument
620 DMA_BEBIT32_TO_BIT32(*(bit32 *)(pResp)->attachedSasAddressHi)
621 #define DISCRSP_GET_ATTACHED_SAS_ADDRESSLO(pResp) \ argument
622 DMA_BEBIT32_TO_BIT32(*(bit32 *)(pResp)->attachedSasAddressLo)
625 #define DISCRSP_IS_VIRTUALPHY(pResp) \ argument
626 (((pResp)->virtualPhy_partialPathwayTimeout & DISCRSP_VIRTUALPHY_BIT) == DISCRSP_VIRTUALPHY_BIT)
628 #define DISCRSP_GET_ROUTINGATTRIB(pResp) \ argument
629 ((bit8)((pResp)->routingAttribute & 0x0F))