Searched refs:mem_type (Results 151 - 173 of 173) sorted by relevance

1234567

/linux-master/drivers/scsi/esas2r/
H A Datioctl.h799 u8 mem_type; member in struct:atto_hba_memory_read_write
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c213 if (chan->push.buffer->bo.resource->mem_type == TTM_PL_VRAM) {
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_trace.h131 __entry->type = bo->tbo.resource->mem_type;
H A Damdgpu_gmc.c109 switch (bo->tbo.resource->mem_type) {
H A Damdgpu_amdkfd_gpuvm.c2047 bo->tbo.resource->mem_type == TTM_PL_SYSTEM)
2545 if (bo->tbo.resource->mem_type != TTM_PL_SYSTEM) {
H A Dgmc_v9_0.c1124 bool is_vram = bo->tbo.resource->mem_type == TTM_PL_VRAM;
H A Damdgpu_device.c5014 if (shadow->tbo.resource->mem_type != TTM_PL_TT ||
5016 shadow->parent->tbo.resource->mem_type != TTM_PL_VRAM)
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_mode.h601 u8 mem_type; member in struct:atom_memory_info
H A Dcypress_dpm.c1566 if ((memory_info->mem_type == MEM_TYPE_GDDR3) ||
1567 (memory_info->mem_type == MEM_TYPE_DDR3))
H A Dradeon_atombios.c3853 mem_info->mem_type = vram_module->asMemory.ucMemoryType & 0xf0;
3870 mem_info->mem_type = vram_module->ucMemoryType & 0xf0;
3894 mem_info->mem_type = vram_module->ucMemoryType & 0xf0;
H A Dradeon_pm.c158 if (bo->tbo.resource->mem_type == TTM_PL_VRAM)
/linux-master/drivers/edac/
H A Dedac_mc_sysfs.c251 DEVICE_ATTR_LEGACY(mem_type, S_IRUGO, csrow_mem_type_show, NULL);
H A Di7core_edac.c493 enum mem_type mtype;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h351 int mem_type; member in struct:vmw_ttm_tt
H A Dvmwgfx_execbuf.c3769 switch (bo->resource->mem_type) {
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c335 static const struct kobj_type mem_type = { variable in typeref:struct:kobj_type
718 ret = kobject_init_and_add(mem->kobj, &mem_type,
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1807 u8 mem_type; member in struct:netxen_dimm_cfg
H A Dnetxen_nic_main.c3017 dimm.mem_type = NETXEN_DIMM_MEM_DDR2_SDRAM;
3019 dimm.mem_type = NETXEN_DIMM_MEMTYPE(val);
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h374 u8 mem_type : 1; /* 0 = PCIe, 1 = DDR */ member in struct:pqi_aio_r56_path_request
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3130 static int mc7_init(struct mc7 *mc7, unsigned int mc7_clock, int mem_type) argument
3146 const struct mc7_timing_params *p = &mc7_timings[mem_type];
3204 mc7_mode[mem_type]) ||
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c64 (_res_info)->res_u.mem_info.mem_type = BNA_MEM_T_KVA; \
1321 if (mem_info->mem_type == BNA_MEM_T_DMA) {
1352 if (mem_info->mem_type == BNA_MEM_T_DMA) {
/linux-master/drivers/scsi/
H A Dhpsa.c7449 int i, offset, mem_type, bar_type; local
7459 mem_type = pci_resource_flags(pdev, i) &
7461 switch (mem_type) {
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c8346 return abo->tbo.resource ? abo->tbo.resource->mem_type : 0;

Completed in 817 milliseconds

1234567