Home
last modified time | relevance | path

Searched refs:head_of_indication (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.c2008 lm_tcp_gen_buf_t * head_of_indication; in _lm_tcp_rx_get_buffered_data() local
2065 head_of_indication = (lm_tcp_gen_buf_t *)d_list_peek_head(&indicate_list); in _lm_tcp_rx_get_buffered_data()
2067 if CHK_NULL(head_of_indication) in _lm_tcp_rx_get_buffered_data()
2069 DbgBreakIfAll( !head_of_indication ) ; in _lm_tcp_rx_get_buffered_data()
2073 head_of_indication->tcp = tcp; in _lm_tcp_rx_get_buffered_data()
2074 head_of_indication->ind_nbufs = ind_nbufs; in _lm_tcp_rx_get_buffered_data()
2075 head_of_indication->ind_bytes = ind_nbytes; in _lm_tcp_rx_get_buffered_data()
2082 curr_gen_buf = head_of_indication; in _lm_tcp_rx_get_buffered_data()
2092 *gen_buf = head_of_indication; in _lm_tcp_rx_get_buffered_data()