Home
last modified time | relevance | path

Searched refs:rss_dma (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/qlxge/
Dqls_def.h249 rss_dma :1, member
360 qla_dma_t rss_dma; member
Dqls_hw.c1008 rss_icb = ha->rss_dma.dma_b; in qls_init_rss()
1038 value = (uint32_t)ha->rss_dma.dma_addr; in qls_init_rss()
1041 value = (uint32_t)(ha->rss_dma.dma_addr >> 32); in qls_init_rss()
1517 qls_free_dmabuf(ha, &ha->rss_dma); in qls_free_rss_dma()
1518 ha->flags.rss_dma = 0; in qls_free_rss_dma()
1526 ha->rss_dma.alignment = 4; in qls_alloc_rss_dma()
1527 ha->rss_dma.size = PAGE_SIZE; in qls_alloc_rss_dma()
1529 ret = qls_alloc_dmabuf(ha, &ha->rss_dma); in qls_alloc_rss_dma()
1534 ha->flags.rss_dma = 1; in qls_alloc_rss_dma()