Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_cmd.c147 MLX5_SET(query_flow_table_in, in, table_type, type); in mlx5dr_cmd_query_flow_table()
175 u32 table_type, in mlx5dr_cmd_set_fte_modify_and_vport() argument
196 MLX5_SET(set_fte_in, in, table_type, table_type); in mlx5dr_cmd_set_fte_modify_and_vport()
219 u32 table_type, in mlx5dr_cmd_del_flow_table_entry() argument
225 MLX5_SET(delete_fte_in, in, table_type, table_type); in mlx5dr_cmd_del_flow_table_entry()
232 u32 table_type, in mlx5dr_cmd_alloc_modify_header() argument
251 MLX5_SET(alloc_modify_header_context_in, in, table_type, table_type); in mlx5dr_cmd_alloc_modify_header()
281 u32 table_type, in mlx5dr_cmd_create_empty_flow_group() argument
295 MLX5_SET(create_flow_group_in, in, table_type, table_type); in mlx5dr_cmd_create_empty_flow_group()
310 u32 table_type, in mlx5dr_cmd_destroy_flow_group() argument
[all …]
H A Ddr_table.c187 tbl->table_type = MLX5_FLOW_TABLE_TYPE_NIC_RX; in dr_table_init()
192 tbl->table_type = MLX5_FLOW_TABLE_TYPE_NIC_TX; in dr_table_init()
197 tbl->table_type = MLX5_FLOW_TABLE_TYPE_FDB; in dr_table_init()
216 tbl->table_type); in dr_table_destroy_sw_owned_tbl()
234 ft_attr.table_type = tbl->table_type; in dr_table_create_sw_owned_tbl()
H A Ddr_types.h690 u32 table_type; member
909 u32 table_type; member
932 u32 table_type,
938 u32 table_type,
941 u32 table_type,
948 u32 table_type,
952 u32 table_type,
961 u32 table_type);
H A Ddr_fw.c20 ft_attr.table_type = MLX5_FLOW_TABLE_TYPE_FDB; in mlx5dr_fw_create_recalc_cs_ft()
114 ft_attr.table_type = MLX5_FLOW_TABLE_TYPE_FDB; in mlx5dr_fw_create_md_tbl()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H 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);
H A Dcolor_table.c17 bool mod_color_is_table_init(enum table_type type) in mod_color_is_table_init()
29 struct fixed31_32 *mod_color_get_table(enum table_type type) in mod_color_get_table()
41 void mod_color_set_table_init_state(enum table_type type, bool state) in mod_color_set_table_init_state()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c167 MLX5_SET(set_flow_table_root_in, in, table_type, ft->type); in mlx5_cmd_update_root_ft()
199 MLX5_SET(create_flow_table_in, in, table_type, ft->type); in mlx5_cmd_create_flow_table()
253 MLX5_SET(destroy_flow_table_in, in, table_type, ft->type); in mlx5_cmd_destroy_flow_table()
272 MLX5_SET(modify_flow_table_in, in, table_type, ft->type); in mlx5_cmd_modify_flow_table()
321 MLX5_SET(create_flow_group_in, in, table_type, ft->type); in mlx5_cmd_create_flow_group()
344 MLX5_SET(destroy_flow_group_in, in, table_type, ft->type); in mlx5_cmd_destroy_flow_group()
424 MLX5_SET(set_fte_in, in, table_type, ft->type); in mlx5_cmd_set_fte()
601 MLX5_SET(delete_fte_in, in, table_type, ft->type); in mlx5_cmd_delete_fte()
765 u8 table_type; in mlx5_cmd_modify_header_alloc() local
771 table_type = FS_FT_FDB; in mlx5_cmd_modify_header_alloc()
[all …]
H A Dfs_core.c756 enum fs_flow_table_type table_type, in alloc_flow_table() argument
776 ft->type = table_type; in alloc_flow_table()
1107 root->table_type, in __mlx5_create_flow_table()
2461 enum fs_flow_table_type table_type) in create_root_ns() argument
2463 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns()
2468 (table_type == FS_FT_NIC_RX || table_type == FS_FT_NIC_TX)) in create_root_ns()
2469 cmds = mlx5_fs_cmd_get_default_ipsec_fpga_cmds(table_type); in create_root_ns()
2477 root_ns->table_type = table_type; in create_root_ns()
3273 if (root->table_type != FS_FT_FDB) in mlx5_flow_namespace_set_mode()
H A Dfs_core.h262 enum fs_flow_table_type table_type; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dfirmware.c1775 u32 record_idx = 0, table_type = 0, table_length_dwords = 0; in parse_platform_config() local
1850 table_type = (*ptr >> PLATFORM_CONFIG_HEADER_TABLE_TYPE_SHIFT) & in parse_platform_config()
1858 switch (table_type) { in parse_platform_config()
1860 pcfgcache->config_tables[table_type].num_table = in parse_platform_config()
1867 pcfgcache->config_tables[table_type].num_table = in parse_platform_config()
1874 pcfgcache->config_tables[table_type].num_table = in parse_platform_config()
1880 __func__, table_type, in parse_platform_config()
1885 pcfgcache->config_tables[table_type].table = ptr; in parse_platform_config()
1888 switch (table_type) { in parse_platform_config()
1899 __func__, table_type, in parse_platform_config()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/jpeg/
H A Djpegd_parser.c216 RK_U32 table_type, table_id; in jpegd_decode_dht() local
234 READ_BITS(gb, 4, &table_type); /* 0 - DC; 1 - AC */ in jpegd_decode_dht()
235 if (table_type >= HUFFMAN_TABLE_TYPE_BUTT) { in jpegd_decode_dht()
236 mpp_err_f("table type %d error\n", table_type); in jpegd_decode_dht()
247 if (table_type == HUFFMAN_TABLE_TYPE_DC) { in jpegd_decode_dht()
269 (num > MAX_DC_HUFFMAN_TABLE_LENGTH && table_type == HUFFMAN_TABLE_TYPE_DC) || in jpegd_decode_dht()
270 (num > MAX_AC_HUFFMAN_TABLE_LENGTH && table_type == HUFFMAN_TABLE_TYPE_AC)) { in jpegd_decode_dht()
271 mpp_err_f("table type %d, code word number %d error\n", table_type, num); in jpegd_decode_dht()
276 if (table_type == HUFFMAN_TABLE_TYPE_DC) { in jpegd_decode_dht()
302 table_type, table_id, num, code_max, len); in jpegd_decode_dht()
/OK3568_Linux_fs/kernel/drivers/acpi/
H 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dcrc.hpp466 typedef value_type table_type[ 0x100 ]; typedef
470 typedef value_type table_type[1ul << CHAR_BIT]; typedef
472 typedef value_type table_type[ byte_combos ]; typedef
477 static table_type table_;
484 typename crc_table_t<Bits, TruncPoly, Reflect>::table_type
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H 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()
H A Dreg.h1058 MLXSW_ITEM32(reg, sfgc, table_type, 0x04, 16, 3);
1088 enum mlxsw_flood_table_type table_type, in mlxsw_reg_sfgc_pack() argument
1094 mlxsw_reg_sfgc_table_type_set(payload, table_type); in mlxsw_reg_sfgc_pack()
1133 MLXSW_ITEM32(reg, sftr, table_type, 0x04, 16, 3);
1156 enum mlxsw_flood_table_type table_type, in mlxsw_reg_sftr_pack() argument
1163 mlxsw_reg_sftr_table_type_set(payload, table_type); in mlxsw_reg_sftr_pack()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-table.c816 static bool __table_type_bio_based(enum dm_queue_mode table_type) in __table_type_bio_based() argument
818 return (table_type == DM_TYPE_BIO_BASED || in __table_type_bio_based()
819 table_type == DM_TYPE_DAX_BIO_BASED); in __table_type_bio_based()
822 static bool __table_type_request_based(enum dm_queue_mode table_type) in __table_type_request_based() argument
824 return table_type == DM_TYPE_REQUEST_BASED; in __table_type_request_based()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H 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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Ddevx.c1085 MLX5_SET(destroy_flow_table_in, din, table_type, in devx_obj_build_destroy_cmd()
1086 MLX5_GET(create_flow_table_in, in, table_type)); in devx_obj_build_destroy_cmd()
1098 MLX5_SET(destroy_flow_group_in, din, table_type, in devx_obj_build_destroy_cmd()
1099 MLX5_GET(create_flow_group_in, in, table_type)); in devx_obj_build_destroy_cmd()
1113 MLX5_SET(delete_fte_in, din, table_type, in devx_obj_build_destroy_cmd()
1114 MLX5_GET(set_fte_in, in, table_type)); in devx_obj_build_destroy_cmd()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/
H 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()
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H 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) \
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Dmlx5_ifc.h4252 u8 table_type[0x8]; member
5425 u8 table_type[0x8]; member
5454 u8 table_type[0x8]; member
5508 u8 table_type[0x8]; member
5831 u8 table_type[0x8]; member
7173 u8 table_type[0x8]; member
7204 u8 table_type[0x8]; member
7349 u8 table_type[0x8]; member
7895 u8 table_type[0x8]; member
7935 u8 table_type[0x8]; member
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_fc.c64 #define fc_enum_name_search(title, table_type, table) \ argument
65 static const char *get_fc_##title##_name(enum table_type table_key) \
79 #define fc_enum_name_match(title, table_type, table) \ argument
81 enum table_type *value) \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/btc/
H A Dhalbtc8703b1ant.c1030 IN u8 table_type, IN u16 table_content) in halbtc8703b1ant_ltecoex_set_coex_table() argument
1034 switch (table_type) { in halbtc8703b1ant_ltecoex_set_coex_table()
1052 IN u8 table_type, IN u8 table_content) in halbtc8703b1ant_ltecoex_set_break_table() argument
1056 switch (table_type) { in halbtc8703b1ant_ltecoex_set_break_table()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/btc/
H A DHalBtc8703b1Ant.c1106 IN u8 table_type, IN u16 table_content) in halbtc8703b1ant_LTECoex_set_coex_table() argument
1110 switch (table_type) { in halbtc8703b1ant_LTECoex_set_coex_table()
1128 IN u8 table_type, IN u8 table_content) in halbtc8703b1ant_LTECoex_set_BreakTable() argument
1132 switch (table_type) { in halbtc8703b1ant_LTECoex_set_BreakTable()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/btc/
H A Dhalbtc8703b1ant.c1258 IN u8 table_type, IN u16 table_content) in halbtc8703b1ant_ltecoex_set_coex_table() argument
1262 switch (table_type) { in halbtc8703b1ant_ltecoex_set_coex_table()
1280 IN u8 table_type, IN u8 table_content) in halbtc8703b1ant_ltecoex_set_break_table() argument
1284 switch (table_type) { in halbtc8703b1ant_ltecoex_set_break_table()

12