Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.h210 struct toepcb { struct
214 TAILQ_ENTRY(toepcb) link; /* toep_list or stranded_toep_list */ argument
224 int incarnation; /* sc->incarnation when toepcb was allocated */ argument
227 u_int tx_total; /* total tx WR credits (in 16B units) */
228 u_int tx_credits; /* tx WR credits (in 16B units) available */
229 u_int tx_nocompl; /* tx WR credits since last compl request */
230 u_int plen_nocompl; /* payload since last compl request */
255 ulp_mode(struct toepcb *toep) in ulp_mode() argument