Searched refs:table_type (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/rdma/hfi1/ |
D | firmware.c | 1306 u32 record_idx = 0, table_type = 0, table_length_dwords = 0; in parse_platform_config() local 1337 table_type = (*ptr >> PLATFORM_CONFIG_HEADER_TABLE_TYPE_SHIFT) & in parse_platform_config() 1345 switch (table_type) { in parse_platform_config() 1347 pcfgcache->config_tables[table_type].num_table = in parse_platform_config() 1351 pcfgcache->config_tables[table_type].num_table = in parse_platform_config() 1361 pcfgcache->config_tables[table_type].num_table = in parse_platform_config() 1367 __func__, table_type, in parse_platform_config() 1371 pcfgcache->config_tables[table_type].table = ptr; in parse_platform_config() 1374 switch (table_type) { in parse_platform_config() 1390 __func__, table_type, in parse_platform_config() [all …]
|
D | hfi.h | 1620 enum platform_config_table_type_encoding table_type,
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | flow_table.c | 74 MLX5_SET(set_fte_in, in, table_type, ft->type); in mlx5_set_flow_entry_cmd() 103 MLX5_SET_DFTEI(in, table_type, ft->type); in mlx5_del_flow_entry_cmd() 120 MLX5_SET_DFGI(in, table_type, ft->type); in mlx5_destroy_flow_group_cmd() 149 MLX5_SET_CFGI(in, table_type, ft->type); in mlx5_create_flow_group_cmd() 206 MLX5_SET(create_flow_table_in, in, table_type, ft->type); in mlx5_create_flow_table_cmd() 233 MLX5_SET_DFTI(in, table_type, ft->type); in mlx5_destroy_flow_table_cmd() 345 void *mlx5_create_flow_table(struct mlx5_core_dev *dev, u8 level, u8 table_type, in mlx5_create_flow_table() argument 370 ft->type = table_type; in mlx5_create_flow_table()
|
/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 754 MLXSW_ITEM32(reg, sfgc, table_type, 0x04, 16, 3); 784 enum mlxsw_flood_table_type table_type, in mlxsw_reg_sfgc_pack() argument 790 mlxsw_reg_sfgc_table_type_set(payload, table_type); in mlxsw_reg_sfgc_pack() 832 MLXSW_ITEM32(reg, sftr, table_type, 0x04, 16, 3); 855 enum mlxsw_flood_table_type table_type, in mlxsw_reg_sftr_pack() argument 862 mlxsw_reg_sftr_table_type_set(payload, table_type); in mlxsw_reg_sftr_pack()
|
D | spectrum.c | 1638 enum mlxsw_flood_table_type table_type; in __mlxsw_sp_flood_init() local 1643 table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID; in __mlxsw_sp_flood_init() 1646 table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFEST; in __mlxsw_sp_flood_init() 1653 mlxsw_reg_sfgc_pack(sfgc_pl, type, bridge_type, table_type, in __mlxsw_sp_flood_init()
|
/drivers/md/ |
D | dm-table.c | 837 static bool __table_type_request_based(unsigned table_type) in __table_type_request_based() argument 839 return (table_type == DM_TYPE_REQUEST_BASED || in __table_type_request_based() 840 table_type == DM_TYPE_MQ_REQUEST_BASED); in __table_type_request_based()
|
/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 221 #define fcoe_enum_name_search(title, table_type, table) \ argument 222 static const char *get_fcoe_##title##_name(enum table_type table_key) \
|
/drivers/scsi/ |
D | scsi_transport_fc.c | 80 #define fc_enum_name_search(title, table_type, table) \ argument 81 static const char *get_fc_##title##_name(enum table_type table_key) \ 95 #define fc_enum_name_match(title, table_type, table) \ argument 97 enum table_type *value) \
|