Searched refs:macvlan (Results 1 – 9 of 9) sorted by relevance
869 struct net_device *sdev = l2_accel->macvlan[i]; in fm10k_update_vid()1125 struct net_device *sdev = l2_accel->macvlan[i]; in fm10k_restore_rx_state()1152 struct net_device *sdev = l2_accel->macvlan[i]; in fm10k_restore_rx_state()1368 size = offsetof(struct fm10k_l2_accel, macvlan[7]); in fm10k_dfwd_add_station()1386 macvlan[(l2_accel->size * 2) + 1]); in fm10k_dfwd_add_station()1393 macvlan[old_l2_accel->size])); in fm10k_dfwd_add_station()1404 if (!l2_accel->macvlan[i]) in fm10k_dfwd_add_station()1409 l2_accel->macvlan[i] = sdev; in fm10k_dfwd_add_station()1459 if (l2_accel->macvlan[i] == sdev) in fm10k_dfwd_del_station()1488 l2_accel->macvlan[i] = NULL; in fm10k_dfwd_del_station()
44 struct net_device *macvlan[]; member
422 if (idx < l2_accel->size && l2_accel->macvlan[idx]) in fm10k_type_trans()423 dev = l2_accel->macvlan[idx]; in fm10k_type_trans()
90 u64 macvlan; member
105 vid = key2vid(node->macvlan); in mlx5_vdpa_add_rx_counters()
1931 vid = key2vid(node->macvlan); in mlx5_vdpa_add_mac_vlan_rules()2022 if (pos->macvlan == value) in mac_vlan_lookup()2044 ptr->macvlan = val; in mac_vlan_add()
19 obj-$(CONFIG_MACVLAN) += macvlan.o
190 "ip link add link <real dev> [ address MAC ] [ NAME ] type macvlan"193 will be called macvlan.203 can be added in the same way as a macvlan device, using 'type
438 struct macvlan_dev *macvlan = netdev_priv(dev); in mlx5e_rep_macvlan_mode_supported() local440 return macvlan->mode == MACVLAN_MODE_PASSTHRU; in mlx5e_rep_macvlan_mode_supported()
Completed in 36 milliseconds