Searched refs:fg (Results 1 - 25 of 84) sorted by last modified time

1234

/linux-master/include/linux/mlx5/
H A Ddriver.h545 struct mlx5_flow_group *fg; member in struct:mlx5_core_roce
/linux-master/fs/ext4/
H A Dsuper.c3189 struct flex_groups *fg; local
3207 fg = sbi_array_rcu_deref(sbi, s_flex_groups, flex_group);
3208 atomic_add(ext4_free_inodes_count(sb, gdp), &fg->free_inodes);
3210 &fg->free_clusters);
3211 atomic_add(ext4_used_dirs_count(sb, gdp), &fg->used_dirs);
H A Dresize.c1499 struct flex_groups *fg; local
1502 fg = sbi_array_rcu_deref(sbi, s_flex_groups, flex_group);
1504 &fg->free_clusters);
1506 &fg->free_inodes);
H A Dmballoc.c4046 struct flex_groups *fg = sbi_array_rcu_deref(sbi, local
4050 atomic64_sub(changed, &fg->free_clusters);
4052 atomic64_add(changed, &fg->free_clusters);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lag/
H A Dport_sel.c19 struct mlx5_flow_group *fg; local
33 fg = mlx5_create_flow_group(ft, in);
35 return fg;
66 lag_definer->fg = mlx5_create_hash_flow_group(lag_definer->ft,
69 if (IS_ERR(lag_definer->fg)) {
70 err = PTR_ERR(lag_definer->fg);
102 mlx5_destroy_flow_group(lag_definer->fg);
351 mlx5_destroy_flow_group(lag_definer->fg);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c599 struct mlx5_flow_group *fg; local
603 fs_get_obj(fg, fte->node.parent);
604 fs_get_obj(ft, fg->node.parent);
608 err = root->cmds->update_fte(root, ft, fg, fte->modify_mask, fte);
611 "%s can't del rule fg id=%d fte_index=%d\n",
612 __func__, fg->id, fte->index);
665 struct mlx5_flow_group *fg; local
671 fs_get_obj(fg, fte->node.parent);
672 fs_get_obj(ft, fg->node.parent);
683 fte->index, fg
691 struct mlx5_flow_group *fg; local
709 struct mlx5_flow_group *fg; local
727 struct mlx5_flow_group *fg; local
747 insert_fte(struct mlx5_flow_group *fg, struct fs_fte *fte) argument
793 dealloc_flow_group(struct mlx5_flow_steering *steering, struct mlx5_flow_group *fg) argument
806 struct mlx5_flow_group *fg; local
838 struct mlx5_flow_group *fg; local
1111 struct mlx5_flow_group *fg; local
1399 struct mlx5_flow_group *fg; local
1535 add_rule_fte(struct fs_fte *fte, struct mlx5_flow_group *fg, struct mlx5_flow_destination *dest, int dest_num, bool update_action) argument
1584 struct mlx5_flow_group *fg; local
1624 create_auto_flow_group(struct mlx5_flow_table *ft, struct mlx5_flow_group *fg) argument
1795 add_rule_fg(struct mlx5_flow_group *fg, const struct mlx5_flow_spec *spec, struct mlx5_flow_act *flow_act, struct mlx5_flow_destination *dest, int dest_num, struct fs_fte *fte) argument
1886 build_match_list(struct match_list *match_head, struct mlx5_flow_table *ft, const struct mlx5_flow_spec *spec, struct mlx5_flow_group *fg, bool ft_locked) argument
2398 mlx5_destroy_flow_group(struct mlx5_flow_group *fg) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.c95 struct mlx5_flow_group *fg; local
120 fg = mlx5_create_flow_group(ingress_ft, in);
122 if (IS_ERR(fg))
125 vlan_proto, PTR_ERR(fg));
127 return fg;
157 struct mlx5_flow_group *fg; local
180 fg = mlx5_create_flow_group(ingress_ft, in);
181 if (IS_ERR(fg))
184 PTR_ERR(fg));
186 return fg;
215 struct mlx5_flow_group *fg; local
253 struct mlx5_flow_group *fg; local
306 struct mlx5_flow_group *fg; local
337 struct mlx5_flow_group *fg; local
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dmain.c390 int fg = spk_attr & 0x0f; local
393 synth_printf("%s", spk_msg_get(MSG_COLORS_START + fg));
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c49 dlg.dialog.fg = (f); \
157 init_pair(pair, color->fg, color->bg);
H A Ddialog.h69 int fg; /* foreground */ member in struct:dialog_color
/linux-master/include/linux/
H A Dfb.h339 __u32 fg; /* foreground color */ member in struct:fb_tilerect
358 __u32 fg; /* foreground color */ member in struct:fb_tileblit
369 __u32 fg; /* foreground color */ member in struct:fb_tilecursor
/linux-master/drivers/video/fbdev/
H A Dvt8623fb.c144 u32 fg = expand_color(image->fg_color); local
161 val = (val & fg) | (~val & bg);
172 u32 fg = expand_color(rect->color); local
183 fb_writel(fg, dst++);
200 u32 fg = image->fg_color * 0x11111111; local
217 val = (val & fg) | (~val & bg);
H A Ds3fb.c349 u32 fg = expand_color(image->fg_color); local
366 val = (val & fg) | (~val & bg);
378 u32 fg = expand_color(rect->color); local
389 fb_writel(fg, dst++);
406 u32 fg = image->fg_color * 0x11111111; local
423 val = (val & fg) | (~val & bg);
H A Darkfb.c177 u32 fg = expand_color(image->fg_color); local
194 val = (val & fg) | (~val & bg);
206 u32 fg = expand_color(rect->color); local
217 fb_writel(fg, dst++);
235 u32 fg = image->fg_color * 0x11111111; local
252 val = (val & fg) | (~val & bg);
/linux-master/drivers/video/fbdev/core/
H A Dsvgalib.c262 int attr = (0x0F & rect->bg) << 4 | (0x0F & rect->fg);
283 int attr = (0x0F & blit->bg) << 4 | (0x0F & blit->fg);
H A Dtileblit.c43 rect.fg = attr_fgcol_ec(fgshift, vc, info);
56 int fg, int bg)
66 blit.fg = fg;
83 int fg, int bg)
91 cursor.fg = fg;
54 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
82 tile_cursor(struct vc_data *vc, struct fb_info *info, bool enable, int fg, int bg) argument
H A Dfbcon_ud.c153 int fg, int bg)
171 image.fg_color = fg;
252 int fg, int bg)
292 if (ops->cursor_state.image.fg_color != fg ||
295 ops->cursor_state.image.fg_color = fg;
151 ud_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
251 ud_cursor(struct vc_data *vc, struct fb_info *info, bool enable, int fg, int bg) argument
H A Dfbcon_ccw.c131 int fg, int bg)
148 image.fg_color = fg;
222 int fg, int bg)
261 if (ops->cursor_state.image.fg_color != fg ||
264 ops->cursor_state.image.fg_color = fg;
129 ccw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
221 ccw_cursor(struct vc_data *vc, struct fb_info *info, bool enable, int fg, int bg) argument
H A Dfbcon_cw.c116 int fg, int bg)
133 image.fg_color = fg;
205 int fg, int bg)
244 if (ops->cursor_state.image.fg_color != fg ||
247 ops->cursor_state.image.fg_color = fg;
114 cw_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
204 cw_cursor(struct vc_data *vc, struct fb_info *info, bool enable, int fg, int bg) argument
H A Dfbcon.h61 int fg, int bg);
65 bool enable, int fg, int bg);
124 int fg; local
141 fg = is_mono01 ? col : 0;
145 fg = is_mono01 ? 0 : col;
149 return is_fg ? fg : bg;
H A Dfbcon.c302 int fg = (info->fix.visual != FB_VISUAL_MONO01) ? col : 0; local
306 fg = bg;
308 color = (is_fg) ? fg : bg;
2679 int i, rows, cols, fg = -1; local
2691 fg = i;
2705 if (fg != -1)
H A Dbitblit.c145 int fg, int bg)
157 image.fg_color = fg;
237 int fg, int bg)
275 if (ops->cursor_state.image.fg_color != fg ||
278 ops->cursor_state.image.fg_color = fg;
143 bit_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) argument
236 bit_cursor(struct vc_data *vc, struct fb_info *info, bool enable, int fg, int bg) argument
/linux-master/drivers/video/console/
H A Dsticon.c323 u8 fg = color & 7; local
327 return (fg << 3) | bg;
329 return (bg << 3) | fg;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c673 static int validate_av1_film_grain(struct v4l2_ctrl_av1_film_grain *fg) argument
677 if (fg->flags > GENMASK(4, 0))
680 if (fg->film_grain_params_ref_idx > GENMASK(2, 0) ||
681 fg->num_y_points > 14 ||
682 fg->num_cb_points > 10 ||
683 fg->num_cr_points > GENMASK(3, 0) ||
684 fg->grain_scaling_minus_8 > GENMASK(1, 0) ||
685 fg->ar_coeff_lag > GENMASK(1, 0) ||
686 fg->ar_coeff_shift_minus_6 > GENMASK(1, 0) ||
687 fg
[all...]
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.c1391 reg = CFG_COMP(MT8195, ctx->param, fg.ctrl_0);
1395 reg = CFG_COMP(MT8195, ctx->param, fg.ck_en);
1409 reg = CFG_COMP(MT8195, ctx->param, fg.subfrms[index].info_0);
1413 reg = CFG_COMP(MT8195, ctx->param, fg.subfrms[index].info_1);
1568 .compatible = "mediatek,mt8195-mdp3-fg",

Completed in 538 milliseconds

1234