Searched refs:alloc_type (Results 1 – 6 of 6) sorted by relevance
| /drivers/acpi/acpica/ |
| A D | uttrack.c | 37 u8 alloc_type, 333 u8 alloc_type, in acpi_ut_track_allocation() argument 367 allocation->alloc_type = alloc_type; in acpi_ut_track_allocation()
|
| A D | aclocal.h | 1262 u8 alloc_type;
|
| /drivers/infiniband/hw/mlx5/ |
| A D | main.c | 3916 enum mlx5_ib_uapi_uar_alloc_type alloc_type) in alloc_uar_entry() argument 3934 if (alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF) in alloc_uar_entry() 3957 enum mlx5_ib_uapi_uar_alloc_type alloc_type; in UVERBS_HANDLER() local 3968 err = uverbs_get_const(&alloc_type, attrs, in UVERBS_HANDLER() 3973 if (alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF && in UVERBS_HANDLER() 3974 alloc_type != MLX5_IB_UAPI_UAR_ALLOC_TYPE_NC) in UVERBS_HANDLER() 3978 alloc_type == MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF) in UVERBS_HANDLER() 3981 entry = alloc_uar_entry(c, alloc_type); in UVERBS_HANDLER()
|
| /drivers/accel/habanalabs/common/ |
| A D | device.c | 120 gfp_t flag, enum dma_alloc_type alloc_type, in hl_dma_alloc_common() argument 125 switch (alloc_type) { in hl_dma_alloc_common() 142 dma_addr_t dma_handle, enum dma_alloc_type alloc_type, in hl_asic_dma_free_common() argument 148 switch (alloc_type) { in hl_asic_dma_free_common()
|
| /drivers/net/ethernet/sfc/ |
| A D | mcdi_filters.c | 1942 u32 alloc_type = exclusive ? in efx_mcdi_filter_alloc_rss_context() local 1962 MCDI_SET_DWORD(inbuf, RSS_CONTEXT_ALLOC_IN_TYPE, alloc_type); in efx_mcdi_filter_alloc_rss_context()
|
| /drivers/infiniband/hw/bnxt_re/ |
| A D | ib_verbs.c | 4540 enum bnxt_re_alloc_page_type alloc_type; in UVERBS_HANDLER() local 4556 err = uverbs_get_const(&alloc_type, attrs, BNXT_RE_ALLOC_PAGE_TYPE); in UVERBS_HANDLER() 4563 switch (alloc_type) { in UVERBS_HANDLER()
|
Completed in 35 milliseconds