Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c339 d_list_t free_gen_buf_list; in lm_tcp_rx_fill_grq() local
362 d_list_init(&free_gen_buf_list, NULL, NULL, 0); in lm_tcp_rx_fill_grq()
420 d_list_push_head(&free_gen_buf_list, curr_entry); in lm_tcp_rx_fill_grq()
429 if ((bypass_gen_pool_list != NULL) && d_list_entry_cnt(&free_gen_buf_list)) in lm_tcp_rx_fill_grq()
431 d_list_add_tail(bypass_gen_pool_list, &free_gen_buf_list); in lm_tcp_rx_fill_grq()
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dbnx_lm_main.c1547 s_list_init(&ofld->gen_chain.free_gen_buf_list, NULL, NULL, 0); in init_ofld_resc()