Home
last modified time | relevance | path

Searched refs:indicate_list (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.c2009 d_list_t indicate_list; in _lm_tcp_rx_get_buffered_data() local
2042 d_list_init(&indicate_list, NULL, NULL, 0); in _lm_tcp_rx_get_buffered_data()
2058 d_list_push_tail(&indicate_list, entry); in _lm_tcp_rx_get_buffered_data()
2065 head_of_indication = (lm_tcp_gen_buf_t *)d_list_peek_head(&indicate_list); in _lm_tcp_rx_get_buffered_data()