Searched refs:rcv_indication_size (Results 1 – 4 of 4) sorted by relevance
208 u32_t rcv_indication_size; member
2074 if ((tcp->tcp_cached.rcv_indication_size > 0xffff) || in _lm_tcp_init_ustorm_toe_context()2075 (tcp->tcp_cached.rcv_indication_size != 0)) in _lm_tcp_init_ustorm_toe_context()2077 DbgBreakIf(tcp->tcp_cached.rcv_indication_size > 0xffff); in _lm_tcp_init_ustorm_toe_context()2078 …DbgBreakIf(tcp->tcp_cached.rcv_indication_size != 0); /* TBA receive_indication_size != 0 not supp… in _lm_tcp_init_ustorm_toe_context()2087 uctx_st->rcv_indication_size = 1; in _lm_tcp_init_ustorm_toe_context()3649 DbgBreakIf(tcp_cached->rcv_indication_size != 0); in lm_tcp_set_tcp_cached()3650 if (tcp->tcp_cached.rcv_indication_size != tcp_cached->rcv_indication_size) { in lm_tcp_set_tcp_cached()3652 tcp->cid, tcp->tcp_cached.rcv_indication_size, tcp_cached->rcv_indication_size); in lm_tcp_set_tcp_cached()3653 DbgBreakIf(tcp->tcp_cached.rcv_indication_size > 0xffff); in lm_tcp_set_tcp_cached()3654 tcp->tcp_cached.rcv_indication_size = tcp_cached->rcv_indication_size; in lm_tcp_set_tcp_cached()[all …]
2021 if ((u16_t)tcp->tcp_cached.rcv_indication_size != 0) { in _lm_tcp_rx_get_buffered_data()2590 …tcp->cid, tcp->tcp_cached.initial_rcv_wnd, tcp->tcp_cached.rcv_indication_size, gen_buff_size, buf… in lm_squeeze_rx_buffer_list()2594 tcp->cid, tcp->tcp_cached.initial_rcv_wnd, tcp->tcp_cached.rcv_indication_size, in lm_squeeze_rx_buffer_list()
9239 …u16_t rcv_indication_size /* The chip will release the current GRQ buffer to the driver when it kn… member9241 …u16_t rcv_indication_size /* The chip will release the current GRQ buffer to the driver when it kn… member9835 u16_t rcv_indication_size; member