Searched refs:farg (Results 1 – 4 of 4) sorted by relevance
227 void *farg; member
693 droq->ops.farg); in octeon_droq_fast_process_packets()919 droq->ops.farg = NULL; in octeon_unregister_droq_ops()
829 droq_ops.farg = netdev; in liquidio_setup_io_queues()
864 struct tep_print_arg *farg; in free_arg() local917 farg = arg->func.args; in free_arg()918 arg->func.args = farg->next; in free_arg()919 free_arg(farg); in free_arg()3014 struct tep_print_arg *farg; in process_func_handler() local3026 farg = alloc_arg(); in process_func_handler()3027 if (!farg) { in process_func_handler()3033 type = process_arg(event, farg, &token); in process_func_handler()3051 *next_arg = farg; in process_func_handler()3052 next_arg = &(farg->next); in process_func_handler()[all …]