Searched refs:pResp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/ |
| D | dmdefs.h | 265 #define REPORT_GENERAL_IS_CONFIGURING(pResp) \ argument 266 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURING_BIT) == \ 269 #define REPORT_GENERAL_IS_CONFIGURABLE(pResp) \ argument 270 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURABLE_BIT) == \ 273 #define REPORT_GENERAL_GET_ROUTEINDEXES(pResp) \ argument 274 DMA_BEBIT16_TO_BIT16(*(bit16 *)((pResp)->expanderRouteIndexes16)) 276 #define REPORT_GENERAL_IS_LONG_RESPONSE(pResp) \ argument 277 (((pResp)->reserved1 & REPORT_GENERAL_LONG_RESPONSE_BIT) == \ 364 #define DISCRSP_GET_ATTACHED_DEVTYPE(pResp) \ argument 365 (((pResp)->attachedDeviceType & 0x70) >> 4) [all …]
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/ |
| D | sa_spec.h | 947 #define SA_REPORT_GENERAL_IS_CONFIGURING(pResp) \ argument 948 (((pResp)->configuring_configurable & SA_REPORT_GENERAL_CONFIGURING_BIT) == \ 951 #define SA_REPORT_GENERAL_IS_CONFIGURABLE(pResp) \ argument 952 (((pResp)->configuring_configurable & SA_REPORT_GENERAL_CONFIGURABLE_BIT) == \ 955 #define SA_REPORT_GENERAL_GET_ROUTEINDEXES(pResp) \ argument 956 DMA_BEBIT16_TO_BIT16(*(bit16 *)((pResp)->expanderRouteIndexes16)) 1042 #define SA_DISCRSP_GET_ATTACHED_DEVTYPE(pResp) \ argument 1043 (((pResp)->attachedDeviceType & 0x70) >> 4) 1044 #define SA_DISCRSP_GET_LINKRATE(pResp) \ argument 1045 ((pResp)->negotiatedPhyLinkRate & 0x0F) [all …]
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| D | tddefs.h | 494 #define REPORT_GENERAL_IS_CONFIGURING(pResp) \ argument 495 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURING_BIT) == \ 498 #define REPORT_GENERAL_IS_CONFIGURABLE(pResp) \ argument 499 (((pResp)->configuring_configurable & REPORT_GENERAL_CONFIGURABLE_BIT) == \ 502 #define REPORT_GENERAL_GET_ROUTEINDEXES(pResp) \ argument 503 DMA_BEBIT16_TO_BIT16(*(bit16 *)((pResp)->expanderRouteIndexes16)) 590 #define DISCRSP_GET_ATTACHED_DEVTYPE(pResp) \ argument 591 (((pResp)->attachedDeviceType & 0x70) >> 4) 592 #define DISCRSP_GET_LINKRATE(pResp) \ argument 593 ((bit8)((pResp)->negotiatedPhyLinkRate & 0x0F)) [all …]
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/ |
| D | sasata.c | 863 bit32 *pResp, in siEventSATAResponseWtDataRcvd() argument 872 frameHandle = (agsaFrameHandle_t)(pResp); in siEventSATAResponseWtDataRcvd() 893 (void *)pResp); in siEventSATAResponseWtDataRcvd()
|
| D | saint.c | 2975 bit32 *pResp; in mpiSATACompletion() local 3017 pResp = &pIomb1[4]; in mpiSATACompletion() 3022 …mpletion: param 0x%x agFirstDwordResp 0x%x Resp 0x%x tag 0x%x\n",param,*agFirstDword,*pResp ,tag)); in mpiSATACompletion() 3023 siEventSATAResponseWtDataRcvd(agRoot, pRequest, agFirstDword, pResp, (param - 4)); in mpiSATACompletion()
|
| D | saproto.h | 321 bit32 *pResp,
|