Searched refs:rps_dev_flow_table (Results 1 – 5 of 5) sorted by relevance
15 struct rps_dev_flow_table __rcu *rps_flow_table;
917 struct rps_dev_flow_table *flow_table; in show_rps_dev_flow_table_cnt()931 struct rps_dev_flow_table *table = container_of(rcu, in rps_dev_flow_table_release()932 struct rps_dev_flow_table, rcu); in rps_dev_flow_table_release()940 struct rps_dev_flow_table *table, *old_table; in store_rps_dev_flow_table_cnt()1017 struct rps_dev_flow_table *flow_table; in rx_queue_release()
4514 struct rps_dev_flow_table *flow_table; in set_rps_cpu()4562 struct rps_dev_flow_table *flow_table; in get_rps_cpu()4671 struct rps_dev_flow_table *flow_table; in rps_may_expire_flow()
278 for each flow: rps_dev_flow_table is a table specific to each hardware287 The counter in rps_dev_flow_table values records the length of the current365 rps_dev_flow_table is updated. The driver in turn uses a device specific369 rps_dev_flow_table. The stack consults a CPU to hardware queue map which
735 struct rps_dev_flow_table { struct740 #define RPS_DEV_FLOW_TABLE_SIZE(_num) (sizeof(struct rps_dev_flow_table) + \ argument