/linux/include/net/libeth/ |
H A D | xsk.h | 272 * @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 D | xdp.h | 1044 * @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 D | rcar-gen4-sysc.c | 260 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 D | rcar-sysc.c | 250 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 D | main.c | 261 if (dt_ops.finalize) in start() 262 ft_addr = dt_ops.finalize(); in start()
|
H A D | ps3.c | 130 ft_addr = dt_ops.finalize(); in platform_init()
|
H A D | libfdt-wrapper.c | 170 dt_ops.finalize = fdt_wrapper_finalize; in fdt_init()
|
H A D | ops.h | 51 unsigned long (*finalize)(void); member
|
/linux/drivers/crypto/inside-secure/eip93/ |
H A D | eip93-hash.h | 40 bool finalize; member
|
H A D | eip93-hash.c | 37 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 D | ocs-hcu.c | 437 * @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 D | kho.rst | 34 $ echo 1 > /sys/kernel/debug/kho/out/finalize 72 ``/sys/kernel/debug/kho/out/finalize``
|
/linux/drivers/mmc/host/ |
H A D | sunxi-mmc.c | 573 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 D | index.rst | 72 actions to finalize the update.
|
/linux/kernel/bpf/ |
H A D | offload.c | 337 if (offload->offdev->ops->finalize) in bpf_prog_offload_finalize() 338 ret = offload->offdev->ops->finalize(env); in bpf_prog_offload_finalize()
|
H A D | core.c | 2511 goto finalize; in bpf_prog_select_runtime() 2542 finalize: in bpf_prog_select_runtime()
|
/linux/tools/testing/selftests/kvm/arm64/ |
H A D | get-reg-list.c | 117 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 D | suspend-flows.rst | 207 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 D | offload.c | 614 .finalize = nfp_bpf_finalize,
|
/linux/drivers/net/netdevsim/ |
H A D | bpf.c | 287 .finalize = nsim_bpf_finalize,
|
/linux/fs/jfs/ |
H A D | jfs_dmap.c | 3590 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 D | pcm.c | 1006 goto finalize; in avs_component_probe() 1048 finalize: in avs_component_probe()
|
/linux/Documentation/filesystems/ |
H A D | relay.rst | 333 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 D | qeth_core.h | 624 void (*finalize)(struct qeth_card *card, struct qeth_cmd_buffer *iob); member
|
/linux/drivers/crypto/inside-secure/ |
H A D | safexcel.c | 843 goto finalize; in safexcel_dequeue() 874 finalize: in safexcel_dequeue()
|