Searched refs:out_cnt (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
D | mad.c | 156 void *out_cnt; in process_pma_cmd() local 190 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd() 191 if (!out_cnt) { in process_pma_cmd() 197 out_cnt); in process_pma_cmd() 199 pma_cnt_ext_assign(pma_cnt_ext, out_cnt); in process_pma_cmd() 205 out_cnt = kvzalloc(sz, GFP_KERNEL); in process_pma_cmd() 206 if (!out_cnt) { in process_pma_cmd() 212 out_cnt, sz); in process_pma_cmd() 214 pma_cnt_assign(pma_cnt, out_cnt); in process_pma_cmd() 216 kvfree(out_cnt); in process_pma_cmd()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/ |
D | rxe_pool.c | 324 goto out_cnt; in rxe_alloc() 330 goto out_cnt; in rxe_alloc() 337 out_cnt: in rxe_alloc() 363 goto out_cnt; in rxe_add_to_pool() 370 out_cnt: in rxe_add_to_pool()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | action.c | 931 int *out_cnt, u32 *csum_updated, bool pkt_host, in nfp_flower_output_action() argument 966 } else if (prelag_size > 0 && (!last || *out_cnt)) { in nfp_flower_output_action() 973 (*out_cnt)++; in nfp_flower_output_action() 984 int *out_cnt, u32 *csum_updated, in nfp_flower_loop_action() argument 1005 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action() 1014 out_cnt, csum_updated, *pkt_host, in nfp_flower_loop_action() 1203 int act_len, act_cnt, err, tun_out_cnt, out_cnt, i; in nfp_flower_compile_action() local 1220 out_cnt = 0; in nfp_flower_compile_action() 1227 &out_cnt, &csum_updated, in nfp_flower_compile_action()
|
/kernel/linux/linux-5.10/drivers/crypto/axis/ |
D | artpec6_crypto.c | 248 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 …]
|
/kernel/linux/linux-5.10/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()
|