Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c2014 u32_t ind_nbufs=0, ind_nbytes=0; in _lm_tcp_rx_get_buffered_data() local
2048 if ((ind_nbytes + ((lm_tcp_gen_buf_t *)entry)->placed_bytes) in _lm_tcp_rx_get_buffered_data()
2050 if (ind_nbytes) { in _lm_tcp_rx_get_buffered_data()
2060 ind_nbytes += ((lm_tcp_gen_buf_t *)entry)->placed_bytes; in _lm_tcp_rx_get_buffered_data()
2063 ind_nbytes -= gen_info->first_buf_offset; in _lm_tcp_rx_get_buffered_data()
2075 head_of_indication->ind_bytes = ind_nbytes; in _lm_tcp_rx_get_buffered_data()
2076 DbgBreakIf(gen_info->peninsula_nbytes < ind_nbytes); in _lm_tcp_rx_get_buffered_data()
2077 gen_info->peninsula_nbytes -= ind_nbytes; in _lm_tcp_rx_get_buffered_data()
2081 (*frag_list)->size = ind_nbytes; in _lm_tcp_rx_get_buffered_data()