Home
last modified time | relevance | path

Searched refs:out_cnt (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.15/drivers/infiniband/hw/mlx5/
Dmad.c156 void *out_cnt; in process_pma_cmd() local
184 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
185 if (!out_cnt) { in process_pma_cmd()
191 out_cnt); in process_pma_cmd()
193 pma_cnt_ext_assign(pma_cnt_ext, out_cnt); in process_pma_cmd()
199 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
200 if (!out_cnt) { in process_pma_cmd()
206 out_cnt, sz); in process_pma_cmd()
208 pma_cnt_assign(pma_cnt, out_cnt); in process_pma_cmd()
210 kvfree(out_cnt); in process_pma_cmd()
/Linux-v5.15/drivers/infiniband/sw/rxe/
Drxe_pool.c335 goto out_cnt; in rxe_alloc_locked()
339 goto out_cnt; in rxe_alloc_locked()
348 out_cnt: in rxe_alloc_locked()
360 goto out_cnt; in rxe_alloc()
364 goto out_cnt; in rxe_alloc()
373 out_cnt: in rxe_alloc()
381 goto out_cnt; in __rxe_add_to_pool()
388 out_cnt: in __rxe_add_to_pool()
/Linux-v5.15/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_reqmgr.c37 pr_debug("Scatter list size %d\n", req->out_cnt); in otx2_cpt_dump_sg_list()
38 for (i = 0; i < req->out_cnt; i++) { in otx2_cpt_dump_sg_list()
168 req->out_cnt > OTX2_CPT_MAX_SG_OUT_CNT)) { in info_create()
175 s_sz_bytes = ((req->out_cnt + 3) / 4) * in info_create()
190 ((u16 *)info->in_buffer)[0] = req->out_cnt; in info_create()
203 if (setup_sgio_components(pdev, req->out, req->out_cnt, in info_create()
Dotx2_cpt_reqmgr.h127 u8 out_cnt; /* Number of output buffers */ member
172 for (i = 0; i < req->out_cnt; i++) { in otx2_cpt_info_destroy()
Dotx2_cptvf_algs.c322 req_info->out_cnt = argcnt; in create_output_list()
1162 req_info->out_cnt = argcnt; in create_aead_output_list()
1255 req_info->out_cnt = argcnt; in create_aead_null_output_list()
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Daction.c930 int *out_cnt, u32 *csum_updated, bool pkt_host, in nfp_flower_output_action() argument
965 } else if (prelag_size > 0 && (!last || *out_cnt)) { in nfp_flower_output_action()
972 (*out_cnt)++; in nfp_flower_output_action()
983 int *out_cnt, u32 *csum_updated, in nfp_flower_loop_action() argument
1004 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action()
1013 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action()
1202 int act_len, act_cnt, err, tun_out_cnt, out_cnt, i; in nfp_flower_compile_action() local
1219 out_cnt = 0; in nfp_flower_compile_action()
1226 &out_cnt, &csum_updated, in nfp_flower_compile_action()
/Linux-v5.15/drivers/crypto/axis/
Dartpec6_crypto.c249 size_t out_cnt; member
496 outd = FIELD_PREP(PDMA_OUT_DESCRQ_PUSH_LEN, dma->out_cnt - 1) | in artpec6_crypto_start_dma()
520 dma->out_cnt = 0; in artpec6_crypto_init_dma_operation()
551 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_phys()
557 d = &dma->out[dma->out_cnt++]; in artpec6_crypto_setup_out_descr_phys()
584 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_short()
591 d = &dma->out[dma->out_cnt++]; in artpec6_crypto_setup_out_descr_short()
657 sizeof(dma->out[0]) * dma->out_cnt, in artpec6_crypto_dma_map_descs()
957 if (!dma->out_cnt || dma->out_cnt > PDMA_DESCR_COUNT) { in artpec6_crypto_terminate_out_descrs()
959 MODULE_NAME, dma->out_cnt ? "empty" : "full"); in artpec6_crypto_terminate_out_descrs()
[all …]
/Linux-v5.15/drivers/crypto/nx/
Dnx_csbcpb.h37 u8 out_cnt[16]; member
Dnx-aes-gcm.c376 memcpy(rctx->iv, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()