Home
last modified time | relevance | path

Searched refs:finalize (Results 1 – 25 of 29) sorted by relevance

12

/linux/include/net/libeth/
H A Dxsk.h272 * @finalize: driver callback to start a transmission
290 void (*finalize)(void *xdpsq, bool sent, bool flush)) in libeth_xsk_xmit_do_bulk()
306 finalize(xdpsq, n, true); in libeth_xsk_xmit_do_bulk()
505 * libeth_xsk_finalize_rx - finalize XDPSQ after an XSk NAPI polling loop
508 * @finalize: driver callback to start sending the frames and run the timer
513 #define libeth_xsk_finalize_rx(bq, flush, finalize) \ argument
514 __libeth_xdp_finalize_rx(bq, LIBETH_XDP_TX_XSK, flush, finalize)
579 * LIBETH_XSK_DEFINE_FINALIZE - define a driver XSk NAPI poll finalize function
582 * @finalize: driver callback to finalize a
584 LIBETH_XSK_DEFINE_FINALIZE(name,flush,finalize) global() argument
[all...]
H A Dxdp.h1044 * @finalize: driver callback to finalize sending XDP Tx frames on the queue
1047 * the bulk to the XDPSQ. If requested by the stack, finalize the queue.
1056 void (*finalize)(void *xdpsq, bool sent, bool flush)) in __libeth_xdp_xmit_do_bulk()
1083 finalize(bq->xdpsq, nxmit, flags & XDP_XMIT_FLUSH); in __libeth_xdp_xmit_do_bulk()
1097 * @fin: driver cabback to finalize the queue
1547 * libeth_xdp_finalize_rx - finalize XDPSQ after a NAPI polling loop (non-XSk)
1550 * @finalize: driver callback to start sending the frames and run the timer
1555 #define libeth_xdp_finalize_rx(bq, flush, finalize) \ argument
1556 __libeth_xdp_finalize_rx(bq, 0, flush, finalize)
1695 LIBETH_XDP_DEFINE_FINALIZE(name,flush,finalize) global() argument
1698 __LIBETH_XDP_DEFINE_FINALIZE(name,flush,finalize,pfx) global() argument
[all...]
/linux/drivers/pmdomain/renesas/
H A Drcar-gen4-sysc.c260 goto finalize; in rcar_gen4_sysc_pd_setup()
265 goto finalize; in rcar_gen4_sysc_pd_setup()
270 finalize: in rcar_gen4_sysc_pd_setup()
H A Drcar-sysc.c250 goto finalize; in rcar_sysc_pd_setup()
255 goto finalize; in rcar_sysc_pd_setup()
260 finalize: in rcar_sysc_pd_setup()
/linux/arch/powerpc/boot/
H A Dmain.c261 if (dt_ops.finalize) in start()
262 ft_addr = dt_ops.finalize(); in start()
H A Dps3.c130 ft_addr = dt_ops.finalize(); in platform_init()
H A Dlibfdt-wrapper.c170 dt_ops.finalize = fdt_wrapper_finalize; in fdt_init()
H A Dops.h51 unsigned long (*finalize)(void); member
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-hash.h40 bool finalize; member
H A Deip93-hash.c37 if (rctx->finalize) in eip93_hash_free_data_blocks()
79 if (rctx->finalize || rctx->partial_hash) { in eip93_hash_handle_result()
204 rctx->finalize = false; in __eip93_hash_init()
243 if (rctx->finalize && !rctx->partial_hash) { in eip93_send_hash_req()
475 rctx->finalize = true; in __eip93_hash_final()
/linux/drivers/crypto/intel/keembay/
H A Docs-hcu.c437 * @finalize: Whether or not this is the last hashing operation and therefore
445 bool finalize) in ocs_hcu_ll_dma_start() argument
465 if (finalize) in ocs_hcu_ll_dma_start()
479 if (finalize) in ocs_hcu_ll_dma_start()
635 * ocs_hcu_hash_finup() - Update and finalize hash computation.
/linux/Documentation/admin-guide/mm/
H A Dkho.rst34 $ echo 1 > /sys/kernel/debug/kho/out/finalize
72 ``/sys/kernel/debug/kho/out/finalize``
/linux/drivers/mmc/host/
H A Dsunxi-mmc.c573 bool finalize = false; in sunxi_mmc_irq() local
592 /* Wait for COMMAND_DONE on RESPONSE_TIMEOUT before finalize */ in sunxi_mmc_irq()
599 finalize = true; in sunxi_mmc_irq()
602 finalize = true; in sunxi_mmc_irq()
611 if (finalize) in sunxi_mmc_irq()
616 if (finalize && ret == IRQ_HANDLED) in sunxi_mmc_irq()
/linux/Documentation/driver-api/pldmfw/
H A Dindex.rst72 actions to finalize the update.
/linux/kernel/bpf/
H A Doffload.c337 if (offload->offdev->ops->finalize) in bpf_prog_offload_finalize()
338 ret = offload->offdev->ops->finalize(env); in bpf_prog_offload_finalize()
H A Dcore.c2511 goto finalize; in bpf_prog_select_runtime()
2542 finalize: in bpf_prog_select_runtime()
/linux/tools/testing/selftests/kvm/arm64/
H A Dget-reg-list.c117 if (s->finalize) { in finalize_vcpu()
766 { "sve", .capability = KVM_CAP_ARM_SVE, .feature = KVM_ARM_VCPU_SVE, .finalize = true, \
/linux/Documentation/admin-guide/pm/
H A Dsuspend-flows.rst207 and often do, trap into the platform firmware in order to finalize the
230 to finalize the suspend transition as needed.
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c614 .finalize = nfp_bpf_finalize,
/linux/drivers/net/netdevsim/
H A Dbpf.c287 .finalize = nsim_bpf_finalize,
/linux/fs/jfs/
H A Djfs_dmap.c3590 goto finalize; in dbExtendFS()
3613 goto finalize; in dbExtendFS()
3628 * finalize bmap control page in dbExtendFS()
3630 finalize: in dbExtendFS()
3647 * finalize bmap control page in dbFinalizeBmap()
3649 //finalize: in dbFinalizeBmap()
/linux/sound/soc/intel/avs/
H A Dpcm.c1006 goto finalize; in avs_component_probe()
1048 finalize: in avs_component_probe()
/linux/Documentation/filesystems/
H A Drelay.rst333 initialize the next sub-buffer if appropriate 2) finalize the previous
449 to finalize and process the last sub-buffers before the channel is
/linux/drivers/s390/net/
H A Dqeth_core.h624 void (*finalize)(struct qeth_card *card, struct qeth_cmd_buffer *iob); member
/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c843 goto finalize; in safexcel_dequeue()
874 finalize: in safexcel_dequeue()

12