Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dmad.c178 void *out_cnt; in process_pma_cmd() local
212 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
213 if (!out_cnt) { in process_pma_cmd()
219 out_cnt); in process_pma_cmd()
221 pma_cnt_ext_assign(pma_cnt_ext, out_cnt); in process_pma_cmd()
227 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
228 if (!out_cnt) { in process_pma_cmd()
233 err = query_ib_ppcnt(mdev, mdev_port_num, out_cnt, sz); in process_pma_cmd()
235 pma_cnt_assign(pma_cnt, out_cnt); in process_pma_cmd()
237 kvfree(out_cnt); in process_pma_cmd()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx2/
A 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()
A 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()
A Dotx2_cptvf_algs.c322 req_info->out_cnt = argcnt; in create_output_list()
1158 req_info->out_cnt = argcnt; in create_aead_output_list()
1251 req_info->out_cnt = argcnt; in create_aead_null_output_list()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/flower/
A Daction.c978 int *out_cnt, u32 *csum_updated, bool pkt_host, in nfp_flower_output_action() argument
1013 } else if (prelag_size > 0 && (!last || *out_cnt)) { in nfp_flower_output_action()
1020 (*out_cnt)++; in nfp_flower_output_action()
1031 int *out_cnt, u32 *csum_updated, in nfp_flower_loop_action() argument
1053 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action()
1062 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action()
1263 int act_len, act_cnt, err, tun_out_cnt, out_cnt, i; in nfp_flower_compile_action() local
1280 out_cnt = 0; in nfp_flower_compile_action()
1287 &out_cnt, &csum_updated, in nfp_flower_compile_action()
/linux-6.3-rc2/drivers/crypto/axis/
A 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-6.3-rc2/drivers/crypto/nx/
A Dnx_csbcpb.h37 u8 out_cnt[16]; member
A Dnx-aes-gcm.c376 memcpy(rctx->iv, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
/linux-6.3-rc2/mm/
A Dslub.c2911 goto out_cnt; in free_debug_processing()
2931 out_cnt: in free_debug_processing()

Completed in 41 milliseconds