Home
last modified time | relevance | path

Searched refs:num_bufs_to_indicate (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.c2013 u32_t num_bufs_to_indicate; in _lm_tcp_rx_get_buffered_data() local
2026 num_bufs_to_indicate = d_list_entry_cnt(&gen_info->peninsula_list); in _lm_tcp_rx_get_buffered_data()
2036 if (num_bufs_to_indicate > (*frag_list)->cnt) { in _lm_tcp_rx_get_buffered_data()
2038 num_bufs_to_indicate, (*frag_list)->cnt, tcp->cid); in _lm_tcp_rx_get_buffered_data()
2039 num_bufs_to_indicate = gen_info->max_frag_count; in _lm_tcp_rx_get_buffered_data()
2044 while (num_bufs_to_indicate--) { in _lm_tcp_rx_get_buffered_data()