Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c88 DbgBreakIf((con->type == TCP_CON_TYPE_RX) && !tcp_buf); /* RX: even if completed_bytes==0 */ in lm_tcp_complete_nbytes()
124 DbgBreakIf((con->type == TCP_CON_TYPE_RX) && completed_bytes && !tcp_buf); in lm_tcp_complete_nbytes()
139 DbgBreakIf(con->type != TCP_CON_TYPE_RX); /* push is relevant for Rx con only */ in lm_tcp_complete_nbytes()
183 DbgBreakIf((con->type == TCP_CON_TYPE_RX) && (completed_bytes != 0)); in lm_tcp_complete_nbytes()
211 DbgBreakIf ((con->type == TCP_CON_TYPE_RX) && (con->u.rx.skp_bytes_copied)); in lm_tcp_abort_bufs()
H A Dlm_l4sp.c1773 tcp->rx_con->type = TCP_CON_TYPE_RX; in lm_tcp_init_tcp_resc()
4001 if (con->type == TCP_CON_TYPE_RX) { in lm_tcp_service_deferred_cqes()
4010 if (con->type == TCP_CON_TYPE_RX) { in lm_tcp_service_deferred_cqes()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h438 #define TCP_CON_TYPE_RX 1 macro