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()
823 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()3024 struct tep_print_arg *farg; in process_func_handler() local3036 farg = alloc_arg(); in process_func_handler()3037 if (!farg) { in process_func_handler()3043 type = process_arg(event, farg, &token); in process_func_handler()3061 *next_arg = farg; in process_func_handler()3062 next_arg = &(farg->next); in process_func_handler()[all …]