Home
last modified time | relevance | path

Searched refs:skp_bytes_copied (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c453 comp_bytes = min(bytes_skipped, tcp->rx_con->u.rx.skp_bytes_copied); in lm_tcp_rx_skp_process()
459 tcp->rx_con->u.rx.skp_bytes_copied -= comp_bytes; in lm_tcp_rx_skp_process()
1072 if (tcp->rx_con->u.rx.skp_bytes_copied) { in lm_tcp_rx_complete_tcp_fp()
1074 tcp->rx_con->bytes_comp_cnt += tcp->rx_con->u.rx.skp_bytes_copied; in lm_tcp_rx_complete_tcp_fp()
1076 … lm_tcp_complete_nbytes(pdev, tcp, tcp->rx_con, tcp->rx_con->u.rx.skp_bytes_copied, /* push=*/ 0); in lm_tcp_rx_complete_tcp_fp()
1077 tcp->rx_con->u.rx.skp_bytes_copied = 0; in lm_tcp_rx_complete_tcp_fp()
1292 …= tcp->rx_con->u.rx.gen_info.dpc_peninsula_nbytes+tcp->rx_con->u.rx.skp_bytes_copied); // we got a… in lm_tcp_rx_process_cqe()
1293 …, tcp, tcp->rx_con->u.rx.gen_info.dpc_peninsula_nbytes+tcp->rx_con->u.rx.skp_bytes_copied, sb_idx); in lm_tcp_rx_process_cqe()
1865 rx_con->u.rx.skp_bytes_copied += copied_bytes; in lm_tcp_rx_post_buf()
H A Dlm_l4fp.c211 DbgBreakIf ((con->type == TCP_CON_TYPE_RX) && (con->u.rx.skp_bytes_copied)); in lm_tcp_abort_bufs()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h329 …u32_t skp_bytes_copied; /* counter of bytes that were already copied to the buffer at post that we member