Searched refs:mac_list (Results 1 – 8 of 8) sorted by relevance
| /src/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_eswitch.c | 508 u8 (*mac_list)[ETH_ALEN]; in esw_update_vport_addr_list() local 521 mac_list = kcalloc(size, ETH_ALEN, GFP_KERNEL); in esw_update_vport_addr_list() 522 if (!mac_list) in esw_update_vport_addr_list() 533 mac_list, &size); in esw_update_vport_addr_list() 540 if (is_uc && !is_valid_ether_addr(mac_list[i])) in esw_update_vport_addr_list() 543 if (!is_uc && !is_multicast_ether_addr(mac_list[i])) in esw_update_vport_addr_list() 546 addr = l2addr_hash_find(hash, mac_list[i], struct vport_addr); in esw_update_vport_addr_list() 552 addr = l2addr_hash_add(hash, mac_list[i], struct vport_addr, in esw_update_vport_addr_list() 557 mac_list[i], vport_num); in esw_update_vport_addr_list() 563 kfree(mac_list); in esw_update_vport_addr_list()
|
| /src/sys/dev/iavf/ |
| H A D | iavf_iflib.h | 301 SLIST_HEAD(mac_list, iavf_mac_filter); 361 struct mac_list *mac_filters;
|
| H A D | iavf_lib.c | 567 sc->mac_filters = (struct mac_list *)malloc(sizeof(struct iavf_mac_filter), in iavf_init_filters()
|
| /src/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_resource_tracker.c | 1957 struct list_head *mac_list = in mac_find_smac_ix_in_slave() local 1961 list_for_each_entry_safe(res, tmp, mac_list, list) { in mac_find_smac_ix_in_slave() 1974 struct list_head *mac_list = in mac_add_to_slave() local 1978 list_for_each_entry_safe(res, tmp, mac_list, list) { in mac_add_to_slave() 2007 struct list_head *mac_list = in mac_del_from_slave() local 2011 list_for_each_entry_safe(res, tmp, mac_list, list) { in mac_del_from_slave() 2027 struct list_head *mac_list = in rem_slave_macs() local 2032 list_for_each_entry_safe(res, tmp, mac_list, list) { in rem_slave_macs()
|
| /src/sys/dev/bwn/ |
| H A D | if_bwnvar.h | 971 TAILQ_ENTRY(bwn_mac) mac_list;
|
| H A D | if_bwn.c | 668 TAILQ_INSERT_TAIL(&sc->sc_maclist, mac, mac_list); in bwn_attach() 4837 TAILQ_FOREACH(mac, &sc->sc_maclist, mac_list) { in bwn_switch_band()
|
| /src/sbin/pfctl/ |
| H A D | parse.y | 671 %type <v.mac> xmac mac mac_list macspec 3971 | '{' optnl mac_list '}' 3976 mac_list : xmac optnl { 3979 | mac_list comma xmac {
|
| /src/sys/dev/ice/ |
| H A D | ice_lib.c | 5192 struct sysctl_oid_list *parent_list, *mac_list; in ice_add_sysctls_mac_stats() local 5199 mac_list = SYSCTL_CHILDREN(mac_node); in ice_add_sysctls_mac_stats() 5246 SYSCTL_ADD_U64(ctx, mac_list, OID_AUTO, entry->name, in ice_add_sysctls_mac_stats() 5252 SYSCTL_ADD_U64(ctx, mac_list, OID_AUTO, "rx_oversized", in ice_add_sysctls_mac_stats()
|