Searched refs:sb_dma (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c9696 bxe_init_sb(sc, fp->sb_dma.paddr, BXE_VF_ID_INVALID, FALSE,
14860 &fp->sb_dma, buf) != 0) {
14867 (struct host_hc_status_block_e2 *)fp->sb_dma.vaddr;
14870 (struct host_hc_status_block_e1x *)fp->sb_dma.vaddr;
15176 bxe_dma_free(sc, &fp->sb_dma);
19148 if(fp->sb_dma.vaddr != NULL && fp->tx_dma.vaddr != NULL &&
19153 (uintmax_t)fp->sb_dma.paddr, fp->sb_dma.vaddr,
H A Dbxe.h586 struct bxe_dma sb_dma; member in struct:bxe_fastpath

Completed in 110 milliseconds