Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/drivers/power/supply/
H A Dda9150-fg.c88 static u32 da9150_fg_read_attr(struct da9150_fg *fg, u8 code, u8 size) in da9150_fg_read_attr() argument
99 da9150_read_qif(fg->da9150, read_addr, size, buf); in da9150_fg_read_attr()
106 static void da9150_fg_write_attr(struct da9150_fg *fg, u8 code, u8 size, in da9150_fg_write_attr() argument
121 da9150_write_qif(fg->da9150, write_addr, size, buf); in da9150_fg_write_attr()
125 static void da9150_fg_read_sync_start(struct da9150_fg *fg) in da9150_fg_read_sync_start() argument
130 mutex_lock(&fg->io_lock); in da9150_fg_read_sync_start()
133 res = da9150_fg_read_attr(fg, DA9150_QIF_SYNC, in da9150_fg_read_sync_start()
136 da9150_fg_write_attr(fg, DA9150_QIF_SYNC, in da9150_fg_read_sync_start()
144 res = da9150_fg_read_attr(fg, DA9150_QIF_SYNC, in da9150_fg_read_sync_start()
150 dev_err(fg in da9150_fg_read_sync_start()
157 da9150_fg_read_sync_end(struct da9150_fg *fg) da9150_fg_read_sync_end() argument
163 da9150_fg_read_attr_sync(struct da9150_fg *fg, u8 code, u8 size) da9150_fg_read_attr_sync() argument
175 da9150_fg_write_attr_sync(struct da9150_fg *fg, u8 code, u8 size, u32 val) da9150_fg_write_attr_sync() argument
223 da9150_fg_capacity(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_capacity() argument
235 da9150_fg_current_avg(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_current_avg() argument
260 da9150_fg_voltage_avg(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_voltage_avg() argument
275 da9150_fg_charge_full(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_charge_full() argument
290 da9150_fg_temp(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_temp() argument
313 struct da9150_fg *fg = dev_get_drvdata(psy->dev.parent); da9150_fg_get_prop() local
341 da9150_fg_soc_changed(struct da9150_fg *fg) da9150_fg_soc_changed() argument
356 struct da9150_fg *fg = container_of(work, struct da9150_fg, work.work); da9150_fg_work() local
366 da9150_fg_soc_event_config(struct da9150_fg *fg) da9150_fg_soc_event_config() argument
400 struct da9150_fg *fg = data; da9150_fg_irq() local
450 struct da9150_fg *fg; da9150_fg_probe() local
540 struct da9150_fg *fg = platform_get_drvdata(pdev); da9150_fg_remove() local
550 struct da9150_fg *fg = platform_get_drvdata(pdev); da9150_fg_resume() local
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dda9150-fg.c88 static u32 da9150_fg_read_attr(struct da9150_fg *fg, u8 code, u8 size) in da9150_fg_read_attr() argument
99 da9150_read_qif(fg->da9150, read_addr, size, buf); in da9150_fg_read_attr()
106 static void da9150_fg_write_attr(struct da9150_fg *fg, u8 code, u8 size, in da9150_fg_write_attr() argument
121 da9150_write_qif(fg->da9150, write_addr, size, buf); in da9150_fg_write_attr()
125 static void da9150_fg_read_sync_start(struct da9150_fg *fg) in da9150_fg_read_sync_start() argument
130 mutex_lock(&fg->io_lock); in da9150_fg_read_sync_start()
133 res = da9150_fg_read_attr(fg, DA9150_QIF_SYNC, in da9150_fg_read_sync_start()
136 da9150_fg_write_attr(fg, DA9150_QIF_SYNC, in da9150_fg_read_sync_start()
144 res = da9150_fg_read_attr(fg, DA9150_QIF_SYNC, in da9150_fg_read_sync_start()
150 dev_err(fg in da9150_fg_read_sync_start()
157 da9150_fg_read_sync_end(struct da9150_fg *fg) da9150_fg_read_sync_end() argument
163 da9150_fg_read_attr_sync(struct da9150_fg *fg, u8 code, u8 size) da9150_fg_read_attr_sync() argument
175 da9150_fg_write_attr_sync(struct da9150_fg *fg, u8 code, u8 size, u32 val) da9150_fg_write_attr_sync() argument
223 da9150_fg_capacity(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_capacity() argument
235 da9150_fg_current_avg(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_current_avg() argument
260 da9150_fg_voltage_avg(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_voltage_avg() argument
275 da9150_fg_charge_full(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_charge_full() argument
290 da9150_fg_temp(struct da9150_fg *fg, union power_supply_propval *val) da9150_fg_temp() argument
313 struct da9150_fg *fg = dev_get_drvdata(psy->dev.parent); da9150_fg_get_prop() local
341 da9150_fg_soc_changed(struct da9150_fg *fg) da9150_fg_soc_changed() argument
356 struct da9150_fg *fg = container_of(work, struct da9150_fg, work.work); da9150_fg_work() local
366 da9150_fg_soc_event_config(struct da9150_fg *fg) da9150_fg_soc_event_config() argument
400 struct da9150_fg *fg = data; da9150_fg_irq() local
450 struct da9150_fg *fg; da9150_fg_probe() local
537 struct da9150_fg *fg = platform_get_drvdata(pdev); da9150_fg_resume() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h100 TP_PROTO(const struct mlx5_flow_group *fg),
101 TP_ARGS(fg),
103 __field(const struct mlx5_flow_group *, fg)
114 __entry->fg = fg;
115 fs_get_obj(__entry->ft, fg->node.parent);
116 __entry->start_index = fg->start_index;
117 __entry->end_index = fg->start_index + fg->max_ftes;
118 __entry->id = fg
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h100 TP_PROTO(const struct mlx5_flow_group *fg),
101 TP_ARGS(fg),
103 __field(const struct mlx5_flow_group *, fg)
114 __entry->fg = fg;
115 fs_get_obj(__entry->ft, fg->node.parent);
116 __entry->start_index = fg->start_index;
117 __entry->end_index = fg->start_index + fg->max_ftes;
118 __entry->id = fg
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c599 struct mlx5_flow_group *fg; in modify_fte() local
603 fs_get_obj(fg, fte->node.parent); in modify_fte()
604 fs_get_obj(ft, fg->node.parent); in modify_fte()
608 err = root->cmds->update_fte(root, ft, fg, fte->modify_mask, fte); in modify_fte()
611 "%s can't del rule fg id=%d fte_index=%d\n", in modify_fte()
612 __func__, fg->id, fte->index); in modify_fte()
665 struct mlx5_flow_group *fg; in del_hw_fte() local
671 fs_get_obj(fg, fte->node.parent); in del_hw_fte()
672 fs_get_obj(ft, fg->node.parent); in del_hw_fte()
683 fte->index, fg in del_hw_fte()
691 struct mlx5_flow_group *fg; del_sw_fte() local
709 struct mlx5_flow_group *fg; del_hw_flow_group() local
727 struct mlx5_flow_group *fg; del_sw_flow_group() local
747 insert_fte(struct mlx5_flow_group *fg, struct fs_fte *fte) insert_fte() argument
793 dealloc_flow_group(struct mlx5_flow_steering *steering, struct mlx5_flow_group *fg) dealloc_flow_group() argument
806 struct mlx5_flow_group *fg; alloc_flow_group() local
838 struct mlx5_flow_group *fg; alloc_insert_flow_group() local
1111 struct mlx5_flow_group *fg; _mlx5_modify_rule_destination() local
1399 struct mlx5_flow_group *fg; mlx5_create_flow_group() 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) add_rule_fte() argument
1584 struct mlx5_flow_group *fg; alloc_auto_flow_group() local
1624 create_auto_flow_group(struct mlx5_flow_table *ft, struct mlx5_flow_group *fg) create_auto_flow_group() argument
1785 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) add_rule_fg() argument
1875 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) build_match_list() argument
2387 mlx5_destroy_flow_group(struct mlx5_flow_group *fg) mlx5_destroy_flow_group() argument
[all...]
H A Drdma.c18 mlx5_destroy_flow_group(roce->fg); in mlx5_rdma_disable_roce_steering()
32 struct mlx5_flow_group *fg; in mlx5_rdma_enable_roce_steering() local
68 fg = mlx5_create_flow_group(ft, flow_group_in); in mlx5_rdma_enable_roce_steering()
69 if (IS_ERR(fg)) { in mlx5_rdma_enable_roce_steering()
70 err = PTR_ERR(fg); in mlx5_rdma_enable_roce_steering()
89 roce->fg = fg; in mlx5_rdma_enable_roce_steering()
95 mlx5_destroy_flow_group(fg); in mlx5_rdma_enable_roce_steering()
H A Dfs_cmd.h53 struct mlx5_flow_group *fg);
57 struct mlx5_flow_group *fg);
61 struct mlx5_flow_group *fg,
66 struct mlx5_flow_group *fg,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c497 struct mlx5_flow_group *fg; in modify_fte() local
501 fs_get_obj(fg, fte->node.parent); in modify_fte()
502 fs_get_obj(ft, fg->node.parent); in modify_fte()
506 err = root->cmds->update_fte(root, ft, fg, fte->modify_mask, fte); in modify_fte()
509 "%s can't del rule fg id=%d fte_index=%d\n", in modify_fte()
510 __func__, fg->id, fte->index); in modify_fte()
557 struct mlx5_flow_group *fg; in del_hw_fte() local
563 fs_get_obj(fg, fte->node.parent); in del_hw_fte()
564 fs_get_obj(ft, fg->node.parent); in del_hw_fte()
574 fte->index, fg in del_hw_fte()
582 struct mlx5_flow_group *fg; del_sw_fte() local
600 struct mlx5_flow_group *fg; del_hw_flow_group() local
618 struct mlx5_flow_group *fg; del_sw_flow_group() local
638 insert_fte(struct mlx5_flow_group *fg, struct fs_fte *fte) insert_fte() argument
684 dealloc_flow_group(struct mlx5_flow_steering *steering, struct mlx5_flow_group *fg) dealloc_flow_group() argument
697 struct mlx5_flow_group *fg; alloc_flow_group() local
729 struct mlx5_flow_group *fg; alloc_insert_flow_group() local
1003 struct mlx5_flow_group *fg; _mlx5_modify_rule_destination() local
1281 struct mlx5_flow_group *fg; mlx5_create_flow_group() local
1411 add_rule_fte(struct fs_fte *fte, struct mlx5_flow_group *fg, struct mlx5_flow_destination *dest, int dest_num, bool update_action) add_rule_fte() argument
1460 struct mlx5_flow_group *fg; alloc_auto_flow_group() local
1500 create_auto_flow_group(struct mlx5_flow_table *ft, struct mlx5_flow_group *fg) create_auto_flow_group() argument
1652 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) add_rule_fg() argument
2244 mlx5_destroy_flow_group(struct mlx5_flow_group *fg) mlx5_destroy_flow_group() argument
[all...]
H A Drdma.c18 mlx5_destroy_flow_group(roce->fg); in mlx5_rdma_disable_roce_steering()
32 struct mlx5_flow_group *fg; in mlx5_rdma_enable_roce_steering() local
73 fg = mlx5_create_flow_group(ft, flow_group_in); in mlx5_rdma_enable_roce_steering()
74 if (IS_ERR(fg)) { in mlx5_rdma_enable_roce_steering()
75 err = PTR_ERR(fg); in mlx5_rdma_enable_roce_steering()
101 roce->fg = fg; in mlx5_rdma_enable_roce_steering()
107 mlx5_destroy_flow_group(fg); in mlx5_rdma_enable_roce_steering()
H A Dfs_cmd.h53 struct mlx5_flow_group *fg);
57 struct mlx5_flow_group *fg);
61 struct mlx5_flow_group *fg,
66 struct mlx5_flow_group *fg,
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Datafb_utils.h269 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand8_2col2mask() argument
271 fgm[0] = four2long[fg & 15] ^ (bgm[0] = four2long[bg & 15]); in expand8_2col2mask()
273 fgm[1] = four2long[fg >> 4] ^ (bgm[1] = four2long[bg >> 4]); in expand8_2col2mask()
301 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) in fill8_2col() argument
305 expand8_2col2mask(fg, bg, fgm, bgm); in fill8_2col()
343 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand16_2col2mask() argument
346 fgm[0] = two2word[fg & 3] ^ bgm[0]; in expand16_2col2mask()
349 fgm[1] = two2word[(fg >> 2) & 3] ^ bgm[1]; in expand16_2col2mask()
353 fgm[2] = two2word[(fg >> 4) & 3] ^ bgm[2]; in expand16_2col2mask()
355 fgm[3] = two2word[fg >> in expand16_2col2mask()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Datafb_utils.h269 static inline void expand8_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand8_2col2mask() argument
271 fgm[0] = four2long[fg & 15] ^ (bgm[0] = four2long[bg & 15]); in expand8_2col2mask()
273 fgm[1] = four2long[fg >> 4] ^ (bgm[1] = four2long[bg >> 4]); in expand8_2col2mask()
301 static inline void fill8_2col(u8 *dst, u8 fg, u8 bg, u32 mask) in fill8_2col() argument
305 expand8_2col2mask(fg, bg, fgm, bgm); in fill8_2col()
343 static inline void expand16_2col2mask(u8 fg, u8 bg, u32 fgm[], u32 bgm[]) in expand16_2col2mask() argument
346 fgm[0] = two2word[fg & 3] ^ bgm[0]; in expand16_2col2mask()
349 fgm[1] = two2word[(fg >> 2) & 3] ^ bgm[1]; in expand16_2col2mask()
353 fgm[2] = two2word[(fg >> 4) & 3] ^ bgm[2]; in expand16_2col2mask()
355 fgm[3] = two2word[fg >> in expand16_2col2mask()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dpost_meter.c13 struct mlx5_flow_group *fg; member
22 struct mlx5_flow_group *fg; member
102 table->fg = mlx5_create_flow_group(table->ft, flow_group_in); in mlx5e_post_meter_rate_fg_create()
103 if (IS_ERR(table->fg)) { in mlx5e_post_meter_rate_fg_create()
105 err = PTR_ERR(table->fg); in mlx5e_post_meter_rate_fg_create()
212 mlx5_destroy_flow_group(post_meter->rate_steering_table.fg); in mlx5e_post_meter_rate_fg_destroy()
235 mlx5_destroy_flow_group(mtu_tables->green_table.fg); in mlx5e_post_meter_mtu_fg_destroy()
236 mlx5_destroy_flow_group(mtu_tables->red_table.fg); in mlx5e_post_meter_mtu_fg_destroy()
298 struct mlx5_flow_group *fg; in mlx5e_post_meter_create_mtu_table() local
316 fg in mlx5e_post_meter_create_mtu_table()
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dbrowser.c522 const char *name, *fg, *bg; member
528 .fg = "red",
534 .fg = "green",
540 .fg = "default",
546 .fg = "black",
552 .fg = "blue",
558 .fg = "magenta",
564 .fg = "white",
576 char *fg = NULL, *bg; in ui_browser__color_config() local
589 fg in ui_browser__color_config()
[all...]
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dbrowser.c522 const char *name, *fg, *bg; member
528 .fg = "red",
534 .fg = "green",
540 .fg = "default",
546 .fg = "black",
552 .fg = "blue",
558 .fg = "magenta",
564 .fg = "white",
576 char *fg = NULL, *bg; in ui_browser__color_config() local
589 fg in ui_browser__color_config()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_acpi_sar.c191 ret = mt792x_asar_acpi_read_mtfg(dev, (u8 **)&asar->fg); in mt792x_init_acpi_sar()
193 devm_kfree(dev->mt76.dev, asar->fg); in mt792x_init_acpi_sar()
194 asar->fg = NULL; in mt792x_init_acpi_sar()
320 struct mt792x_asar_fg *fg; in mt792x_acpi_get_flags() local
334 fg = acpisar->fg; in mt792x_acpi_get_flags()
335 if (!fg) in mt792x_acpi_get_flags()
341 for (i = 0; i < fg->nr_flag; i++) { in mt792x_acpi_get_flags()
343 if (fg->flag[i] == map[j].acpi_idx) { in mt792x_acpi_get_flags()
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dtileblit.c44 rect.fg = attr_fgcol_ec(fgshift, vc, info); in tile_clear()
57 int fg, int bg) in tile_putcs()
67 blit.fg = fg; in tile_putcs()
84 int fg, int bg) in tile_cursor()
92 cursor.fg = fg; in tile_cursor()
55 tile_putcs(struct vc_data *vc, struct fb_info *info, const unsigned short *s, int count, int yy, int xx, int fg, int bg) tile_putcs() argument
83 tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, int fg, int bg) tile_cursor() argument
H A Dfbcon.h63 int fg, int bg);
67 int fg, int bg);
126 int fg; in attr_col_ec() local
143 fg = is_mono01 ? col : 0; in attr_col_ec()
147 fg = is_mono01 ? 0 : col; in attr_col_ec()
151 return is_fg ? fg : bg; in attr_col_ec()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dtileblit.c43 rect.fg = attr_fgcol_ec(fgshift, vc, info); in tile_clear()
56 int fg, int bg) in tile_putcs()
66 blit.fg = fg; in tile_putcs()
83 int fg, int bg) in tile_cursor()
91 cursor.fg = fg; in tile_cursor()
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) tile_putcs() argument
82 tile_cursor(struct vc_data *vc, struct fb_info *info, int mode, int fg, int bg) tile_cursor() argument
H A Dfbcon.h61 int fg, int bg);
65 int fg, int bg);
124 int fg; in attr_col_ec() local
141 fg = is_mono01 ? col : 0; in attr_col_ec()
145 fg = is_mono01 ? 0 : col; in attr_col_ec()
149 return is_fg ? fg : bg; in attr_col_ec()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c338 struct mlx5_flow_group *fg; in mlx5_esw_bridge_mcast_filter_fg_create() local
356 fg = mlx5_create_flow_group(mcast_ft, in); in mlx5_esw_bridge_mcast_filter_fg_create()
358 if (IS_ERR(fg)) in mlx5_esw_bridge_mcast_filter_fg_create()
361 fg); in mlx5_esw_bridge_mcast_filter_fg_create()
363 return fg; in mlx5_esw_bridge_mcast_filter_fg_create()
372 struct mlx5_flow_group *fg; in mlx5_esw_bridge_mcast_vlan_proto_fg_create() local
391 fg = mlx5_create_flow_group(mcast_ft, in); in mlx5_esw_bridge_mcast_vlan_proto_fg_create()
393 if (IS_ERR(fg)) in mlx5_esw_bridge_mcast_vlan_proto_fg_create()
396 vlan_proto, fg); in mlx5_esw_bridge_mcast_vlan_proto_fg_create()
398 return fg; in mlx5_esw_bridge_mcast_vlan_proto_fg_create()
425 struct mlx5_flow_group *fg; mlx5_esw_bridge_mcast_fwd_fg_create() local
777 struct mlx5_flow_group *fg; mlx5_esw_bridge_ingress_igmp_fg_create() local
810 struct mlx5_flow_group *fg; mlx5_esw_bridge_ingress_mld_fg_create() local
[all...]
H A Dbridge.c95 struct mlx5_flow_group *fg; in mlx5_esw_bridge_ingress_vlan_proto_fg_create() local
120 fg = mlx5_create_flow_group(ingress_ft, in); in mlx5_esw_bridge_ingress_vlan_proto_fg_create()
122 if (IS_ERR(fg)) in mlx5_esw_bridge_ingress_vlan_proto_fg_create()
125 vlan_proto, PTR_ERR(fg)); in mlx5_esw_bridge_ingress_vlan_proto_fg_create()
127 return fg; in mlx5_esw_bridge_ingress_vlan_proto_fg_create()
157 struct mlx5_flow_group *fg; in mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create() local
180 fg = mlx5_create_flow_group(ingress_ft, in); in mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create()
181 if (IS_ERR(fg)) in mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create()
184 PTR_ERR(fg)); in mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create()
186 return fg; in mlx5_esw_bridge_ingress_vlan_proto_filter_fg_create()
215 struct mlx5_flow_group *fg; mlx5_esw_bridge_ingress_mac_fg_create() local
253 struct mlx5_flow_group *fg; mlx5_esw_bridge_egress_vlan_proto_fg_create() local
306 struct mlx5_flow_group *fg; mlx5_esw_bridge_egress_mac_fg_create() local
337 struct mlx5_flow_group *fg; mlx5_esw_bridge_egress_miss_fg_create() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dzsmalloc.c559 int i, fg; in zs_stats_size_show() local
584 for (fg = ZS_INUSE_RATIO_10; fg < NR_FULLNESS_GROUPS; fg++) { in zs_stats_size_show()
585 inuse_totals[fg] += zs_stat_get(class, fg); in zs_stats_size_show()
586 seq_printf(s, "%9lu ", zs_stat_get(class, fg)); in zs_stats_size_show()
611 for (fg = ZS_INUSE_RATIO_10; fg < NR_FULLNESS_GROUPS; fg in zs_stats_size_show()
852 int fg; __free_zspage() local
1617 int fg; isolate_src_zspage() local
1634 int fg; isolate_dst_zspage() local
2000 int fg; __zs_compact() local
2291 int fg; zs_destroy_pool() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dipsec.c775 struct mlx5_flow_group *fg; in mlx5_fpga_ipsec_fs_create_sa_ctx() local
778 fs_get_obj(fg, fte->node.parent); in mlx5_fpga_ipsec_fs_create_sa_ctx()
782 fg->mask.match_criteria_enable, in mlx5_fpga_ipsec_fs_create_sa_ctx()
783 fg->mask.match_criteria, in mlx5_fpga_ipsec_fs_create_sa_ctx()
789 fg->mask.match_criteria_enable, in mlx5_fpga_ipsec_fs_create_sa_ctx()
790 fg->mask.match_criteria, in mlx5_fpga_ipsec_fs_create_sa_ctx()
799 if (mlx5_fs_is_outer_ipv4_flow(mdev, fg->mask.match_criteria, in mlx5_fpga_ipsec_fs_create_sa_ctx()
1016 struct mlx5_flow_group *fg, in fpga_ipsec_fs_create_flow_group()
1021 struct mlx5_flow_group *fg) = in fpga_ipsec_fs_create_flow_group()
1032 return create_flow_group(ns, ft, in, fg); in fpga_ipsec_fs_create_flow_group()
1013 fpga_ipsec_fs_create_flow_group(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, u32 *in, struct mlx5_flow_group *fg, bool is_egress) fpga_ipsec_fs_create_flow_group() argument
1056 fpga_ipsec_fs_create_fte(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg, struct fs_fte *fte, bool is_egress) fpga_ipsec_fs_create_fte() argument
1107 fpga_ipsec_fs_update_fte(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg, int modify_mask, struct fs_fte *fte, bool is_egress) fpga_ipsec_fs_update_fte() argument
1176 mlx5_fpga_ipsec_fs_create_flow_group_egress(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, u32 *in, struct mlx5_flow_group *fg) mlx5_fpga_ipsec_fs_create_flow_group_egress() argument
1185 mlx5_fpga_ipsec_fs_create_fte_egress(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg, struct fs_fte *fte) mlx5_fpga_ipsec_fs_create_fte_egress() argument
1194 mlx5_fpga_ipsec_fs_update_fte_egress(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg, int modify_mask, struct fs_fte *fte) mlx5_fpga_ipsec_fs_update_fte_egress() argument
1213 mlx5_fpga_ipsec_fs_create_flow_group_ingress(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, u32 *in, struct mlx5_flow_group *fg) mlx5_fpga_ipsec_fs_create_flow_group_ingress() argument
1222 mlx5_fpga_ipsec_fs_create_fte_ingress(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg, struct fs_fte *fte) mlx5_fpga_ipsec_fs_create_fte_ingress() argument
1231 mlx5_fpga_ipsec_fs_update_fte_ingress(struct mlx5_flow_root_namespace *ns, struct mlx5_flow_table *ft, struct mlx5_flow_group *fg, int modify_mask, struct fs_fte *fte) mlx5_fpga_ipsec_fs_update_fte_ingress() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c95 int fg, bg, size, i, width; in savagefb_imageblit() local
108 fg = image->fg_color; in savagefb_imageblit()
111 fg = ((u32 *)info->pseudo_palette)[image->fg_color]; in savagefb_imageblit()
129 BCI_SEND(fg); in savagefb_imageblit()

Completed in 24 milliseconds

1234567