Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlxge/
H A Dqls_def.h244 rss_dma :1, member
355 qla_dma_t rss_dma; member
H A Dqls_hw.c992 rss_icb = ha->rss_dma.dma_b; in qls_init_rss()
1022 value = (uint32_t)ha->rss_dma.dma_addr; in qls_init_rss()
1025 value = (uint32_t)(ha->rss_dma.dma_addr >> 32); in qls_init_rss()
1489 qls_free_dmabuf(ha, &ha->rss_dma); in qls_free_rss_dma()
1490 ha->flags.rss_dma = 0; in qls_free_rss_dma()
1498 ha->rss_dma.alignment = 4; in qls_alloc_rss_dma()
1499 ha->rss_dma.size = PAGE_SIZE; in qls_alloc_rss_dma()
1501 ret = qls_alloc_dmabuf(ha, &ha->rss_dma); in qls_alloc_rss_dma()
1506 ha->flags.rss_dma = 1; in qls_alloc_rss_dma()