Searched refs:src_ent (Results 1 – 5 of 5) sorted by relevance
| /linux/net/bridge/ |
| H A D | br_multicast_eht.c | 536 struct net_bridge_group_src *src_ent; in __eht_del_set_entries() local 549 src_ent = br_multicast_find_group_src(pg, &src_ip); in __eht_del_set_entries() 550 if (!src_ent) in __eht_del_set_entries() 552 br_multicast_del_group_src(src_ent, true); in __eht_del_set_entries() 630 struct net_bridge_group_src *src_ent; in __eht_inc_exc() local 633 hlist_for_each_entry_safe(src_ent, tmp, &pg->src_list, node) { in __eht_inc_exc() 634 br_multicast_ip_src_to_eht_addr(&src_ent->addr, in __eht_inc_exc() 637 br_multicast_del_group_src(src_ent, true); in __eht_inc_exc() 651 if (!(src_ent->flags & BR_SGRP_F_SEND) || in __eht_inc_exc()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_init_ops.h | 915 static void bnx2x_src_init_t2(struct bnx2x *bp, struct src_ent *t2, in bnx2x_src_init_t2() 924 (i+1)*sizeof(struct src_ent)); in bnx2x_src_init_t2() 934 (src_cid_count-1) * sizeof(struct src_ent)), in bnx2x_src_init_t2() 936 (src_cid_count-1) * sizeof(struct src_ent))); in bnx2x_src_init_t2()
|
| H A D | bnx2x_init.h | 531 struct src_ent { struct
|
| H A D | bnx2x.h | 1113 #define SRC_ILT_SZ (sizeof(struct src_ent) * SRC_CONN_NUM)
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_cxt.c | 75 struct src_ent { struct 672 total * sizeof(struct src_ent), in qed_cxt_cfg_ilt_compute() 673 sizeof(struct src_ent)); in qed_cxt_cfg_ilt_compute() 840 total_size = conn_num * sizeof(struct src_ent); in qed_cxt_src_t2_alloc() 863 ent_per_page = psz / sizeof(struct src_ent); in qed_cxt_src_t2_alloc() 869 ((conn_num - 1) & (ent_per_page - 1)) * sizeof(struct src_ent); in qed_cxt_src_t2_alloc() 875 struct src_ent *entries = p_t2->dma_mem[i].virt_addr; in qed_cxt_src_t2_alloc() 880 val = p_ent_phys + (j + 1) * sizeof(struct src_ent); in qed_cxt_src_t2_alloc()
|