Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmad.c209 void *out_cnt; in process_pma_cmd() local
237 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
238 if (!out_cnt) { in process_pma_cmd()
244 mdev_port_num, out_cnt, sz); in process_pma_cmd()
246 pma_cnt_ext_assign(pma_cnt_ext, out_cnt); in process_pma_cmd()
252 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
253 if (!out_cnt) { in process_pma_cmd()
259 out_cnt, sz); in process_pma_cmd()
261 pma_cnt_assign(pma_cnt, out_cnt); in process_pma_cmd()
263 kvfree(out_cnt); in process_pma_cmd()
/Linux-v5.4/drivers/infiniband/sw/rxe/
Drxe_pool.c407 goto out_cnt; in rxe_alloc()
413 goto out_cnt; in rxe_alloc()
420 out_cnt: in rxe_alloc()
446 goto out_cnt; in rxe_add_to_pool()
453 out_cnt: in rxe_add_to_pool()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Daction.c902 int *out_cnt, u32 *csum_updated, bool pkt_host, in nfp_flower_output_action() argument
937 } else if (prelag_size > 0 && (!last || *out_cnt)) { in nfp_flower_output_action()
944 (*out_cnt)++; in nfp_flower_output_action()
955 int *out_cnt, u32 *csum_updated, in nfp_flower_loop_action() argument
976 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action()
985 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action()
1174 int act_len, act_cnt, err, tun_out_cnt, out_cnt, i; in nfp_flower_compile_action() local
1187 out_cnt = 0; in nfp_flower_compile_action()
1194 &out_cnt, &csum_updated, in nfp_flower_compile_action()
/Linux-v5.4/drivers/crypto/axis/
Dartpec6_crypto.c248 size_t out_cnt; member
495 outd = FIELD_PREP(PDMA_OUT_DESCRQ_PUSH_LEN, dma->out_cnt - 1) | in artpec6_crypto_start_dma()
519 dma->out_cnt = 0; in artpec6_crypto_init_dma_operation()
550 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_phys()
556 d = &dma->out[dma->out_cnt++]; in artpec6_crypto_setup_out_descr_phys()
583 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_short()
590 d = &dma->out[dma->out_cnt++]; in artpec6_crypto_setup_out_descr_short()
656 sizeof(dma->out[0]) * dma->out_cnt, in artpec6_crypto_dma_map_descs()
956 if (!dma->out_cnt || dma->out_cnt > PDMA_DESCR_COUNT) { in artpec6_crypto_terminate_out_descrs()
958 MODULE_NAME, dma->out_cnt ? "empty" : "full"); in artpec6_crypto_terminate_out_descrs()
[all …]
/Linux-v5.4/drivers/crypto/nx/
Dnx_csbcpb.h37 u8 out_cnt[16]; member
Dnx-aes-gcm.c380 memcpy(desc.info, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()