Searched refs:dmamsg_p (Results 1 – 2 of 2) sorted by relevance
848 p_hxge_dma_common_t dmamsg_p; in hxge_allocb() local862 dmamsg_p = (p_hxge_dma_common_t)&hxge_mp->buf_dma; in hxge_allocb()863 *dmamsg_p = *dmabuf_p; in hxge_allocb()864 dmamsg_p->nblocks = 1; in hxge_allocb()865 dmamsg_p->block_size = size; in hxge_allocb()866 dmamsg_p->alength = size; in hxge_allocb()
1512 p_nxge_dma_common_t dmamsg_p; in nxge_allocb() local1525 dmamsg_p = (p_nxge_dma_common_t)&nxge_mp->buf_dma; in nxge_allocb()1526 *dmamsg_p = *dmabuf_p; in nxge_allocb()1527 dmamsg_p->nblocks = 1; in nxge_allocb()1528 dmamsg_p->block_size = size; in nxge_allocb()1529 dmamsg_p->alength = size; in nxge_allocb()