Home
last modified time | relevance | path

Searched refs:table_type (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Ddr_cmd.c273 u32 table_type, in mlx5dr_cmd_set_fte_modify_and_vport() argument
294 MLX5_SET(set_fte_in, in, table_type, table_type); in mlx5dr_cmd_set_fte_modify_and_vport()
323 MLX5_SET(delete_fte_in, in, table_type, table_type); in mlx5dr_cmd_del_flow_table_entry()
330 u32 table_type, in mlx5dr_cmd_alloc_modify_header() argument
349 MLX5_SET(alloc_modify_header_context_in, in, table_type, table_type); in mlx5dr_cmd_alloc_modify_header()
393 MLX5_SET(create_flow_group_in, in, table_type, table_type); in mlx5dr_cmd_create_empty_flow_group()
408 u32 table_type, in mlx5dr_cmd_destroy_flow_group() argument
416 MLX5_SET(destroy_flow_group_in, in, table_type, table_type); in mlx5dr_cmd_destroy_flow_group()
434 MLX5_SET(create_flow_table_in, in, table_type, attr->table_type); in mlx5dr_cmd_create_flow_table()
481 u32 table_type) in mlx5dr_cmd_destroy_flow_table() argument
[all …]
A Ddr_table.c184 tbl->table_type = MLX5_FLOW_TABLE_TYPE_NIC_RX; in dr_table_init()
189 tbl->table_type = MLX5_FLOW_TABLE_TYPE_NIC_TX; in dr_table_init()
194 tbl->table_type = MLX5_FLOW_TABLE_TYPE_FDB; in dr_table_init()
213 tbl->table_type); in dr_table_destroy_sw_owned_tbl()
231 ft_attr.table_type = tbl->table_type; in dr_table_create_sw_owned_tbl()
A Ddr_types.h859 u32 table_type; member
1116 u32 table_type; member
1143 u32 table_type,
1149 u32 table_type,
1152 u32 table_type,
1159 u32 table_type,
1163 u32 table_type,
1172 u32 table_type);
A Ddr_fw.c20 ft_attr.table_type = MLX5_FLOW_TABLE_TYPE_FDB; in mlx5dr_fw_create_recalc_cs_ft()
115 ft_attr.table_type = MLX5_FLOW_TABLE_TYPE_FDB; in mlx5dr_fw_create_md_tbl()
/linux/drivers/gpu/drm/amd/display/modules/color/
A Dcolor_table.h36 enum table_type { enum
41 bool mod_color_is_table_init(enum table_type type);
43 struct fixed31_32 *mod_color_get_table(enum table_type type);
45 void mod_color_set_table_init_state(enum table_type type, bool state);
A Dcolor_table.c33 bool mod_color_is_table_init(enum table_type type) in mod_color_is_table_init()
45 struct fixed31_32 *mod_color_get_table(enum table_type type) in mod_color_get_table()
57 void mod_color_set_table_init_state(enum table_type type, bool state) in mod_color_set_table_init_state()
/linux/drivers/infiniband/hw/hfi1/
A Dfirmware.c1816 switch (table_type) { in parse_platform_config()
1818 pcfgcache->config_tables[table_type].num_table = in parse_platform_config()
1825 pcfgcache->config_tables[table_type].num_table = in parse_platform_config()
1838 __func__, table_type, in parse_platform_config()
1846 switch (table_type) { in parse_platform_config()
1857 __func__, table_type, in parse_platform_config()
1900 switch (table_type) { in get_integrated_platform_config_field()
2059 switch (table_type) { in get_platform_config_field()
2083 pcfgcache->config_tables[table_type].table + 4 : in get_platform_config_field()
2084 pcfgcache->config_tables[table_type].table; in get_platform_config_field()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_cmd.c167 MLX5_SET(set_flow_table_root_in, in, table_type, in mlx5_cmd_set_slave_root_fdb()
275 MLX5_SET(create_flow_table_in, in, table_type, ft->type); in mlx5_cmd_create_flow_table()
507 MLX5_SET(set_fte_in, in, table_type, ft->type); in mlx5_cmd_set_fte()
692 MLX5_SET(delete_fte_in, in, table_type, ft->type); in mlx5_cmd_delete_fte()
858 u8 table_type; in mlx5_cmd_modify_header_alloc() local
864 table_type = FS_FT_FDB; in mlx5_cmd_modify_header_alloc()
869 table_type = FS_FT_NIC_RX; in mlx5_cmd_modify_header_alloc()
876 table_type = FS_FT_NIC_TX; in mlx5_cmd_modify_header_alloc()
880 table_type = FS_FT_ESW_INGRESS_ACL; in mlx5_cmd_modify_header_alloc()
884 table_type = FS_FT_RDMA_TX; in mlx5_cmd_modify_header_alloc()
[all …]
A Dfs_ft_pool.c46 mlx5_ft_pool_get_avail_sz(struct mlx5_core_dev *dev, enum fs_flow_table_type table_type, in mlx5_ft_pool_get_avail_sz() argument
49 u32 max_ft_size = 1 << MLX5_CAP_FLOWTABLE_TYPE(dev, log_max_ft_size, table_type); in mlx5_ft_pool_get_avail_sz()
A Dfs_ft_pool.h16 mlx5_ft_pool_get_avail_sz(struct mlx5_core_dev *dev, enum fs_flow_table_type table_type,
A Dfs_core.c789 enum fs_flow_table_type table_type, in alloc_flow_table() argument
809 ft->type = table_type; in alloc_flow_table()
1137 root->table_type, in __mlx5_create_flow_table()
2482 enum fs_flow_table_type table_type) in create_root_ns() argument
2484 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()
2489 (table_type == FS_FT_NIC_RX || table_type == FS_FT_NIC_TX)) in create_root_ns()
2490 cmds = mlx5_fs_cmd_get_default_ipsec_fpga_cmds(table_type); in create_root_ns()
2498 root_ns->table_type = table_type; in create_root_ns()
3365 if (root->table_type != FS_FT_FDB) in mlx5_flow_namespace_set_mode()
A Dfs_core.h271 enum fs_flow_table_type table_type; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
A Dpost_act.c32 enum fs_flow_table_type table_type = ns_type == MLX5_FLOW_NAMESPACE_FDB ? in mlx5e_tc_post_act_init()
37 if (!MLX5_CAP_FLOWTABLE_TYPE(priv->mdev, ignore_flow_level, table_type)) { in mlx5e_tc_post_act_init()
A Dsample.c130 MLX5_SET(sampler_obj, obj, table_type, FS_FT_FDB); in sampler_obj_create()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_fid.c67 enum mlxsw_flood_table_type table_type; member
341 ops->flood_index(fid), flood_table->table_type, 1, in mlxsw_sp_fid_flood_set()
675 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID,
681 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID,
687 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID,
1025 flood_table->table_type, in mlxsw_sp_fid_flood_table_init()
A Dreg.h1088 MLXSW_ITEM32(reg, sfgc, table_type, 0x04, 16, 3);
1118 enum mlxsw_flood_table_type table_type, in mlxsw_reg_sfgc_pack() argument
1124 mlxsw_reg_sfgc_table_type_set(payload, table_type); in mlxsw_reg_sfgc_pack()
1163 MLXSW_ITEM32(reg, sftr, table_type, 0x04, 16, 3);
1186 enum mlxsw_flood_table_type table_type, in mlxsw_reg_sftr_pack() argument
1193 mlxsw_reg_sftr_table_type_set(payload, table_type); in mlxsw_reg_sftr_pack()
/linux/drivers/acpi/
A Dpptt.c74 static inline bool acpi_pptt_match_type(int table_type, int type) in acpi_pptt_match_type() argument
76 return ((table_type & ACPI_PPTT_MASK_CACHE_TYPE) == type || in acpi_pptt_match_type()
77 table_type & ACPI_PPTT_CACHE_TYPE_UNIFIED & type); in acpi_pptt_match_type()
/linux/drivers/md/
A Ddm-table.c791 static bool __table_type_bio_based(enum dm_queue_mode table_type) in __table_type_bio_based() argument
793 return (table_type == DM_TYPE_BIO_BASED || in __table_type_bio_based()
794 table_type == DM_TYPE_DAX_BIO_BASED); in __table_type_bio_based()
797 static bool __table_type_request_based(enum dm_queue_mode table_type) in __table_type_request_based() argument
799 return table_type == DM_TYPE_REQUEST_BASED; in __table_type_request_based()
/linux/drivers/infiniband/hw/hns/
A Dhns_roce_hem.c111 static int hns_roce_get_bt_num(u32 table_type, u32 hop_num) in hns_roce_get_bt_num() argument
113 if (check_whether_bt_num_3(table_type, hop_num)) in hns_roce_get_bt_num()
115 else if (check_whether_bt_num_2(table_type, hop_num)) in hns_roce_get_bt_num()
117 else if (check_whether_bt_num_1(table_type, hop_num)) in hns_roce_get_bt_num()
/linux/drivers/infiniband/hw/mlx5/
A Ddevx.c1167 MLX5_SET(destroy_flow_table_in, din, table_type, in devx_obj_build_destroy_cmd()
1168 MLX5_GET(create_flow_table_in, in, table_type)); in devx_obj_build_destroy_cmd()
1179 MLX5_SET(destroy_flow_group_in, din, table_type, in devx_obj_build_destroy_cmd()
1180 MLX5_GET(create_flow_group_in, in, table_type)); in devx_obj_build_destroy_cmd()
1193 MLX5_SET(delete_fte_in, din, table_type, in devx_obj_build_destroy_cmd()
1194 MLX5_GET(set_fte_in, in, table_type)); in devx_obj_build_destroy_cmd()
A Dfs.c1929 mlx5_ib_ft_type_to_namespace(enum mlx5_ib_uapi_flow_table_type table_type, in mlx5_ib_ft_type_to_namespace() argument
1932 switch (table_type) { in mlx5_ib_ft_type_to_namespace()
/linux/arch/arm64/kvm/vgic/
A Dvgic-its.c1649 u64 entry_size, table_type; in vgic_mmio_write_its_baser() local
1660 table_type = GITS_BASER_TYPE_DEVICE; in vgic_mmio_write_its_baser()
1665 table_type = GITS_BASER_TYPE_COLLECTION; in vgic_mmio_write_its_baser()
1677 reg |= table_type << GITS_BASER_TYPE_SHIFT; in vgic_mmio_write_its_baser()
1685 switch (table_type) { in vgic_mmio_write_its_baser()
/linux/drivers/scsi/fcoe/
A Dfcoe_sysfs.c209 #define fcoe_enum_name_search(title, table_type, table) \ argument
210 static const char *get_fcoe_##title##_name(enum table_type table_key) \
/linux/include/linux/mlx5/
A Dmlx5_ifc.h4526 u8 table_type[0x8]; member
5701 u8 table_type[0x8]; member
5730 u8 table_type[0x8]; member
6015 u8 table_type[0x8]; member
6350 u8 table_type[0x8]; member
7704 u8 table_type[0x8]; member
7735 u8 table_type[0x8]; member
7880 u8 table_type[0x8]; member
8426 u8 table_type[0x8]; member
8471 u8 table_type[0x8]; member
[all …]
/linux/drivers/scsi/
A Dscsi_transport_fc.c70 #define fc_enum_name_search(title, table_type, table) \ argument
71 static const char *get_fc_##title##_name(enum table_type table_key) \
85 #define fc_enum_name_match(title, table_type, table) \ argument
87 enum table_type *value) \

Completed in 248 milliseconds

12