Searched refs:active_gen_list (Results 1 – 3 of 3) sorted by relevance
702 d_list_t active_gen_list; member
498 d_list_add_tail(&grq->active_gen_list, &tmp_gen_buf_list); in lm_tcp_rx_fill_grq()611 d_list_init(&grq->active_gen_list, NULL, NULL, 0); in lm_tcp_init_resc()6237 if (!d_list_is_empty(&grq->active_gen_list)) { in lm_tcp_clear_grqs()6238 mm_tcp_return_list_of_gen_bufs(pdev, &grq->active_gen_list, 0, NON_EXISTENT_SB_IDX); in lm_tcp_clear_grqs()6239 d_list_clear(&grq->active_gen_list); in lm_tcp_clear_grqs()
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()