Searched refs:out_cnt (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/mlx5/ |
D | mad.c | 215 void *out_cnt; in process_pma_cmd() local 252 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd() 253 if (!out_cnt) { in process_pma_cmd() 260 port_num, out_cnt, sz, 1); in process_pma_cmd() 262 pma_cnt_ext_assign_ppcnt(pma_cnt_ext, out_cnt); in process_pma_cmd() 266 out_cnt); in process_pma_cmd() 268 pma_cnt_ext_assign(pma_cnt_ext, out_cnt); in process_pma_cmd() 275 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd() 276 if (!out_cnt) { in process_pma_cmd() 281 err = query_ib_ppcnt(mdev, mdev_port_num, 0, out_cnt, sz, 0); in process_pma_cmd() [all …]
|
/linux-6.12.1/drivers/crypto/marvell/octeontx2/ |
D | otx2_cpt_reqmgr.h | 136 u8 out_cnt; /* Number of output buffers */ member 193 for (i = 0; i < req->out_cnt; i++) { in otx2_cpt_info_destroy() 359 s_sz_bytes = ((req->out_cnt + 2) / 3) * in cn10k_sgv2_info_create() 377 info->sctr_sz = req->out_cnt; in cn10k_sgv2_info_create() 386 if (sgv2io_components_setup(pdev, req->out, req->out_cnt, in cn10k_sgv2_info_create() 427 req->out_cnt > OTX2_CPT_MAX_SG_OUT_CNT)) { in otx2_sg_info_create() 434 s_sz_bytes = ((req->out_cnt + 3) / 4) * in otx2_sg_info_create() 449 ((u16 *)info->in_buffer)[0] = req->out_cnt; in otx2_sg_info_create() 462 if (setup_sgio_components(pdev, req->out, req->out_cnt, in otx2_sg_info_create()
|
D | otx2_cptvf_reqmgr.c | 34 pr_debug("Scatter list size %d\n", req->out_cnt); in otx2_cpt_dump_sg_list() 35 for (i = 0; i < req->out_cnt; i++) { in otx2_cpt_dump_sg_list()
|
D | otx2_cptvf_algs.c | 324 req_info->out_cnt = argcnt; in create_output_list() 1112 req_info->out_cnt = argcnt; in create_aead_output_list() 1205 req_info->out_cnt = argcnt; in create_aead_null_output_list()
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/ |
D | action.c | 993 int *out_cnt, u32 *csum_updated, bool pkt_host, in nfp_flower_output_action() argument 1028 } else if (prelag_size > 0 && (!last || *out_cnt)) { in nfp_flower_output_action() 1035 (*out_cnt)++; in nfp_flower_output_action() 1046 int *out_cnt, u32 *csum_updated, in nfp_flower_loop_action() argument 1068 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action() 1077 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action() 1278 int act_len, act_cnt, err, tun_out_cnt, out_cnt, i; in nfp_flower_compile_action() local 1295 out_cnt = 0; in nfp_flower_compile_action() 1302 &out_cnt, &csum_updated, in nfp_flower_compile_action()
|
/linux-6.12.1/drivers/crypto/axis/ |
D | artpec6_crypto.c | 249 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.12.1/drivers/crypto/nx/ |
D | nx_csbcpb.h | 37 u8 out_cnt[16]; member
|
D | nx-aes-gcm.c | 376 memcpy(rctx->iv, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
|
/linux-6.12.1/mm/ |
D | slub.c | 3418 goto out_cnt; in free_debug_processing() 3438 out_cnt: in free_debug_processing()
|