Searched refs:farg (Results 1 – 4 of 4) sorted by relevance
227 void *farg; member
702 droq->ops.farg); in octeon_droq_fast_process_packets()942 droq->ops.farg = NULL; in octeon_unregister_droq_ops()
846 droq_ops.farg = netdev; in liquidio_setup_io_queues()
798 struct print_arg *farg; in free_arg() local851 farg = arg->func.args; in free_arg()852 arg->func.args = farg->next; in free_arg()853 free_arg(farg); in free_arg()2940 struct print_arg *farg; in process_func_handler() local2952 farg = alloc_arg(); in process_func_handler()2953 if (!farg) { in process_func_handler()2959 type = process_arg(event, farg, &token); in process_func_handler()2977 *next_arg = farg; in process_func_handler()2978 next_arg = &(farg->next); in process_func_handler()[all …]