Searched defs:nobj (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/bcmdhd/include/
H A Dbcm_mpool_pub.h112 uint16 nobj; /* Total number of objects in this pool */ member in struct:bcm_mp_stats
165 * nobj: INPUT Maximum number of concurrently existing objects to support
180 int nobj,
/drivers/gpu/drm/nouveau/
H A Dnouveau_notifier.c116 struct nouveau_gpuobj *nobj = NULL; local
144 &nobj);
150 nobj->dtor = nouveau_notifier_gpuobj_dtor;
151 nobj->priv = mem;
153 ret = nouveau_ramht_insert(chan, handle, nobj);
154 nouveau_gpuobj_ref(NULL, &nobj);
166 nouveau_notifier_offset(struct nouveau_gpuobj *nobj, uint32_t *poffset) argument
168 if (!nobj || nobj->dtor != nouveau_notifier_gpuobj_dtor)
172 struct drm_mm_node *mem = nobj
[all...]
/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.c361 u64 virt, int obj_size, int nobj, int reserved,
370 num_icm = (nobj + obj_per_chunk - 1) / obj_per_chunk;
377 table->num_obj = nobj;
385 if ((i + 1) * MLX4_TABLE_CHUNK_SIZE > nobj * obj_size)
386 chunk_size = PAGE_ALIGN(nobj * obj_size - i * MLX4_TABLE_CHUNK_SIZE);
360 mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, u64 virt, int obj_size, int nobj, int reserved, int use_lowmem, int use_coherent) argument
/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c358 int nobj, int reserved,
368 num_icm = DIV_ROUND_UP(nobj, obj_per_chunk);
376 table->num_obj = nobj;
387 if ((i + 1) * MTHCA_TABLE_CHUNK_SIZE > nobj * obj_size)
388 chunk_size = nobj * obj_size - i * MTHCA_TABLE_CHUNK_SIZE;
356 mthca_alloc_icm_table(struct mthca_dev *dev, u64 virt, int obj_size, int nobj, int reserved, int use_lowmem, int use_coherent) argument

Completed in 1075 milliseconds