Searched refs:pResp (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/discovery/dm/ |
H A D | dmdefs.h | 264 #define REPORT_GENERAL_IS_CONFIGURING(pResp) \ argument 265 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURING_BIT) == \ 268 #define REPORT_GENERAL_IS_CONFIGURABLE(pResp) \ argument 269 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURABLE_BIT) == \ 272 #define REPORT_GENERAL_GET_ROUTEINDEXES(pResp) \ argument 273 DMA_BEBIT16_TO_BIT16(*(bit16 *)((pResp)->expanderRouteIndexes16)) 275 #define REPORT_GENERAL_IS_LONG_RESPONSE(pResp) \ argument 276 (((pResp)->reserved1 & REPORT_GENERAL_LONG_RESPONSE_BIT) == \ 363 #define DISCRSP_GET_ATTACHED_DEVTYPE(pResp) \ argument 364 (((pResp)->attachedDeviceType & 0x70) >> 4) [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa_spec.h | 946 #define SA_REPORT_GENERAL_IS_CONFIGURING(pResp) \ argument 947 (((pResp)->configuring_configurable & SA_REPORT_GENERAL_CONFIGURING_BIT) == \ 950 #define SA_REPORT_GENERAL_IS_CONFIGURABLE(pResp) \ argument 951 (((pResp)->configuring_configurable & SA_REPORT_GENERAL_CONFIGURABLE_BIT) == \ 954 #define SA_REPORT_GENERAL_GET_ROUTEINDEXES(pResp) \ argument 955 DMA_BEBIT16_TO_BIT16(*(bit16 *)((pResp)->expanderRouteIndexes16)) 1041 #define SA_DISCRSP_GET_ATTACHED_DEVTYPE(pResp) \ argument 1042 (((pResp)->attachedDeviceType & 0x70) >> 4) 1043 #define SA_DISCRSP_GET_LINKRATE(pResp) \ argument 1044 ((pResp)->negotiatedPhyLinkRate & 0x0F) [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tddefs.h | 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)) [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sasata.c | 862 bit32 *pResp, in siEventSATAResponseWtDataRcvd() argument 871 frameHandle = (agsaFrameHandle_t)(pResp); in siEventSATAResponseWtDataRcvd() 892 (void *)pResp); in siEventSATAResponseWtDataRcvd()
|
H A D | saint.c | 2974 bit32 *pResp; in mpiSATACompletion() local 3016 pResp = &pIomb1[4]; in mpiSATACompletion() 3021 …mpletion: param 0x%x agFirstDwordResp 0x%x Resp 0x%x tag 0x%x\n",param,*agFirstDword,*pResp ,tag)); in mpiSATACompletion() 3022 siEventSATAResponseWtDataRcvd(agRoot, pRequest, agFirstDword, pResp, (param - 4)); in mpiSATACompletion()
|
H A D | saproto.h | 320 bit32 *pResp,
|