Home
last modified time | relevance | path

Searched full:presp (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmdefs.h264 #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 Dsa_spec.h946 #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 Dtddefs.h493 #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/crypto/openssl/doc/man3/
H A DOCSP_sendreq_new.pod29 int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OSSL_HTTP_REQ_CTX *rctx);
58 a pointer to a B<OCSP_RESPONSE> structure, in I<*presp>.
/freebsd/secure/lib/libcrypto/man/man3/
H A DOCSP_sendreq_new.390 \& int OCSP_sendreq_nbio(OCSP_RESPONSE **presp, OSSL_HTTP_REQ_CTX *rctx);
119 a pointer to a \fBOCSP_RESPONSE\fR structure, in \fI*presp\fR.
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsasata.c852 * \param pResp pointer to the rest of SATA response
862 bit32 *pResp, in siEventSATAResponseWtDataRcvd() argument
871 frameHandle = (agsaFrameHandle_t)(pResp); in siEventSATAResponseWtDataRcvd()
892 (void *)pResp); in siEventSATAResponseWtDataRcvd()
H A Dsaproto.h320 bit32 *pResp,
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()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c1752 /* Vdev down reset beacon & presp templates. Reinstall them. Otherwise in ath10k_mac_vif_fix_hidden_ssid()
1764 ath10k_warn(ar, "failed to update presp template: %d\n", ret); in ath10k_mac_vif_fix_hidden_ssid()