Home
last modified time | relevance | path

Searched refs:out_cnt (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dmad.c156 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()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H 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()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_pool.c324 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-6.6/drivers/crypto/marvell/octeontx2/
H 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()
H 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()
H 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c931 int *out_cnt, u32 *csum_updated, bool pkt_host, in nfp_flower_output_action()
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()
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()
926 nfp_flower_output_action(struct nfp_app *app, const struct flow_action_entry *act, struct nfp_fl_payload *nfp_fl, int *a_len, struct net_device *netdev, bool last, enum nfp_flower_tun_type *tun_type, int *tun_out_cnt, int *out_cnt, u32 *csum_updated, bool pkt_host, struct netlink_ext_ack *extack) nfp_flower_output_action() argument
979 nfp_flower_loop_action(struct nfp_app *app, const struct flow_action_entry *act, struct flow_cls_offload *flow, struct nfp_fl_payload *nfp_fl, int *a_len, struct net_device *netdev, enum nfp_flower_tun_type *tun_type, int *tun_out_cnt, int *out_cnt, u32 *csum_updated, struct nfp_flower_pedit_acts *set_act, bool *pkt_host, struct netlink_ext_ack *extack, int act_idx) nfp_flower_loop_action() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c978 int *out_cnt, u32 *csum_updated, bool pkt_host, in nfp_flower_output_action()
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()
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()
973 nfp_flower_output_action(struct nfp_app *app, const struct flow_action_entry *act, struct nfp_fl_payload *nfp_fl, int *a_len, struct net_device *netdev, bool last, enum nfp_flower_tun_type *tun_type, int *tun_out_cnt, int *out_cnt, u32 *csum_updated, bool pkt_host, struct netlink_ext_ack *extack) nfp_flower_output_action() argument
1026 nfp_flower_loop_action(struct nfp_app *app, const struct flow_action_entry *act, struct flow_rule *rule, struct nfp_fl_payload *nfp_fl, int *a_len, struct net_device *netdev, enum nfp_flower_tun_type *tun_type, int *tun_out_cnt, int *out_cnt, u32 *csum_updated, struct nfp_flower_pedit_acts *set_act, bool *pkt_host, struct netlink_ext_ack *extack, int act_idx) nfp_flower_loop_action() argument
/kernel/linux/linux-5.10/drivers/crypto/axis/
H A 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_COUN in artpec6_crypto_terminate_out_descrs()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/axis/
H 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_COUN in artpec6_crypto_terminate_out_descrs()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx_csbcpb.h37 u8 out_cnt[16]; member
H A Dnx-aes-gcm.c376 memcpy(rctx->iv, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx_csbcpb.h37 u8 out_cnt[16]; member
H A Dnx-aes-gcm.c376 memcpy(rctx->iv, csbcpb->cpb.aes_gcm.out_cnt, AES_BLOCK_SIZE); in gcm_aes_nx_crypt()
/kernel/linux/linux-6.6/mm/
H A Dslub.c2929 goto out_cnt; in free_debug_processing()
2949 out_cnt: in free_debug_processing()

Completed in 25 milliseconds