Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h470 #define TCP_POST_BLOCKED 0x2000 macro
483 TCP_REMOTE_RST_RECEIVED_ALL_RX_INDICATED | TCP_POST_BLOCKED \
488 TCP_POST_BLOCKED)
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c122 tx_con->flags |= TCP_POST_BLOCKED; in lm_tcp_erase_connection()
133 rx_con->flags |= TCP_POST_BLOCKED; in lm_tcp_erase_connection()
1768 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()
3142 DbgBreakIf(!(con->flags & TCP_POST_BLOCKED)); in lm_tcp_init_tcp_state_machine()
3143 con->flags &= ~TCP_POST_BLOCKED; /* posting is temporary allowed */ in lm_tcp_init_tcp_state_machine()
3151 con->flags |= TCP_POST_BLOCKED; /* posting is no longer allowed*/ in lm_tcp_init_tcp_state_machine()
3262 DbgBreakIf(!(con->flags & TCP_POST_BLOCKED)); in lm_tcp_post_initiate_offload_request()
4070 DbgBreakIf(!(con->flags & TCP_POST_BLOCKED)); in lm_tcp_comp_initiate_offload_request()
4071 con->flags &= ~TCP_POST_BLOCKED; /* posting is now allowed */ in lm_tcp_comp_initiate_offload_request()
[all …]