Lines Matching defs:vxge_hw_mempool
139 struct vxge_hw_mempool { struct
142 struct vxge_hw_mempool *mempoolh, argument
151 struct vxge_hw_mempool_dma *memblocks_dma_arr; argument
152 struct __vxge_hw_device *devh;
153 u32 memblock_size;
154 u32 memblocks_max;
155 u32 memblocks_allocated;
156 u32 item_size;
157 u32 items_max;
158 u32 items_initial;
159 u32 items_current;
160 u32 items_per_memblock;
161 void **items_arr;
162 u32 items_priv_size;