Home
last modified time | relevance | path

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

/trueos/sys/dev/nxge/xgehal/
HDxgehal-mm.c91 mempool->memblocks_priv_arr[i] = xge_os_malloc(mempool->pdev, in __hal_mempool_grow()
248 xge_os_malloc(pdev, sizeof(xge_hal_mempool_t)); in __hal_mempool_create()
273 mempool->memblocks_arr = (void ** ) xge_os_malloc(mempool->pdev, in __hal_mempool_create()
284 mempool->memblocks_priv_arr = (void **) xge_os_malloc(mempool->pdev, in __hal_mempool_create()
296 (xge_hal_mempool_dma_t *) xge_os_malloc(mempool->pdev, in __hal_mempool_create()
308 mempool->items_arr = (void **) xge_os_malloc(mempool->pdev, in __hal_mempool_create()
317 mempool->shadow_items_arr = (void **) xge_os_malloc(mempool->pdev, in __hal_mempool_create()
HDxgehal-channel.c125 channel = (xge_hal_channel_t *) xge_os_malloc(hldev->pdev, size); in __hal_channel_allocate()
192 channel->saved_arr = (void **) xge_os_malloc(hldev->pdev, in __hal_channel_initialize()
200 channel->work_arr = (void **) xge_os_malloc(hldev->pdev, in __hal_channel_initialize()
211 channel->orig_arr = (void **) xge_os_malloc(hldev->pdev, in __hal_channel_initialize()
HDxge-queue.c266 if ((queue = (xge_queue_t *) xge_os_malloc(pdev, sizeof(xge_queue_t))) == NULL) in xge_queue_create()
274 queue->start_ptr = xge_os_malloc(pdev, queue->pages_current * in xge_queue_create()
336 newbuf = xge_os_malloc(queue->pdev, in __io_queue_grow()
HDxgehal-driver.c226 g_tracebuf.data = (char *)xge_os_malloc(NULL, g_tracebuf.size); in xge_hal_driver_initialize()
HDxgehal-stats.c103 (xge_hal_stats_pcim_info_t *)xge_os_malloc( in __hal_stats_initialize()
111 (xge_hal_stats_pcim_info_t *)xge_os_malloc( in __hal_stats_initialize()
HDxgehal-ring.c286 ring->reserved_rxds_arr = (void **) xge_os_malloc(ring->channel.pdev, in __hal_ring_open()
HDxgehal-device.c2079 xge_os_malloc( in __hal_device_rth_spdm_configure()
2086 if ((mem = xge_os_malloc(hldev->pdev, spdm_table_size)) == NULL) in __hal_device_rth_spdm_configure()
5403 hldev->dump_buf=(char*)xge_os_malloc(hldev->pdev, XGE_HAL_DUMP_BUF_SIZE); in xge_hal_device_initialize()
5573 vpd_data = ( u8*) xge_os_malloc(hldev->pdev, XGE_HAL_VPD_BUFFER_SIZE + 16); in __hal_device_get_vpd_data()
HDxgehal-mgmtaux.c1513 dev_config = (xge_hal_device_config_t *) xge_os_malloc(hldev->pdev, in xge_hal_aux_device_config_read()
/trueos/sys/dev/nxge/
HDif_nxge.c787 device_config = xge_os_malloc(NULL, sizeof(xge_hal_device_config_t)); in xge_attach()
809 (xge_hal_device_t *)xge_os_malloc(NULL, sizeof(xge_hal_device_t)); in xge_attach()
819 (xge_pci_info_t*) xge_os_malloc(NULL, sizeof(xge_pci_info_t)); in xge_attach()
843 xge_os_malloc(NULL, sizeof(xge_bus_resource_t)); in xge_attach()
868 xge_os_malloc(NULL, sizeof(xge_bus_resource_t)); in xge_attach()
1386 info = xge_os_malloc(NULL, sizeof(xge_hal_pci_config_t)); in xge_ioctl_stats()
1406 info = xge_os_malloc(NULL, sizeof(xge_hal_stats_device_info_t)); in xge_ioctl_stats()
1427 info = xge_os_malloc(NULL, sizeof(xge_hal_stats_sw_err_t)); in xge_ioctl_stats()
1458 info = xge_os_malloc(NULL, XGE_BUFFER_SIZE); in xge_ioctl_stats()
1468 info = xge_os_malloc(NULL, sizeof(xge_hal_device_config_t)); in xge_ioctl_stats()
[all …]
HDxge-osdep.h300 xge_os_malloc(pci_dev_h pdev, unsigned long size) { in xge_os_malloc() function