Searched defs:toepcb (Results 1 – 1 of 1) sorted by relevance
210 struct toepcb { struct214 TAILQ_ENTRY(toepcb) link; /* toep_list or stranded_toep_list */ argument224 int incarnation; /* sc->incarnation when toepcb was allocated */ argument227 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