Searched refs:synq_entry (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c55 static void t3_send_reset_synqe(struct toedev *, struct synq_entry *);
419 hold_synqe(struct synq_entry *synqe)
426 release_synqe(struct synq_entry *synqe)
440 static struct synq_entry *
443 int len = roundup(sizeof (struct synq_entry), 8);
448 panic("%s: no room for synq_entry (%td, %d)\n", __func__,
476 * The context associated with a tid entry via insert_tid could be a synq_entry
479 CTASSERT(offsetof(struct toepcb, tp_flags) == offsetof(struct synq_entry, flags));
504 struct synq_entry *synqe = NULL;
697 struct synq_entry *synq
[all...]
H A Dcxgb_tom.h106 struct synq_entry { struct
107 TAILQ_ENTRY(synq_entry) link; /* listen_ctx's synq link */
137 TAILQ_HEAD(, synq_entry) synq;
/freebsd-9.3-release/sys/dev/cxgbe/tom/
H A Dt4_tom.h64 TPF_SYNQE = (1 << 8), /* synq_entry, not really a toepcb */
65 TPF_SYNQE_NEEDFREE = (1 << 9), /* synq_entry was malloc'd separately */
153 struct synq_entry { struct
154 TAILQ_ENTRY(synq_entry) link; /* listen_ctx's synq link */
180 TAILQ_HEAD(, synq_entry) synq;
H A Dt4_listen.c85 static void send_reset_synqe(struct toedev *, struct synq_entry *);
344 send_reset_synqe(struct toedev *tod, struct synq_entry *synqe)
594 struct synq_entry *synqe;
630 hold_synqe(struct synq_entry *synqe)
637 release_synqe(struct synq_entry *synqe)
652 struct synq_entry *synqe = arg;
660 struct synq_entry *synqe = arg;
672 struct synq_entry *synqe = arg;
821 done_with_synqe(struct adapter *sc, struct synq_entry *synqe)
847 struct synq_entry *synq
[all...]
H A Dt4_cpl_io.c823 struct synq_entry *synqe = (void *)toep;
1143 struct synq_entry *synqe = (void *)toep;

Completed in 111 milliseconds