Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmad.c204 void *out_cnt; in process_pma_cmd() local
220 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
221 if (!out_cnt) in process_pma_cmd()
225 port_num, out_cnt, sz); in process_pma_cmd()
227 pma_cnt_ext_assign(pma_cnt_ext, out_cnt); in process_pma_cmd()
233 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd()
234 if (!out_cnt) in process_pma_cmd()
238 out_cnt, sz); in process_pma_cmd()
240 pma_cnt_assign(pma_cnt, out_cnt); in process_pma_cmd()
243 kvfree(out_cnt); in process_pma_cmd()
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Daction.c671 int *out_cnt, u32 *csum_updated) in nfp_flower_output_action() argument
701 else if (prelag_size > 0 && (!last || *out_cnt)) in nfp_flower_output_action()
706 (*out_cnt)++; in nfp_flower_output_action()
717 int *out_cnt, u32 *csum_updated) in nfp_flower_loop_action() argument
730 out_cnt, csum_updated); in nfp_flower_loop_action()
737 out_cnt, csum_updated); in nfp_flower_loop_action()
820 int act_len, act_cnt, err, tun_out_cnt, out_cnt, i; in nfp_flower_compile_action() local
831 out_cnt = 0; in nfp_flower_compile_action()
836 &out_cnt, &csum_updated); in nfp_flower_compile_action()
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c253 size_t out_cnt; member
499 outd = FIELD_PREP(PDMA_OUT_DESCRQ_PUSH_LEN, dma->out_cnt - 1) | in artpec6_crypto_start_dma()
523 dma->out_cnt = 0; in artpec6_crypto_init_dma_operation()
554 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_phys()
560 d = &dma->out[dma->out_cnt++]; in artpec6_crypto_setup_out_descr_phys()
587 if (dma->out_cnt >= PDMA_DESCR_COUNT || in artpec6_crypto_setup_out_descr_short()
594 d = &dma->out[dma->out_cnt++]; in artpec6_crypto_setup_out_descr_short()
660 sizeof(dma->out[0]) * dma->out_cnt, in artpec6_crypto_dma_map_descs()
960 if (!dma->out_cnt || dma->out_cnt > PDMA_DESCR_COUNT) { in artpec6_crypto_terminate_out_descrs()
962 MODULE_NAME, dma->out_cnt ? "empty" : "full"); in artpec6_crypto_terminate_out_descrs()
[all …]
/Linux-v4.19/drivers/crypto/nx/
Dnx_csbcpb.h37 u8 out_cnt[16]; member
Dnx-aes-gcm.c392 memcpy(desc.info, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()