Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c811 DbgBreakIfAll(last_gen_buf->placed_bytes != 0); in lm_tcp_rx_gen_peninsula_process()
813 last_gen_buf->placed_bytes = (u16_t)nbytes; in lm_tcp_rx_gen_peninsula_process()
905 DbgBreakIf(last_gen_buf->placed_bytes != 0); in lm_tcp_rx_gen_isle_right_process()
907 last_gen_buf->placed_bytes = (u16_t)nbytes; in lm_tcp_rx_gen_isle_right_process()
910 DbgBreakIf(last_gen_buf->placed_bytes == 0); in lm_tcp_rx_gen_isle_right_process()
960 DbgBreakIf(last_gen_buf->placed_bytes); in lm_tcp_rx_gen_isle_left_process()
961 last_gen_buf->placed_bytes = (u16_t)nbytes; in lm_tcp_rx_gen_isle_left_process()
1285 if(gen_buf && (gen_buf->placed_bytes == 0)) { in lm_tcp_rx_process_cqe()
2060 ind_nbytes += ((lm_tcp_gen_buf_t *)entry)->placed_bytes; in _lm_tcp_rx_get_buffered_data()
2538 bytes_to_copy = gen_buf_copy_from->placed_bytes; in lm_squeeze_rx_buffer_list()
[all …]
H A Dlm_l4sp.c478 curr_gen_buf->placed_bytes = 0; in lm_tcp_rx_fill_grq()
1867 gen_info->peninsula_nbytes += curr_gen_buf->placed_bytes; in lm_tcp_post_buffered_data()
5109 …p_gen_buf_t *)(d_list_peek_tail(&tcp->rx_con->u.rx.gen_info.peninsula_list)))->placed_bytes == 0)); in lm_tcp_rx_abortive_disconnect_ramrod_complete()
5215 …p_gen_buf_t *)(d_list_peek_tail(&tcp->rx_con->u.rx.gen_info.peninsula_list)))->placed_bytes == 0)); in lm_tcp_rx_invalidate_ramrod_complete()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h677 u16_t placed_bytes; member