Home
last modified time | relevance | path

Searched full:mem_type (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/man/man3dat/
H A Ddat_lmr_create.3dat19 IN DAT_MEM_TYPE mem_type,
46 \fB\fImem_type\fR\fR
127 registered. The type is derived from the \fImem_type\fR parameter.
296 The \fImem_type\fR parameter indicates to the Provider the kind of memory to be
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_lmr_util.c47 IN DAT_MEM_TYPE mem_type, in dapl_lmr_alloc() argument
81 lmr->param.mem_type = mem_type; in dapl_lmr_alloc()
H A Ddapl_lmr_create.c281 * mem_type
303 IN DAT_MEM_TYPE mem_type, in dapl_lmr_create() argument
339 switch (mem_type) { in dapl_lmr_create()
H A Ddapl_mr_util.c67 lmr->param.mem_type)); in dapl_mr_get_address()
H A Ddapl_lmr_free.c80 switch (lmr->param.mem_type) { in dapl_lmr_free()
H A Ddapl_rmr_bind.c119 dapl_mr_get_address(lmr->param.region_desc, lmr->param.mem_type), in dapli_rmr_bind_fuse()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_hmc.c58 enum i40e_memory_type mem_type; in i40e_add_sd_table_entry() local
78 mem_type = i40e_mem_pd; in i40e_add_sd_table_entry()
81 mem_type = i40e_mem_bp_jumbo; in i40e_add_sd_table_entry()
86 ret_code = i40e_allocate_dma_mem(hw, &mem, mem_type, alloc_len, in i40e_add_sd_table_entry()
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/
H A Dudat_redirection.h56 #define DAT_LMR_CREATE(ia, mem_type, reg_desc, len, pz, priv,\ argument
60 (mem_type),\
143 IN DAT_MEM_TYPE, /* mem_type */
H A Dudat.h203 DAT_MEM_TYPE mem_type; member
325 IN DAT_MEM_TYPE, /* mem_type */
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c2075 char *mem_type; in pcicfg_device_assign() local
2085 mem_type = NDI_RA_TYPE_PCI_PREFETCH_MEM; in pcicfg_device_assign()
2087 mem_type = NDI_RA_TYPE_MEM; in pcicfg_device_assign()
2091 &answer, &alen, mem_type, NDI_RA_PASS) in pcicfg_device_assign()
2123 mem_type = NDI_RA_TYPE_PCI_PREFETCH_MEM; in pcicfg_device_assign()
2125 mem_type = NDI_RA_TYPE_MEM; in pcicfg_device_assign()
2128 &answer, &alen, mem_type, NDI_RA_PASS) in pcicfg_device_assign()
2260 char *mem_type; in pcicfg_device_assign_readonly() local
2274 mem_type = NDI_RA_TYPE_PCI_PREFETCH_MEM; in pcicfg_device_assign_readonly()
2276 mem_type = NDI_RA_TYPE_MEM; in pcicfg_device_assign_readonly()
[all …]
/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c44 IN DAT_MEM_TYPE mem_type, in dat_lmr_create() argument
59 mem_type, in dat_lmr_create()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_lmr_util.h55 IN DAT_MEM_TYPE mem_type,
H A Ddapl.h939 IN DAT_MEM_TYPE, /* mem_type */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/
H A Dmm.h284 u8_t mem_type,
305 u8_t mem_type,
317 u8_t mem_type,
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_mrsync.c64 lmr->param.mem_type), in dapls_ib_lmr_sync_rdma_common()
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dmps_table.h96 #define MEM_TYPE 1 macro
H A Dpci_prd_i86pc.c519 type = MEM_TYPE; in mps_find_bus_res()
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnx_mm.c329 u8_t mem_type, void *resc_list) in mm_alloc_phys_mem() argument
341 (void) mem_type; in mm_alloc_phys_mem()
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Denviron.c341 * board type MEM_TYPE, then we do not want to map in, read in environ_init()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm.h519 u8_t mem_type,
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib.c2549 struct cudbg_buffer *dbg_buff, u8 mem_type, in read_fw_mem() argument
2576 rc = t4_memory_rw(padap, MEMWIN_NIC, mem_type, bytes_read, in read_fw_mem()