Home
last modified time | relevance | path

Searched refs:dpc_flags (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c273 tx_con->dpc_info.dpc_flags |= LM_TCP_DPC_FIN_CMP; in lm_tcp_tx_cmp_process()
353 con->dpc_info.snapshot_flags = con->dpc_info.dpc_flags; in lm_tcp_tx_complete_tcp_fp()
354 con->dpc_info.dpc_flags = 0; in lm_tcp_tx_complete_tcp_fp()
390 …((tcp->tx_con->dpc_info.dpc_flags & LM_TCP_DPC_RESET_RECV /* RST recv on this DPC on a previous CQ… in lm_tcp_tx_process_cqe()
412 tcp->tx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RESET_RECV; in lm_tcp_tx_process_cqe()
418 tcp->tx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RAMROD_CMP; in lm_tcp_tx_process_cqe()
424 tcp->tx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RAMROD_CMP; in lm_tcp_tx_process_cqe()
430 tcp->tx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RAMROD_CMP; in lm_tcp_tx_process_cqe()
439 tcp->tx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RAMROD_CMP; in lm_tcp_tx_process_cqe()
H A Dlm_l4rx.c512 rx_con->dpc_info.dpc_flags &= ~(LM_TCP_DPC_TOO_BIG_ISLE | LM_TCP_DPC_TOO_MANY_ISLES); in lm_tcp_rx_delete_isle()
925 rx_con->dpc_info.dpc_flags |= LM_TCP_DPC_TOO_BIG_ISLE; in lm_tcp_rx_gen_isle_right_process()
1027 rx_con->dpc_info.dpc_flags &= ~(LM_TCP_DPC_TOO_BIG_ISLE | LM_TCP_DPC_TOO_MANY_ISLES); in lm_tcp_rx_gen_join_process()
1140 con->dpc_info.snapshot_flags = con->dpc_info.dpc_flags; in lm_tcp_rx_complete_tcp_fp()
1141 con->dpc_info.dpc_flags = 0; in lm_tcp_rx_complete_tcp_fp()
1212 tcp->rx_con->dpc_info.dpc_flags |= LM_TCP_DPC_TOO_MANY_ISLES; in lm_tcp_rx_process_cqe()
1303 tcp->rx_con->dpc_info.dpc_flags |= LM_TCP_DPC_FIN_RECV; in lm_tcp_rx_process_cqe()
1307 tcp->rx_con->dpc_info.dpc_flags |= LM_TCP_DPC_FIN_RECV_UPL; in lm_tcp_rx_process_cqe()
1311 tcp->rx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RESET_RECV; in lm_tcp_rx_process_cqe()
1321 tcp->rx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RAMROD_CMP; in lm_tcp_rx_process_cqe()
[all …]
H A Dlm_l4sp.c3021 rx_con->dpc_info.snapshot_flags = rx_con->dpc_info.dpc_flags; in lm_tcp_comp_cb()
3022 rx_con->dpc_info.dpc_flags = 0; in lm_tcp_comp_cb()
3036 tx_con->dpc_info.snapshot_flags = tx_con->dpc_info.dpc_flags; in lm_tcp_comp_cb()
3037 tx_con->dpc_info.dpc_flags = 0; in lm_tcp_comp_cb()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h370 …u16_t dpc_flags; /* flags marked during cqe processing - only accessed during… member