Home
last modified time | relevance | path

Searched refs: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_l4rx.c54 d_list_t * gen_buf_list,
110 d_list_t * gen_buf_list) in _lm_tcp_isle_remove() argument
147 d_list_add_tail(gen_buf_list, &isle->isle_gen_bufs_list_head); in _lm_tcp_isle_remove()
984 d_list_t gen_buf_list; in lm_tcp_rx_gen_join_process() local
995 d_list_init(&gen_buf_list, NULL, NULL, 0); in lm_tcp_rx_gen_join_process()
998 if (d_list_entry_cnt(&gen_buf_list) > 1) { in lm_tcp_rx_gen_join_process()
1004 if (!d_list_is_empty(&gen_buf_list)) { in lm_tcp_rx_gen_join_process()
1005 d_list_add_tail(&gen_info->dpc_peninsula_list, &gen_buf_list); in lm_tcp_rx_gen_join_process()
1011 d_list_init(&gen_buf_list, NULL, NULL, 0); in lm_tcp_rx_gen_join_process()
1015 if (d_list_entry_cnt(&gen_buf_list) > 1) { in lm_tcp_rx_gen_join_process()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/
H A Dmm_l4if.h280 d_list_t * gen_buf_list,