Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h365 #define DISCRSP_GET_LINKRATE(pResp) \ argument
366 ((pResp)->negotiatedPhyLinkRate & 0x0F)
368 #define DISCRSP_IS_SSP_INITIATOR(pResp) \ argument
374 #define DISCRSP_IS_SATA_HOST(pResp) \ argument
377 #define DISCRSP_IS_SSP_TARGET(pResp) \ argument
379 #define DISCRSP_IS_STP_TARGET(pResp) \ argument
381 #define DISCRSP_IS_SMP_TARGET(pResp) \ argument
383 #define DISCRSP_IS_SATA_DEVICE(pResp) \ argument
401 #define DISCRSP_IS_VIRTUALPHY(pResp) \ argument
405 ((pResp)->routingAttribute & 0x0F)
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h1043 #define SA_DISCRSP_GET_LINKRATE(pResp) \ argument
1044 ((pResp)->negotiatedPhyLinkRate & 0x0F)
1046 #define SA_DISCRSP_IS_SSP_INITIATOR(pResp) \ argument
1048 #define SA_DISCRSP_IS_STP_INITIATOR(pResp) \ argument
1052 #define SA_DISCRSP_IS_SATA_HOST(pResp) \ argument
1055 #define SA_DISCRSP_IS_SSP_TARGET(pResp) \ argument
1057 #define SA_DISCRSP_IS_STP_TARGET(pResp) \ argument
1059 #define SA_DISCRSP_IS_SMP_TARGET(pResp) \ argument
1061 #define SA_DISCRSP_IS_SATA_DEVICE(pResp) \ argument
1077 #define SA_DISCRSP_IS_VIRTUALPHY(pResp) \ argument
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h591 #define DISCRSP_GET_LINKRATE(pResp) \ argument
594 #define DISCRSP_IS_SSP_INITIATOR(pResp) \ argument
596 #define DISCRSP_IS_STP_INITIATOR(pResp) \ argument
598 #define DISCRSP_IS_SMP_INITIATOR(pResp) \ argument
600 #define DISCRSP_IS_SATA_HOST(pResp) \ argument
603 #define DISCRSP_IS_SSP_TARGET(pResp) \ argument
605 #define DISCRSP_IS_STP_TARGET(pResp) \ argument
607 #define DISCRSP_IS_SMP_TARGET(pResp) \ argument
609 #define DISCRSP_IS_SATA_DEVICE(pResp) \ argument
614 #define DISCRSP_GET_SAS_ADDRESSHI(pResp) \ argument
[all …]
/freebsd-14.2/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsasata.c862 bit32 *pResp, in siEventSATAResponseWtDataRcvd() argument
871 frameHandle = (agsaFrameHandle_t)(pResp); in siEventSATAResponseWtDataRcvd()
892 (void *)pResp); in siEventSATAResponseWtDataRcvd()
H A Dsaint.c2974 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 Dsaproto.h320 bit32 *pResp,