Searched refs:ctx_buf (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode.h | 493 ctx = params->ctx_buf.vaddr; in cpt_digest_gen_prep() 564 uint64_t k_dma = params->ctx_buf.dma_addr + in cpt_digest_gen_prep() 695 cpt_ctx = fc_params->ctx_buf.vaddr; in cpt_enc_hmac_prep() 1057 cpt_ctx = fc_params->ctx_buf.vaddr; in cpt_dec_hmac_prep() 1411 cpt_ctx = params->ctx_buf.vaddr; in cpt_zuc_snow3g_enc_prep() 1724 cpt_ctx = params->ctx_buf.vaddr; in cpt_zuc_snow3g_dec_prep() 1980 cpt_ctx = params->ctx_buf.vaddr; in cpt_kasumi_enc_prep() 2211 cpt_ctx = params->ctx_buf.vaddr; in cpt_kasumi_dec_prep() 2364 struct cpt_ctx *ctx = fc_params->ctx_buf.vaddr; in cpt_fc_dec_hmac_prep() 3394 params.ctx_buf.vaddr = SESS_PRIV(sess); in fill_digest_params() [all …]
|
| H A D | cpt_mcode_defines.h | 384 buf_ptr_t ctx_buf; member
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_common.c | 1094 u8 ctx_buf[ICE_RXQ_CTX_SZ] = { 0 }; in ice_write_rxq_ctx() local 1101 ice_set_ctx(hw, (u8 *)rlan_ctx, ctx_buf, ice_rlan_ctx_info); in ice_write_rxq_ctx() 1102 return ice_copy_rxq_ctx_to_hw(hw, ctx_buf, rxq_index); in ice_write_rxq_ctx() 1222 u8 ctx_buf[ICE_TX_CMPLTNQ_CTX_SIZE_DWORDS * sizeof(u32)] = { 0 }; in ice_write_tx_cmpltnq_ctx() local 1224 ice_set_ctx(hw, (u8 *)tx_cmpltnq_ctx, ctx_buf, ice_tx_cmpltnq_ctx_info); in ice_write_tx_cmpltnq_ctx() 1225 return ice_copy_tx_cmpltnq_ctx_to_hw(hw, ctx_buf, tx_cmpltnq_index); in ice_write_tx_cmpltnq_ctx() 1313 u8 ctx_buf[ICE_TX_DRBELL_Q_CTX_SIZE_DWORDS * sizeof(u32)] = { 0 }; in ice_write_tx_drbell_q_ctx() local 1315 ice_set_ctx(hw, (u8 *)tx_drbell_q_ctx, ctx_buf, in ice_write_tx_drbell_q_ctx() 1317 return ice_copy_tx_drbell_q_ctx_to_hw(hw, ctx_buf, tx_drbell_q_index); in ice_write_tx_drbell_q_ctx()
|