Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c2130 u16_t possible_frag_count, decreased_count; in lm_tcp_rx_get_buffered_data_from_terminate() local
2131 possible_frag_count = (/*bd_chain->page_cnt**/ in lm_tcp_rx_get_buffered_data_from_terminate()
2137 if (possible_frag_count > gen_info->max_frag_count) { in lm_tcp_rx_get_buffered_data_from_terminate()
2148 if (possible_frag_count < buff_cnt) { in lm_tcp_rx_get_buffered_data_from_terminate()
2149 decreased_count = possible_frag_count; in lm_tcp_rx_get_buffered_data_from_terminate()
2152 tcp->cid, buff_cnt, possible_frag_count); in lm_tcp_rx_get_buffered_data_from_terminate()
2157 tcp->cid, possible_frag_count, buff_cnt); in lm_tcp_rx_get_buffered_data_from_terminate()
2160 (*frag_list)->cnt = possible_frag_count; in lm_tcp_rx_get_buffered_data_from_terminate()