Searched refs:pReq (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/qat/qat_api/common/qat_comms/ |
H A D | sal_qat_cmn_msg.c | 99 void inline SalQatMsg_CmnMidWrite(icp_qat_fw_la_bulk_req_t *pReq, in SalQatMsg_CmnMidWrite() argument 107 icp_qat_fw_comn_req_mid_t *pMid = &(pReq->comn_mid); in SalQatMsg_CmnMidWrite() 123 ICP_QAT_FW_COMN_PTR_TYPE_SET(pReq->comn_hdr.comn_req_flags, in SalQatMsg_CmnMidWrite() 132 ICP_QAT_FW_COMN_PTR_TYPE_SET(pReq->comn_hdr.comn_req_flags, in SalQatMsg_CmnMidWrite()
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/ |
H A D | lac_sym_hash.c | 86 icp_qat_la_bulk_req_ftr_t *pReq, in LacHash_StatePrefixAadBufferInit() argument 103 LacSymQat_HashStatePrefixAadBufferSizeGet(pReq, pHashStateBufferInfo); in LacHash_StatePrefixAadBufferInit() 109 pReq, in LacHash_StatePrefixAadBufferInit() 122 pReq, in LacHash_StatePrefixAadBufferInit()
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
H A D | lac_sym_qat_cipher.c | 877 icp_qat_fw_la_bulk_req_t *pReq, in LacSymQat_CipherRequestParamsPopulate() argument 890 *)((Cpa8U *)&(pReq->serv_specif_rqpars) + in LacSymQat_CipherRequestParamsPopulate() 892 pCipherCdCtrlHdr = (icp_qat_fw_cipher_cd_ctrl_hdr_t *)&(pReq->cd_ctrl); in LacSymQat_CipherRequestParamsPopulate() 893 pCipherSpecificFlags = &(pReq->comn_hdr.serv_specif_flags); in LacSymQat_CipherRequestParamsPopulate()
|
H A D | lac_sym_qat_hash.c | 858 icp_qat_fw_la_bulk_req_t *pReq, in LacSymQat_HashRequestParamsPopulate() argument 874 *)((Cpa8U *)&(pReq->serv_specif_rqpars) + in LacSymQat_HashRequestParamsPopulate()
|
/freebsd/sys/dev/qat/qat_api/common/include/ |
H A D | sal_qat_cmn_msg.h | 133 void SalQatMsg_CmnMidWrite(icp_qat_fw_la_bulk_req_t *pReq,
|
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/ |
H A D | lac_sym_qat_cipher.h | 117 icp_qat_fw_la_bulk_req_t *pReq,
|
H A D | lac_sym_qat_hash.h | 258 icp_qat_fw_la_bulk_req_t *pReq,
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_debug.c | 841 uint32_t *pReq = req->req_vbuf; in mpt_dump_request() local 851 mpt_prtc(mpt, " %08x", pReq[o]); in mpt_dump_request()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 43698 u8 *pReq = &pOrig[nReuse]; 43702 osMunmap(pReq, nOrig-nReuse); 43709 pNew = osMmap(pReq, nNew-nReuse, flags, MAP_SHARED, h, nReuse); 43711 if( pNew!=pReq ){ 112242 CollSeq *pReq = sqlite3BinaryCompareCollSeq(pParse, pLhs, pRhs); 112248 if( pReq!=0 && sqlite3StrICmp(pReq->zName, pIdx->azColl[j])!=0 ){
|