Searched refs:synqe (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 140 struct synq_entry *synqe; in stop_stid_tab() local 155 TAILQ_FOREACH(synqe, &td->synqe_list, link) { in stop_stid_tab() 156 MPASS(sc->incarnation == synqe->incarnation); in stop_stid_tab() 157 MPASS(synqe->tid >= 0); in stop_stid_tab() 158 MPASS(synqe == lookup_tid(sc, synqe->tid)); in stop_stid_tab() 161 __func__, synqe->tid, synqe->incarnation); in stop_stid_tab() 162 ntids = synqe->lctx->inp->inp_vflag & INP_IPV6 ? 2 : 1; in stop_stid_tab() 163 remove_tid(sc, synqe->tid, ntids); in stop_stid_tab() 166 synqe->tid = -1; in stop_stid_tab() 478 send_flowc_wr_synqe(struct adapter *sc, struct synq_entry *synqe) in send_flowc_wr_synqe() argument [all …]
|
H A D | t4_tom.c | 1820 struct synq_entry *synqe; in cleanup_stranded_tids() local 1826 while ((synqe = TAILQ_FIRST(&slist)) != NULL) { in cleanup_stranded_tids() 1827 TAILQ_REMOVE(&slist, synqe, link); in cleanup_stranded_tids() 1828 MPASS(synqe->tid >= 0); /* stale, was kept around for debug */ in cleanup_stranded_tids() 1829 synqe->tid = -1; in cleanup_stranded_tids() 1830 synack_failure_cleanup(sc, synqe); in cleanup_stranded_tids()
|