Home
last modified time | relevance | path

Searched refs:D_LINK_CAST (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c330 pMem = (BnxeMemRegion *)d_list_next_entry(D_LINK_CAST(pMem)); in BnxeIsBarUsed()
397 d_list_push_head(&pUM->memRegionList, D_LINK_CAST(pMem)); in mm_map_io_base()
459 d_list_push_head(&pUM->memRegionList, D_LINK_CAST(pMem)); in mm_map_io_space_solaris()
482 d_list_remove_entry(&pUM->memRegionList, D_LINK_CAST(pMemRegion)); in mm_unmap_io_space()
488 pMemRegion = (BnxeMemRegion *)d_list_next_entry(D_LINK_CAST(pMemRegion)); in mm_unmap_io_space()
548 d_list_push_head(&pUM->memBlockList, D_LINK_CAST(pMem)); in mm_alloc_mem_imp()
665 d_list_push_head(&pUM->memDmaList, D_LINK_CAST(pMem)); in mm_alloc_phys_mem_align_imp()
785 d_list_remove_entry(&pUM->memBlockList, D_LINK_CAST(pMem)); in mm_rt_free_mem()
794 pMem = (BnxeMemBlock *)d_list_next_entry(D_LINK_CAST(pMem)); in mm_rt_free_mem()
832 d_list_remove_entry(&pUM->memDmaList, D_LINK_CAST(pMem)); in mm_rt_free_phys_mem()
[all …]
H A Dbnxe_hw.c895 pTmp = (struct ecore_mcast_list_elem *)d_list_next_entry(D_LINK_CAST(pTmp)); in BnxeMulticast()
915 d_list_push_head(mcastList, D_LINK_CAST(pTmp)); in BnxeMulticast()
926 d_list_remove_entry(mcastList, D_LINK_CAST(pTmp)); in BnxeMulticast()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h408 #define D_LINK_CAST(_p) ((d_list_entry_t *) (_p)) macro