Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmt.c268 xge_os_memcpy(hw_stats, hw_info, sizeof(xge_hal_stats_hw_info_t)); in xge_hal_mgmt_hw_stats()
308 xge_os_memcpy(out, (char*)hw_info + off, size); in xge_hal_mgmt_hw_stats_off()
350 xge_os_memcpy(pcim_stats, pcim_info, in xge_hal_mgmt_pcim_stats()
392 xge_os_memcpy(out, (char*)pcim_info + off, size); in xge_hal_mgmt_pcim_stats_off()
435 xge_os_memcpy(sw_stats, &hldev->stats.sw_dev_err_stats, in xge_hal_mgmt_sw_stats()
481 xge_os_memcpy(device_stats, device_info, in xge_hal_mgmt_device_stats()
551 xge_os_memcpy(channel_stats, channel_info, in xge_hal_mgmt_channel_stats()
633 xge_os_memcpy(dev_config, &hldev->config, in xge_hal_mgmt_device_config()
666 xge_os_memcpy(drv_config, &g_xge_hal_driver->config, in xge_hal_mgmt_driver_config()
708 xge_os_memcpy(pci_config, &hldev->pci_config_space, in xge_hal_mgmt_pci_config()
[all …]
H A Dxge-queue.c105 xge_os_memcpy(item, elem, sizeof(xge_queue_item_t)); in __queue_consume()
106 xge_os_memcpy(xge_queue_item_data(item), xge_queue_item_data(elem), in __queue_consume()
226 xge_os_memcpy(xge_queue_item_data(elem), data, data_size); in xge_queue_produce()
336 xge_os_memcpy(newbuf, queue->start_ptr, in __io_queue_grow()
H A Dxgehal-driver.c212 xge_os_memcpy(&g_xge_hal_driver->config, config, in xge_hal_driver_initialize()
216 xge_os_memcpy(&g_xge_hal_driver->uld_callbacks, uld_callbacks, in xge_hal_driver_initialize()
H A Dxgehal-fifo-fp.c861 xge_os_memcpy((char*)txdl_priv->align_vaddr_start, in xge_hal_fifo_dtr_buffer_set_aligned()
941 xge_os_memcpy((char*)txdl_priv->align_vaddr_start + in xge_hal_fifo_dtr_buffer_append()
H A Dxgehal-mm.c333 xge_os_memcpy(mempool->shadow_items_arr, mempool->items_arr, in __hal_mempool_create()
H A Dxgehal-stats.c193 xge_os_memcpy(&stats->hw_info_saved, stats->hw_info, in __hal_stats_save()
200 xge_os_memcpy(stats->pcim_info_saved, stats->pcim_info, in __hal_stats_save()
H A Dxgehal-device.c1960 xge_os_memcpy(&spdm_line_arr[1], &src_ip->ipv6.addr[0], 8); in __hal_spdm_entry_add()
1961 xge_os_memcpy(&spdm_line_arr[2], &src_ip->ipv6.addr[1], 8); in __hal_spdm_entry_add()
1962 xge_os_memcpy(&spdm_line_arr[3], &dst_ip->ipv6.addr[0], 8); in __hal_spdm_entry_add()
1963 xge_os_memcpy(&spdm_line_arr[4], &dst_ip->ipv6.addr[1], 8); in __hal_spdm_entry_add()
1996 xge_os_memcpy(&hldev->spdm_table[spdm_entry]->src_ip, src_ip, in __hal_spdm_entry_add()
1998 xge_os_memcpy(&hldev->spdm_table[spdm_entry]->dst_ip, dst_ip, in __hal_spdm_entry_add()
5168 xge_os_memcpy(&hldev->config, device_config, in xge_hal_device_initialize()
5172 xge_os_memcpy(&hldev->orig_attr, attr, in xge_hal_device_initialize()
H A Dxgehal-device-fp.c892 xge_os_memcpy(((char *)lro->tcp_hdr + lro->ts_off + 2), in __hal_tcp_lro_capable()
/titanic_50/usr/src/uts/common/io/xge/hal/include/
H A Dxge-os-pal.h77 xge_os_memcpy(tb->data + offset, tb->msg, msgsize-1); \
/titanic_50/usr/src/uts/common/io/xge/drv/
H A Dxge_osdep.h124 #define xge_os_memcpy(dst, src, size) bcopy(src, dst, size) macro