Home
last modified time | relevance | path

Searched refs:farg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_droq.h227 void *farg; member
H A Docteon_droq.c695 droq->ops.farg); in octeon_droq_fast_process_packets()
922 droq->ops.farg = NULL; in octeon_unregister_droq_ops()
H A Dlio_core.c832 droq_ops.farg = netdev; in liquidio_setup_io_queues()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c579 CPU_DoubleU farg; \
583 farg.d = float32_to_float64(tmp, &env->fp_status); \
585 farg.d = cvtr(arg, &env->fp_status); \
588 return farg.ll; \