Searched refs:fm10k_l2_accel (Results 1 – 3 of 3) sorted by relevance
1204 struct fm10k_l2_accel *l2_accel) in fm10k_assign_l2_accel()1221 struct fm10k_l2_accel *l2_accel = interface->l2_accel; in fm10k_dfwd_add_station()1222 struct fm10k_l2_accel *old_l2_accel = NULL; in fm10k_dfwd_add_station()1234 size = offsetof(struct fm10k_l2_accel, macvlan[7]); in fm10k_dfwd_add_station()1251 size = offsetof(struct fm10k_l2_accel, in fm10k_dfwd_add_station()1258 offsetof(struct fm10k_l2_accel, in fm10k_dfwd_add_station()1302 struct fm10k_l2_accel *l2_accel = ACCESS_ONCE(interface->l2_accel); in fm10k_dfwd_del_station()
58 struct fm10k_l2_accel { struct123 struct fm10k_l2_accel __rcu *l2_accel; /* L2 acceleration list */251 struct fm10k_l2_accel *l2_accel; /* pointer to L2 acceleration list */
447 struct fm10k_l2_accel *l2_accel = rcu_dereference_bh(rx_ring->l2_accel); in fm10k_type_trans()