Searched refs:TCP_MAX_SGL_SIZE (Results 1 – 2 of 2) sorted by relevance
11 #define TCP_MAX_SGL_SIZE 0xffff /* 64KB - bd_used field is u16_t */ macro
1976 DbgBreakIf(frag_list->cnt > TCP_MAX_SGL_SIZE); in _lm_tcp_rx_post_buf()1977 tcp_buf->bd_used = frag_list->cnt & TCP_MAX_SGL_SIZE; in _lm_tcp_rx_post_buf()