Searched refs:fg (Results 1 - 5 of 5) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-mcs/src/
H A Dmc_ecm.c40 struct mc_fdb_group *fg; local
51 os_hlist_for_each_entry_rcu(fg, fgh, &pg->fslist, fslist) {
52 if (!fg->filter_mode || (fg->filter_mode == MC_DEF_FILTER_EXCLUDE && !fg->a.nsrcs))
55 if (fg->filter_mode == MC_DEF_FILTER_INCLUDE && !fg->a.nsrcs)
60 u_int32_t *srcs = (u_int32_t *) fg->a.srcs;
62 for (i = 0; i < fg->a.nsrcs; i++) {
70 struct in6_addr *srcs = (struct in6_addr *)fg
[all...]
H A Dmc_snooping.c363 struct mc_fdb_group *fg; local
365 os_hlist_for_each_entry_rcu(fg, h, head, fslist) {
366 if (!compare_ether_addr(mac, fg->mac))
367 return fg;
374 struct mc_fdb_group *fg = local
377 kfree(fg);
380 static void mc_fdb_group_destroy(struct mc_fdb_group *fg) argument
382 hlist_del_rcu(&fg->fslist);
384 if (atomic_dec_and_test(&fg->pg->mdb->users))
385 fg
395 struct mc_fdb_group *fg; local
437 struct mc_fdb_group *fg; local
561 struct mc_fdb_group *fg; local
603 struct mc_fdb_group *fg; local
642 struct mc_fdb_group *fg; local
672 struct mc_fdb_group *fg; local
777 mc_ipv6_filter_source(struct mc_fdb_group *fg, struct in6_addr *sip) argument
860 mc_ipv4_filter_source(struct mc_fdb_group *fg, __be32 sip) argument
943 struct mc_fdb_group *fg; local
1102 mc_source_list_update(struct mc_fdb_group *fg, __u8 *grec, __be32 nsrcs, __be32 grec_size, int filter_mode, int type) argument
1197 struct mc_fdb_group *fg; local
1265 struct mc_fdb_group *fg; local
1525 struct mc_fdb_group *fg; local
1556 struct mc_fdb_group *fg; local
2292 struct mc_fdb_group *fg; local
2622 struct mc_fdb_group *fg; local
2691 struct mc_fdb_group *fg; local
[all...]
H A Dmc_netlink.c248 struct mc_fdb_group *fg; local
254 os_hlist_for_each_entry_rcu(fg, fgh, &pg->fslist, fslist) {
262 entry->nsrcs = fg->a.nsrcs;
265 memcpy(entry->srcs, fg->a.srcs, fg->a.nsrcs * sizeof(int));
269 entry->nsrcs = fg->a.nsrcs;
272 memcpy(entry->srcs, fg->a.srcs, fg->a.nsrcs * sizeof(struct in6_addr));
276 entry->filter_mode = fg->filter_mode;
277 entry->aging = jiffies_to_msecs(now - fg
[all...]
H A Dmc_private.h326 static inline __u8 *mc_fdb_mac_get(struct mc_fdb_group *fg) argument
328 return fg->mac;
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/mfd/glamo/
H A Dglamo-fb.c598 uint16_t fg = glamo->pseudo_pal[cursor->image.fg_color]; local
601 reg_write(glamo, GLAMO_REG_LCD_CURSOR_FG_COLOR, fg);
603 reg_write(glamo, GLAMO_REG_LCD_CURSOR_DST_COLOR, fg);

Completed in 38 milliseconds