Home
last modified time | relevance | path

Searched refs:memDmaList (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c1830 while (!d_list_is_empty(&pUM->memDmaList)) in BnxeHwStopCore()
1832 pMemDma = (BnxeMemDma *)d_list_peek_head(&pUM->memDmaList); in BnxeHwStopCore()
1846 pTmp = (BnxeMemDma *)d_list_peek_head(&pUM->memDmaList); in BnxeHwStopCore()
1857 d_list_add_head(&pUM->memDmaListSaved, &pUM->memDmaList); in BnxeHwStopCore()
1858 d_list_clear(&pUM->memDmaList); in BnxeHwStopCore()
H A Dbnxe_mm.c665 d_list_push_head(&pUM->memDmaList, D_LINK_CAST(pMem)); in mm_alloc_phys_mem_align_imp()
815 pMem = (BnxeMemDma *)d_list_peek_head(&pUM->memDmaList); in mm_rt_free_phys_mem()
832 d_list_remove_entry(&pUM->memDmaList, D_LINK_CAST(pMem)); in mm_rt_free_phys_mem()
H A Dbnxe_intr.c103 pTmp = (BnxeMemDma *)d_list_peek_head(&pUM->memDmaList); in BnxeFindDmaHandles()
124 pTmp = (BnxeMemDma *)d_list_peek_head(&pUM->memDmaList); in BnxeFindDmaHandles()
H A Dbnxe.h584 d_list_t memDmaList; member
H A Dbnxe_main.c815 d_list_clear(&pUM->memDmaList); in BnxeAttach()
H A Dbnxe_kstat.c641 pStats->memAllocDMAs.value.ui64 = d_list_entry_cnt(&pUM->memDmaList); in BnxeKstatUpdate()