/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 127 MLX5_SET(set_flow_table_root_in, in, table_type, ft->type); in mlx5_cmd_update_root_ft() 163 MLX5_SET(create_flow_table_in, in, table_type, type); in mlx5_cmd_create_flow_table() 210 MLX5_SET(destroy_flow_table_in, in, table_type, ft->type); in mlx5_cmd_destroy_flow_table() 229 MLX5_SET(modify_flow_table_in, in, table_type, ft->type); in mlx5_cmd_modify_flow_table() 276 MLX5_SET(create_flow_group_in, in, table_type, ft->type); in mlx5_cmd_create_flow_group() 299 MLX5_SET(destroy_flow_group_in, in, table_type, ft->type); in mlx5_cmd_destroy_flow_group() 333 MLX5_SET(set_fte_in, in, table_type, ft->type); in mlx5_cmd_set_fte() 474 MLX5_SET(delete_fte_in, in, table_type, ft->type); in mlx5_cmd_delete_fte() 661 u8 table_type; in mlx5_modify_header_alloc() local 667 table_type = FS_FT_FDB; in mlx5_modify_header_alloc() [all …]
|
D | fs_core.c | 648 enum fs_flow_table_type table_type, in alloc_flow_table() argument 668 ft->type = table_type; in alloc_flow_table() 976 root->table_type, in __mlx5_create_flow_table() 2212 enum fs_flow_table_type table_type) in create_root_ns() argument 2214 const struct mlx5_flow_cmds *cmds = mlx5_fs_cmd_get_default(table_type); in create_root_ns() 2219 (table_type == FS_FT_NIC_RX || table_type == FS_FT_NIC_TX)) in create_root_ns() 2220 cmds = mlx5_fs_cmd_get_default_ipsec_fpga_cmds(table_type); in create_root_ns() 2228 root_ns->table_type = table_type; in create_root_ns()
|
D | fs_core.h | 220 enum fs_flow_table_type table_type; member
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | firmware.c | 1775 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() 1877 pcfgcache->config_tables[table_type].num_table = in parse_platform_config() 1883 __func__, table_type, in parse_platform_config() 1888 pcfgcache->config_tables[table_type].table = ptr; in parse_platform_config() 1891 switch (table_type) { in parse_platform_config() 1907 __func__, table_type, in parse_platform_config() [all …]
|
D | hfi.h | 1990 table_type, int table_index, int field_index,
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_fid.c | 42 enum mlxsw_flood_table_type table_type; member 135 ops->flood_index(fid), flood_table->table_type, 1, in mlxsw_sp_fid_flood_set() 345 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFSET, 351 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFSET, 357 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID_OFFSET, 549 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID, 555 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID, 561 .table_type = MLXSW_REG_SFGC_TABLE_TYPE_FID, 815 flood_table->table_type, in mlxsw_sp_fid_flood_table_init()
|
D | reg.h | 938 MLXSW_ITEM32(reg, sfgc, table_type, 0x04, 16, 3); 968 enum mlxsw_flood_table_type table_type, in mlxsw_reg_sfgc_pack() argument 974 mlxsw_reg_sfgc_table_type_set(payload, table_type); in mlxsw_reg_sfgc_pack() 1013 MLXSW_ITEM32(reg, sftr, table_type, 0x04, 16, 3); 1036 enum mlxsw_flood_table_type table_type, in mlxsw_reg_sftr_pack() argument 1043 mlxsw_reg_sftr_table_type_set(payload, table_type); in mlxsw_reg_sftr_pack()
|
/Linux-v4.19/drivers/acpi/ |
D | pptt.c | 74 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-v4.19/drivers/infiniband/hw/mlx5/ |
D | devx.c | 590 MLX5_SET(destroy_flow_table_in, din, table_type, in devx_obj_build_destroy_cmd() 591 MLX5_GET(create_flow_table_in, in, table_type)); in devx_obj_build_destroy_cmd() 603 MLX5_SET(destroy_flow_group_in, din, table_type, in devx_obj_build_destroy_cmd() 604 MLX5_GET(create_flow_group_in, in, table_type)); in devx_obj_build_destroy_cmd() 618 MLX5_SET(delete_fte_in, din, table_type, in devx_obj_build_destroy_cmd() 619 MLX5_GET(set_fte_in, in, table_type)); in devx_obj_build_destroy_cmd()
|
/Linux-v4.19/drivers/md/ |
D | dm-table.c | 866 static bool __table_type_bio_based(enum dm_queue_mode table_type) in __table_type_bio_based() argument 868 return (table_type == DM_TYPE_BIO_BASED || in __table_type_bio_based() 869 table_type == DM_TYPE_DAX_BIO_BASED || in __table_type_bio_based() 870 table_type == DM_TYPE_NVME_BIO_BASED); in __table_type_bio_based() 873 static bool __table_type_request_based(enum dm_queue_mode table_type) in __table_type_request_based() argument 875 return (table_type == DM_TYPE_REQUEST_BASED || in __table_type_request_based() 876 table_type == DM_TYPE_MQ_REQUEST_BASED); in __table_type_request_based()
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_hem.c | 79 static int hns_roce_get_bt_num(u32 table_type, u32 hop_num) in hns_roce_get_bt_num() argument 81 if (check_whether_bt_num_3(table_type, hop_num)) in hns_roce_get_bt_num() 83 else if (check_whether_bt_num_2(table_type, hop_num)) in hns_roce_get_bt_num() 85 else if (check_whether_bt_num_1(table_type, hop_num)) in hns_roce_get_bt_num()
|
/Linux-v4.19/virt/kvm/arm/vgic/ |
D | vgic-its.c | 1499 u64 entry_size, table_type; in vgic_mmio_write_its_baser() local 1510 table_type = GITS_BASER_TYPE_DEVICE; in vgic_mmio_write_its_baser() 1515 table_type = GITS_BASER_TYPE_COLLECTION; in vgic_mmio_write_its_baser() 1527 reg |= table_type << GITS_BASER_TYPE_SHIFT; in vgic_mmio_write_its_baser() 1535 switch (table_type) { in vgic_mmio_write_its_baser()
|
/Linux-v4.19/include/linux/mlx5/ |
D | mlx5_ifc.h | 3593 u8 table_type[0x8]; member 4595 u8 table_type[0x8]; member 4624 u8 table_type[0x8]; member 4677 u8 table_type[0x8]; member 4960 u8 table_type[0x8]; member 6292 u8 table_type[0x8]; member 6323 u8 table_type[0x8]; member 6468 u8 table_type[0x8]; member 7011 u8 table_type[0x8]; member 7051 u8 table_type[0x8]; member [all …]
|
/Linux-v4.19/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) \
|
/Linux-v4.19/drivers/scsi/ |
D | scsi_transport_fc.c | 81 #define fc_enum_name_search(title, table_type, table) \ argument 82 static const char *get_fc_##title##_name(enum table_type table_key) \ 96 #define fc_enum_name_match(title, table_type, table) \ argument 98 enum table_type *value) \
|
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/ |
D | halbtc8822b2ant.c | 1118 u8 table_type, u16 table_content) in halbtc8822b2ant_ltecoex_set_coex_table() argument 1122 switch (table_type) { in halbtc8822b2ant_ltecoex_set_coex_table()
|
D | halbtc8822b1ant.c | 1334 u8 table_type, u16 table_content) in halbtc8822b1ant_ltecoex_set_coex_table() argument 1338 switch (table_type) { in halbtc8822b1ant_ltecoex_set_coex_table()
|