Searched refs:rps_map (Results 1 – 4 of 4) sorted by relevance
15 struct rps_map __rcu *rps_map; member
19 struct rps_map { struct24 #define RPS_MAP_SIZE(_num) (sizeof(struct rps_map) + ((_num) * sizeof(u16))) argument
951 struct rps_map *map; in show_rps_map()959 map = rcu_dereference(queue->rps_map); in show_rps_map()975 struct rps_map *old_map, *map; in netdev_rx_queue_set_rps_mask()996 old_map = rcu_dereference_protected(queue->rps_map, in netdev_rx_queue_set_rps_mask()998 rcu_assign_pointer(queue->rps_map, map); in netdev_rx_queue_set_rps_mask()1152 struct rps_map *map; in rx_queue_release()1155 map = rcu_dereference_protected(queue->rps_map, 1); in rx_queue_release()1157 RCU_INIT_POINTER(queue->rps_map, NULL); in rx_queue_release()
4812 struct rps_map *map; in get_rps_cpu()4833 map = rcu_dereference(rxqueue->rps_map); in get_rps_cpu()