Home
last modified time | relevance | path

Searched refs:VXGE_OS_HOST_PAGE_SIZE (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/sys/dev/vxge/vxgehal/
Dvxgehal-ring.h38 typedef u8 vxge_hal_ring_block_t[VXGE_OS_HOST_PAGE_SIZE];
40 #define VXGE_HAL_RING_NEXT_BLOCK_POINTER_OFFSET (VXGE_OS_HOST_PAGE_SIZE-8)
41 #define VXGE_HAL_RING_MEMBLOCK_IDX_OFFSET (VXGE_OS_HOST_PAGE_SIZE-16)
Dvxgehal-blockpool.c86 blockpool->block_size = VXGE_OS_HOST_PAGE_SIZE; in __hal_blockpool_create()
131 VXGE_OS_HOST_PAGE_SIZE, in __hal_blockpool_create()
149 VXGE_OS_HOST_PAGE_SIZE, in __hal_blockpool_create()
156 VXGE_OS_HOST_PAGE_SIZE, in __hal_blockpool_create()
180 entry->length = VXGE_OS_HOST_PAGE_SIZE; in __hal_blockpool_create()
330 VXGE_OS_HOST_PAGE_SIZE, in __hal_blockpool_blocks_add()
Dvxgehal-mm.c297 if (memblock_size != VXGE_OS_HOST_PAGE_SIZE) in vxge_hal_mempool_create()
Dvxgehal-ring.c620 VXGE_OS_HOST_PAGE_SIZE, in __hal_ring_create()
621 VXGE_OS_HOST_PAGE_SIZE, in __hal_ring_create()
Dvxgehal-fifo.c321 if (txdl_size <= VXGE_OS_HOST_PAGE_SIZE) in __hal_fifo_create()
322 memblock_size = VXGE_OS_HOST_PAGE_SIZE; in __hal_fifo_create()
Dvxgehal-device.c2805 VXGE_OS_HOST_PAGE_SIZE)) { in vxge_hal_device_initialize()
2810 VXGE_OS_HOST_PAGE_SIZE - 1) / in vxge_hal_device_initialize()
2811 VXGE_OS_HOST_PAGE_SIZE; in vxge_hal_device_initialize()
Dvxgehal-virtualpath.c8222 VXGE_OS_HOST_PAGE_SIZE; in __hal_vpath_kdfc_configure()
9896 VXGE_OS_HOST_PAGE_SIZE); in vxge_hal_vpath_open()
Dvxgehal-mrpcim.c6468 __hal_blockpool_block_allocate(hldev, VXGE_OS_HOST_PAGE_SIZE); in __hal_mrpcim_initialize()
/freebsd-10-stable/sys/dev/vxge/
Dvxge-osdep.h114 #define VXGE_OS_HOST_PAGE_SIZE 4096 macro
/freebsd-10-stable/sys/dev/vxge/include/
Dvxgehal-ll.h1393 return ((u32) ((VXGE_OS_HOST_PAGE_SIZE - 16) / in vxge_hal_ring_rxds_per_block_get()