Searched refs:gen_buf_list (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4rx.c | 54 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() 996 isle_nbytes = _lm_tcp_isle_remove(pdev, tcp, sb_idx, 1, &gen_buf_list); in lm_tcp_rx_gen_join_process() 998 if (d_list_entry_cnt(&gen_buf_list) > 1) { in lm_tcp_rx_gen_join_process() 999 DbgBreakIf(((lm_tcp_gen_buf_t *)(d_list_peek_head(&gen_buf_list)))->placed_bytes == 0); in lm_tcp_rx_gen_join_process() 1001 … pdev->toe_info.grqs[sb_idx].gen_bufs_in_isles_delta -= (s32_t)d_list_entry_cnt(&gen_buf_list); in lm_tcp_rx_gen_join_process() 1004 if (!d_list_is_empty(&gen_buf_list)) { in lm_tcp_rx_gen_join_process() [all …]
|
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/ |
H A D | mm_l4if.h | 280 d_list_t * gen_buf_list,
|