Home
last modified time | relevance | path

Searched defs:synq_entry (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/cxgb/ulp/tom/
HDcxgb_tom.h106 struct synq_entry { struct
108 int flags; /* same as toepcb's tp_flags */
109 int tid;
110 struct mbuf *m; /* backpointer to containing mbuf */
111 struct listen_ctx *lctx; /* backpointer to listen ctx */
112 struct cpl_pass_establish *cpl;
113 struct toepcb *toep;
137 TAILQ_HEAD(, synq_entry) synq; argument
/trueos/sys/dev/cxgbe/tom/
HDt4_tom.h147 struct synq_entry { struct
149 int flags; /* same as toepcb's tp_flags */
150 int tid;
174 TAILQ_HEAD(, synq_entry) synq; argument