Home
last modified time | relevance | path

Searched refs:d_list_remove_entry (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5sp.c148 d_list_remove_entry( in lm_sc_del_iscsi_state()
186 d_list_remove_entry(&pdev->fcoe_info.run_time.fcoe_list, &fcoe->hdr.link); in lm_fc_del_fcoe_state()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c482 d_list_remove_entry(&pUM->memRegionList, D_LINK_CAST(pMemRegion)); in mm_unmap_io_space()
785 d_list_remove_entry(&pUM->memBlockList, 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()
H A Dbnxe_hw.c926 d_list_remove_entry(mcastList, D_LINK_CAST(pTmp)); in BnxeMulticast()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h579 d_list_remove_entry( in d_list_remove_entry() function
820 #define d_list_remove_entry(_d_list, _d_entry) \ macro
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dlistq.h587 d_list_remove_entry( in d_list_remove_entry() function
828 #define d_list_remove_entry(_d_list, _d_entry) \ macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c141 d_list_remove_entry(&gen_info->isles_list, &isle->isle_link); in _lm_tcp_isle_remove()
155 d_list_remove_entry(&gen_info->isles_list, &new_current_isle->isle_link); in _lm_tcp_isle_remove()
2544 d_list_remove_entry(&gen_info->peninsula_list, &gen_buf_copy_from->link); in lm_squeeze_rx_buffer_list()
H A Dlm_l4sp.c4211 d_list_remove_entry( in lm_tcp_del_tcp_state()
4292 d_list_remove_entry(&path->hdr.state_blk->path_list, &path->hdr.link); in lm_tcp_del_path_state()
4307 d_list_remove_entry(&neigh->hdr.state_blk->neigh_list, &neigh->hdr.link); in lm_tcp_del_neigh_state()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c3967 d_list_remove_entry(&pdev->sq_info.pending_complete, &pending->list); in lm_sq_complete()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c127 d_list_remove_entry(head, link); \