Home
last modified time | relevance | path

Searched refs:tcp_buf (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c92 while(tcp_buf && tcp_buf->more_to_comp <= completed_bytes) { /* buffer fully completed */ in lm_tcp_complete_nbytes()
93 DbgBreakIf((tcp_buf->more_to_comp == tcp_buf->size) && in lm_tcp_complete_nbytes()
110 …DbgBreakIf(tcp_buf->app_buf_xferred != tcp_buf->app_buf_size); /* this is NOT partial completion */ in lm_tcp_complete_nbytes()
120 tcp_buf->app_buf_xferred = 0; in lm_tcp_complete_nbytes()
123 tcp_buf = (lm_tcp_buffer_t *)s_list_next_entry(&tcp_buf->link); in lm_tcp_complete_nbytes()
130 DbgBreakIf((tcp_buf->more_to_comp == tcp_buf->size) && in lm_tcp_complete_nbytes()
196 lm_tcp_buffer_t * tcp_buf; in lm_tcp_abort_bufs() local
222 con->rq_nbytes -= tcp_buf->size; in lm_tcp_abort_bufs()
224 tcp_buf->app_buf_xferred = 0; in lm_tcp_abort_bufs()
232 con->bytes_comp_cnt += (tcp_buf->app_buf_size - tcp_buf->app_buf_xferred); in lm_tcp_abort_bufs()
[all …]
H A Dlm_l4tx.c91 lm_tcp_buffer_t *tcp_buf, in lm_tcp_tx_post_buf() argument
103 DbgBreakIf(!(pdev && tcp && tcp_buf && frag_list)); in lm_tcp_tx_post_buf()
162 tcp_buf->bd_used = frag_list->cnt & 0xffff; in lm_tcp_tx_post_buf()
163 tcp_buf->size = tcp_buf->more_to_comp = (u32_t)frag_list->size; in lm_tcp_tx_post_buf()
164 DbgBreakIf(tcp_buf->size != dbg_buf_size); in lm_tcp_tx_post_buf()
169 tx_con->app_buf_bytes_acc_post += tcp_buf->size; in lm_tcp_tx_post_buf()
170 tx_con->db_more_bytes += tcp_buf->size; in lm_tcp_tx_post_buf()
179 if (tcp_buf->size >= tx_con->u.tx.mss) { in lm_tcp_tx_post_buf()
184 if(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_END) { in lm_tcp_tx_post_buf()
206 tx_con->rq_nbytes += tcp_buf->size; in lm_tcp_tx_post_buf()
[all …]
H A Dlm_l4rx.c33 lm_tcp_buffer_t *tcp_buf,
345 if(tcp_buf->more_to_comp == 0 && GET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_POST_END)) { in lm_tcp_complete_tcp_buf()
615 lm_tcp_buffer_t * tcp_buf, in lm_tcp_rx_peninsula_to_rq_copy() argument
639 tcp_offset = tcp_buf->size - tcp_buf->more_to_comp; in lm_tcp_rx_peninsula_to_rq_copy()
1743 lm_tcp_buffer_t *tcp_buf, in lm_tcp_rx_post_buf() argument
1759 DbgBreakIf( ( ! ( ( (!tcp_buf) && (!frag_list) ) || (tcp_buf && frag_list) ) ) || in lm_tcp_rx_post_buf()
1765 if (!tcp_buf) { in lm_tcp_rx_post_buf()
1783 if (tcp_buf) { in lm_tcp_rx_post_buf()
1804 tcp_buf->size = tcp_buf->more_to_comp = (u32_t)frag_list->size; in lm_tcp_rx_post_buf()
1842 …tcp->cid, tcp_buf, frag_list ? frag_list->size : 0, tcp_buf ? tcp_buf->flags : 0, rx_con->u.rx.gen… in lm_tcp_rx_post_buf()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm_l4.c250 lm_tcp_buffer_t * tcp_buf, /* TCP buffer to copy to */ in mm_tcp_copy_to_tcp_buf() argument
305 lm_tcp_buffer_t * tcp_buf, in mm_tcp_rx_peninsula_to_rq_copy_dmae() argument
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/l4/
H A Dmm_l4if.h149 lm_tcp_buffer_t * tcp_buf, /* TCP buffer to copy to */
295 lm_tcp_buffer_t * tcp_buf, /* TCP buffer to copy to */
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4if.h160 lm_tcp_buffer_t *tcp_buf,
168 lm_tcp_buffer_t *tcp_buf,