Searched refs:mac_list (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dif_ecevar.h188 struct mac_list{ struct
190 struct mac_list *next;
H A Dif_ece.c1062 struct mac_list * temp;
1063 struct mac_list * mac_list_header;
1064 struct mac_list * current;
1079 temp = (struct mac_list*)malloc(sizeof(struct mac_list),
/freebsd-11-stable/sys/dev/ixl/
H A Dixlv.h106 SLIST_HEAD(mac_list, ixlv_mac_filter);
153 struct mac_list *mac_filters;
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c514 u8 (*mac_list)[ETH_ALEN];
527 mac_list = kcalloc(size, ETH_ALEN, GFP_KERNEL);
528 if (!mac_list)
539 mac_list, &size);
546 if (is_uc && !is_valid_ether_addr(mac_list[i]))
549 if (!is_uc && !is_multicast_ether_addr(mac_list[i]))
552 addr = l2addr_hash_find(hash, mac_list[i], struct vport_addr);
558 addr = l2addr_hash_add(hash, mac_list[i], struct vport_addr,
563 mac_list[i], vport_num);
569 kfree(mac_list);
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c1957 struct list_head *mac_list = local
1961 list_for_each_entry_safe(res, tmp, mac_list, list) {
1974 struct list_head *mac_list = local
1978 list_for_each_entry_safe(res, tmp, mac_list, list) {
2007 struct list_head *mac_list = local
2011 list_for_each_entry_safe(res, tmp, mac_list, list) {
2027 struct list_head *mac_list = local
2032 list_for_each_entry_safe(res, tmp, mac_list, list) {
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwnvar.h973 TAILQ_ENTRY(bwn_mac) mac_list; member in struct:bwn_mac
H A Dif_bwn.c617 TAILQ_INSERT_TAIL(&sc->sc_maclist, mac, mac_list);
4631 TAILQ_FOREACH(mac, &sc->sc_maclist, mac_list) {

Completed in 247 milliseconds