Searched refs:farg (Results 1 – 4 of 4) sorted by relevance
227 void *farg; member
696 droq->ops.farg); in octeon_droq_fast_process_packets()922 droq->ops.farg = NULL; in octeon_unregister_droq_ops()
825 droq_ops.farg = netdev; in liquidio_setup_io_queues()
870 struct tep_print_arg *farg; in free_arg() local923 farg = arg->func.args; in free_arg()924 arg->func.args = farg->next; in free_arg()925 free_arg(farg); in free_arg()3012 struct tep_print_arg *farg; in process_func_handler() local3024 farg = alloc_arg(); in process_func_handler()3025 if (!farg) { in process_func_handler()3031 type = process_arg(event, farg, &token); in process_func_handler()3049 *next_arg = farg; in process_func_handler()3050 next_arg = &(farg->next); in process_func_handler()[all …]