Searched refs:d_list_push_head (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | listq.h | 450 d_list_push_head( in d_list_push_head() function 609 d_list_push_head(d_list, d_entry); in d_list_insert_entry() 712 #define d_list_push_head(_d_list, _d_entry) \ macro
|
/titanic_41/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_mm.c | 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() 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()
|
H A D | bnxe_hw.c | 915 d_list_push_head(mcastList, D_LINK_CAST(pTmp)); in BnxeMulticast()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4rx.c | 160 d_list_push_head(&gen_info->isles_list, &isle->isle_link); in _lm_tcp_isle_remove() 849 d_list_push_head(¤t_isle->isle_gen_bufs_list_head, &gen_buf->link); in lm_tcp_rx_gen_isle_create() 855 d_list_push_head(&gen_info->first_isle.isle_gen_bufs_list_head, &gen_buf->link); in lm_tcp_rx_gen_isle_create() 971 d_list_push_head(&requested_isle->isle_gen_bufs_list_head, &gen_buf->link); in lm_tcp_rx_gen_isle_left_process() 2051 d_list_push_head(&gen_info->peninsula_list, entry); in _lm_tcp_rx_get_buffered_data()
|
H A D | lm_l4sp.c | 420 d_list_push_head(&free_gen_buf_list, curr_entry); in lm_tcp_rx_fill_grq() 424 d_list_push_head(&tmp_gen_buf_list, curr_entry); in lm_tcp_rx_fill_grq()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_sp.c | 3836 d_list_push_head(&pdev->sq_info.pending_normal, &pending->list); in lm_sq_post_entry() 3840 d_list_push_head(&pdev->sq_info.pending_high, &pending->list); in lm_sq_post_entry()
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.c | 122 d_list_push_head(head, link); \
|