Searched refs:sb_dma (Results 1 – 2 of 2) sorted by relevance
9635 bxe_init_sb(sc, fp->sb_dma.paddr, BXE_VF_ID_INVALID, FALSE, in bxe_init_eth_fp()14770 &fp->sb_dma, buf) != 0) { in bxe_alloc_hsi_mem()14777 (struct host_hc_status_block_e2 *)fp->sb_dma.vaddr; in bxe_alloc_hsi_mem()14780 (struct host_hc_status_block_e1x *)fp->sb_dma.vaddr; in bxe_alloc_hsi_mem()15086 bxe_dma_free(sc, &fp->sb_dma); in bxe_free_hsi_mem()19023 if(fp->sb_dma.vaddr != NULL && fp->tx_dma.vaddr != NULL && in bxe_grc_dump()19028 (uintmax_t)fp->sb_dma.paddr, fp->sb_dma.vaddr, in bxe_grc_dump()
549 struct bxe_dma sb_dma; member