Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlistq.h474 d_list_pop_head( in d_list_pop_head() function
585 d_list_pop_head(d_list); in d_list_remove_entry()
727 #define d_list_pop_head(_d_list) \ macro
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dlistq.h482 d_list_pop_head( in d_list_pop_head() function
593 d_list_pop_head(d_list); in d_list_remove_entry()
735 #define d_list_pop_head(_d_list) \ macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c685 curr_gen_buf = (lm_tcp_gen_buf_t *)d_list_pop_head(peninsula); in lm_tcp_rx_peninsula_to_rq_copy()
1040 gen_buf = (lm_tcp_gen_buf_t *)d_list_pop_head(&pdev->toe_info.grqs[sb_idx].active_gen_list); in lm_tcp_rx_next_grq_buf()
2045 entry = d_list_pop_head(&gen_info->peninsula_list); in _lm_tcp_rx_get_buffered_data()
H A Dlm_l4sp.c415 d_list_entry_t * curr_entry = d_list_pop_head(bypass_gen_pool_list); in lm_tcp_rx_fill_grq()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp.c3747 pending = (void*)d_list_pop_head(&pdev->sq_info.pending_normal); in lm_sq_post_from_list()
3768 pending = (void*)d_list_pop_head(&pdev->sq_info.pending_high); in lm_sq_post_from_list()
3980 pending = (void*)d_list_pop_head(&pdev->sq_info.pending_complete); in lm_sq_complete()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_hw.c852 pTmp = (struct ecore_mcast_list_elem *)d_list_pop_head(mcastList); in BnxeMulticast()