Searched refs:fm10k_l2_accel (Results 1 – 3 of 3) sorted by relevance
58 struct fm10k_l2_accel { struct116 struct fm10k_l2_accel __rcu *l2_accel; /* L2 acceleration list */244 struct fm10k_l2_accel *l2_accel; /* pointer to L2 acceleration list */
1205 struct fm10k_l2_accel *l2_accel) in fm10k_assign_l2_accel()1222 struct fm10k_l2_accel *l2_accel = interface->l2_accel; in fm10k_dfwd_add_station()1223 struct fm10k_l2_accel *old_l2_accel = NULL; in fm10k_dfwd_add_station()1235 size = offsetof(struct fm10k_l2_accel, macvlan[7]); in fm10k_dfwd_add_station()1252 size = offsetof(struct fm10k_l2_accel, in fm10k_dfwd_add_station()1259 offsetof(struct fm10k_l2_accel, in fm10k_dfwd_add_station()1303 struct fm10k_l2_accel *l2_accel = ACCESS_ONCE(interface->l2_accel); in fm10k_dfwd_del_station()
429 struct fm10k_l2_accel *l2_accel = rcu_dereference_bh(rx_ring->l2_accel); in fm10k_type_trans()