Searched refs:xarray (Results 1 – 25 of 57) sorted by relevance
123
/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | mapping.c | 18 struct xarray xarray; member 64 err = xa_alloc(&ctx->xarray, &mi->id, mi, XA_LIMIT(1, ctx->max_id), in mapping_add() 88 xa_erase(&ctx->xarray, mi->id); in mapping_remove_and_free() 116 mi = xa_load(&ctx->xarray, index); in mapping_remove() 139 mi = xa_load(&ctx->xarray, index); in mapping_find() 214 xa_init_flags(&ctx->xarray, XA_FLAGS_ALLOC1); in mapping_create() 259 xa_destroy(&ctx->xarray); in mapping_destroy()
|
/drivers/gpu/drm/tegra/ |
D | uapi.h | 23 struct xarray contexts; 24 struct xarray syncpoints;
|
D | drm.h | 82 struct xarray mappings;
|
D | submit.c | 304 struct xarray *syncpoints, struct drm_tegra_channel_submit *args) in submit_get_syncpt() 371 struct xarray *syncpoints) in submit_create_job()
|
/drivers/infiniband/hw/cxgb4/ |
D | iw_cxgb4.h | 318 struct xarray cqs; 319 struct xarray qps; 320 struct xarray mrs; 324 struct xarray hwtids; 325 struct xarray atids; 326 struct xarray stids;
|
/drivers/infiniband/core/ |
D | restrack.h | 19 struct xarray xa;
|
D | uverbs.h | 162 struct xarray idr;
|
/drivers/gpu/drm/lima/ |
D | lima_ctx.h | 25 struct xarray handles;
|
D | lima_sched.h | 26 struct xarray deps;
|
/drivers/gpu/drm/panfrost/ |
D | panfrost_job.h | 23 struct xarray deps;
|
/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
D | bridge_priv.h | 59 struct xarray vlans;
|
D | bridge.h | 19 struct xarray ports;
|
/drivers/platform/x86/intel/pmt/ |
D | class.h | 40 struct xarray *xa;
|
/drivers/scsi/elx/efct/ |
D | efct_driver.h | 84 struct xarray lookup;
|
/drivers/block/rnbd/ |
D | rnbd-srv.h | 28 struct xarray index_idr;
|
/drivers/infiniband/hw/mlx5/ |
D | dm.h | 31 struct xarray ops;
|
D | srq.h | 55 struct xarray array;
|
/drivers/infiniband/hw/hfi1/ |
D | netdev.h | 57 struct xarray dev_tbl;
|
/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 85 struct xarray xa; 194 static int setup_scsitaskmgmt_handles(struct xarray *xa, struct uiscmdrsp *cmdrsp, in setup_scsitaskmgmt_handles() 221 static void cleanup_scsitaskmgmt_handles(struct xarray *xa, in cleanup_scsitaskmgmt_handles() 640 static void complete_taskmgmt_command(struct xarray *xa, in complete_taskmgmt_command()
|
/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
D | chcr_ktls.h | 78 struct xarray tid_list;
|
/drivers/scsi/elx/libefc/ |
D | efclib.h | 163 struct xarray lookup; 241 struct xarray lookup;
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch.h | 240 struct xarray vport_reps; 250 struct xarray vhca_map; 292 struct xarray vports;
|
/drivers/infiniband/hw/qedr/ |
D | qedr.h | 171 struct xarray qps; 172 struct xarray srqs;
|
/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
D | post_act.c | 13 struct xarray ids;
|
/drivers/infiniband/sw/siw/ |
D | siw.h | 83 struct xarray qp_xa; 84 struct xarray mem_xa;
|
123