Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c338 d_list_t tmp_gen_buf_list; in lm_tcp_rx_fill_grq() local
361 d_list_init(&tmp_gen_buf_list, NULL, NULL, 0); in lm_tcp_rx_fill_grq()
411 mm_tcp_get_gen_bufs(pdev, &tmp_gen_buf_list, num_required_buffs, sb_idx); in lm_tcp_rx_fill_grq()
413 while ((d_list_entry_cnt(&tmp_gen_buf_list) < num_bufs) && num_bypass_buffs) { in lm_tcp_rx_fill_grq()
424 d_list_push_head(&tmp_gen_buf_list, curr_entry); in lm_tcp_rx_fill_grq()
428 num_bufs = (u16_t)d_list_entry_cnt(&tmp_gen_buf_list); in lm_tcp_rx_fill_grq()
454 DbgBreakIf(num_bufs != tmp_gen_buf_list.cnt); in lm_tcp_rx_fill_grq()
464 curr_gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_head(&tmp_gen_buf_list); in lm_tcp_rx_fill_grq()
496 if (d_list_entry_cnt(&tmp_gen_buf_list)) in lm_tcp_rx_fill_grq()
498 d_list_add_tail(&grq->active_gen_list, &tmp_gen_buf_list); in lm_tcp_rx_fill_grq()
[all …]