Symbol: lm_tcp_gen_buf_t
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/mm_l4if.h
272
lm_tcp_gen_buf_t * gen_buf,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/lm_l4if.h
187
OUT lm_tcp_gen_buf_t ** gen_buf /* head of indications generic buffer */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/lm_l4if.h
201
OUT lm_tcp_gen_buf_t ** gen_buf /* head of indications generic buffer */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/lm_l4if.h
219
lm_tcp_gen_buf_t * gen_buf /* head of indications generic buffer */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/lm_l4if.h
228
lm_tcp_gen_buf_t * gen_buf/* head of indications generic buffer */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1016
DbgBreakIf(((lm_tcp_gen_buf_t *)(d_list_peek_head(&gen_buf_list)))->placed_bytes == 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1018
DbgBreakIf(((lm_tcp_gen_buf_t *)(d_list_peek_tail(&start_isle->isle_gen_bufs_list_head)))->placed_bytes == 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1031
static __inline lm_tcp_gen_buf_t * lm_tcp_rx_next_grq_buf(lm_device_t * pdev, u8_t sb_idx)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1033
lm_tcp_gen_buf_t * gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1040
gen_buf = (lm_tcp_gen_buf_t *)d_list_pop_head(&pdev->toe_info.grqs[sb_idx].active_gen_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1101
if (((lm_tcp_gen_buf_t *)d_list_peek_tail(&con->u.rx.gen_info.peninsula_list))->placed_bytes == 0) {
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1102
lm_tcp_gen_buf_t * gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1103
gen_buf = (lm_tcp_gen_buf_t *)d_list_pop_tail(&con->u.rx.gen_info.peninsula_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1283
lm_tcp_gen_buf_t * gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
1284
gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_tail(&tcp->rx_con->u.rx.gen_info.dpc_peninsula_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2003
lm_tcp_gen_buf_t ** gen_buf
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2008
lm_tcp_gen_buf_t * head_of_indication;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2011
lm_tcp_gen_buf_t * curr_gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2029
DbgBreakIf(((lm_tcp_gen_buf_t *)d_list_peek_tail(&gen_info->peninsula_list))->placed_bytes == 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2048
if ((ind_nbytes + ((lm_tcp_gen_buf_t *)entry)->placed_bytes)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2060
ind_nbytes += ((lm_tcp_gen_buf_t *)entry)->placed_bytes;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2065
head_of_indication = (lm_tcp_gen_buf_t *)d_list_peek_head(&indicate_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2103
lm_tcp_gen_buf_t ** gen_buf
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2109
lm_tcp_gen_buf_t * unwanted_gen_buf = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2110
lm_tcp_gen_buf_t * temp_gen_buf = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2119
(((lm_tcp_gen_buf_t *)d_list_peek_tail(&gen_info->peninsula_list))->placed_bytes == 0));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2189
temp_gen_buf = (lm_tcp_gen_buf_t*)d_list_peek_tail(&gen_info->peninsula_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2194
unwanted_gen_buf = (lm_tcp_gen_buf_t*)d_list_peek_head(&gen_info->peninsula_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2199
unwanted_gen_buf = (lm_tcp_gen_buf_t*)d_list_peek_head(&gen_info->peninsula_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2237
lm_tcp_gen_buf_t ** gen_buf
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2276
lm_tcp_gen_buf_t * gen_buf /* head of indications generic buffer NULL if indication succeeded */
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2298
lm_tcp_gen_buf_t * curr_gen_buf, * ret_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2338
nbytes = ((lm_tcp_gen_buf_t *)curr_gen_buf)->placed_bytes - gen_info->first_buf_offset;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2380
void lm_tcp_return_gen_bufs(struct _lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_gen_buf_t * gen_buf,u32_t flags, u8_t grq_idx)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2382
lm_tcp_gen_buf_t * curr_gen_buf = gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2404
lm_tcp_gen_buf_t * gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_head(gen_buf_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2405
lm_tcp_gen_buf_t * curr_gen_buf = gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2422
void lm_tcp_rx_indication_returned(struct _lm_device_t *pdev, lm_tcp_state_t * tcp, lm_tcp_gen_buf_t * gen_buf)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2514
lm_tcp_gen_buf_t ** unwanted_gen_buf
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2521
lm_tcp_gen_buf_t * gen_buf_copy_to = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2522
lm_tcp_gen_buf_t * gen_buf_copy_from = NULL, *next_buffer = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2531
gen_buf_copy_to = (lm_tcp_gen_buf_t*)d_list_peek_head(&gen_info->peninsula_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2567
gen_buf_copy_to = (lm_tcp_gen_buf_t*)d_list_peek_head(&gen_info->peninsula_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
2587
*unwanted_gen_buf = (lm_tcp_gen_buf_t*)d_list_peek_head(&unwanted_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
27
lm_tcp_gen_buf_t ** unwanted_gen_buf
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
46
lm_tcp_gen_buf_t * gen_buf,
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
469
DbgBreakIf(((lm_tcp_gen_buf_t *)d_list_peek_head(&rx_con->u.rx.gen_info.dpc_peninsula_list))->placed_bytes == 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
620
lm_tcp_gen_buf_t * curr_gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
638
curr_gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_head(peninsula);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
685
curr_gen_buf = (lm_tcp_gen_buf_t *)d_list_pop_head(peninsula);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
689
curr_gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_head(peninsula);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
792
void lm_tcp_rx_gen_peninsula_process(lm_device_t * pdev, lm_tcp_state_t * tcp, u32_t nbytes, lm_tcp_gen_buf_t * gen_buf)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
796
lm_tcp_gen_buf_t * last_gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
809
last_gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_tail(&gen_info->dpc_peninsula_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
825
void lm_tcp_rx_gen_isle_create(lm_device_t * pdev, lm_tcp_state_t * tcp, lm_tcp_gen_buf_t * gen_buf, u8_t sb_idx, u8_t isle_num)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
886
void lm_tcp_rx_gen_isle_right_process(lm_device_t * pdev, lm_tcp_state_t * tcp, u32_t nbytes, lm_tcp_gen_buf_t * gen_buf, u8_t sb_idx, u8_t isle_num)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
890
lm_tcp_gen_buf_t * last_gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
900
last_gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_tail(&requested_isle->isle_gen_bufs_list_head);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
936
void lm_tcp_rx_gen_isle_left_process(lm_device_t * pdev, lm_tcp_state_t * tcp, u32_t nbytes, lm_tcp_gen_buf_t * gen_buf, u8_t sb_idx, u8_t isle_num)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
940
lm_tcp_gen_buf_t * last_gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
959
last_gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_head(&requested_isle->isle_gen_bufs_list_head);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
994
((lm_tcp_gen_buf_t *)(d_list_peek_tail(&gen_info->dpc_peninsula_list)))->placed_bytes == 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4rx.c
999
DbgBreakIf(((lm_tcp_gen_buf_t *)(d_list_peek_head(&gen_buf_list)))->placed_bytes == 0);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1857
lm_tcp_gen_buf_t * curr_gen_buf = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1862
curr_gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_head(buffered_data);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
1868
curr_gen_buf = (lm_tcp_gen_buf_t *)d_list_next_entry(&curr_gen_buf->link);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
336
lm_tcp_gen_buf_t * curr_gen_buf;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
414
lm_tcp_gen_buf_t * tmp_buf = NULL;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
416
tmp_buf = (lm_tcp_gen_buf_t *)curr_entry;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
464
curr_gen_buf = (lm_tcp_gen_buf_t *)d_list_peek_head(&tmp_gen_buf_list);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
489
curr_gen_buf = (lm_tcp_gen_buf_t *)d_list_next_entry(&curr_gen_buf->link);
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5109
(((lm_tcp_gen_buf_t *)(d_list_peek_tail(&tcp->rx_con->u.rx.gen_info.peninsula_list)))->placed_bytes == 0));
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/lm_l4sp.c
5215
(((lm_tcp_gen_buf_t *)(d_list_peek_tail(&tcp->rx_con->u.rx.gen_info.peninsula_list)))->placed_bytes == 0));
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
206
lm_tcp_gen_buf_t * gen_buf
usr/src/uts/common/io/bnxe/bnxe_mm_l4.c
227
lm_tcp_gen_buf_t * gen_buf,