Home
last modified time | relevance | path

Searched refs:TCP_COMP_BLOCKED (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h471 #define TCP_COMP_BLOCKED 0x4000 macro
490 … TCP_INV_REQ_COMPLETED | TCP_TRM_REQ_COMPLETED | TCP_COMP_BLOCKED \
493 … TCP_INV_REQ_COMPLETED | TCP_TRM_REQ_COMPLETED | TCP_COMP_BLOCKED \
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c1768 tcp->tx_con->flags = (TCP_POST_BLOCKED | TCP_COMP_BLOCKED); in lm_tcp_init_tcp_resc()
1776 tcp->rx_con->flags = (TCP_POST_BLOCKED | TCP_COMP_BLOCKED); in lm_tcp_init_tcp_resc()
3263 DbgBreakIf(!(con->flags & TCP_COMP_BLOCKED)); in lm_tcp_post_initiate_offload_request()
3264 con->flags &= ~TCP_COMP_BLOCKED; in lm_tcp_post_initiate_offload_request()
4102 con->flags |= TCP_COMP_BLOCKED; /* completions are blocked */ in lm_tcp_comp_initiate_offload_request()