Home
last modified time | relevance | path

Searched refs:TPF_SYNQE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c785 synqe->flags = TPF_SYNQE; in alloc_synqe()
808 MPASS(synqe->flags & TPF_SYNQE); in release_synqe()
1113 KASSERT(synqe->flags & TPF_SYNQE, in t4_offload_socket()
1635 KASSERT(synqe->flags & TPF_SYNQE, in do_pass_establish()
H A Dt4_cpl_io.c1328 if (__predict_false(toep->flags & TPF_SYNQE)) { in do_peer_close()
1551 if (toep->flags & TPF_SYNQE) in do_abort_req()
1623 if (toep->flags & TPF_SYNQE) in do_abort_rpl()
1655 if (__predict_false(toep->flags & TPF_SYNQE)) { in do_rx_data()
1827 if (__predict_false(toep->flags & TPF_SYNQE)) { in do_fw4_ack()
H A Dt4_tom.h70 TPF_SYNQE = (1 << 8), /* synq_entry, not really a toepcb */ enumerator
H A Dt4_tls.c733 KASSERT(!(toep->flags & TPF_SYNQE), in do_tls_data()
803 KASSERT(!(toep->flags & TPF_SYNQE), in do_rx_tls_cmp()
H A Dt4_ddp.c1186 KASSERT(!(toep->flags & TPF_SYNQE), in handle_ddp_close()
1216 KASSERT(!(toep->flags & TPF_SYNQE), in do_rx_data_ddp()
H A Dt4_tom.c1790 MPASS(!(toep->flags & TPF_SYNQE)); in live_tid_failure_cleanup()