Lines Matching defs:atid
78 u_int atid = G_TID_TID(ntohl(cpl->tos_atid));
79 struct toepcb *toep = lookup_atid(sc, atid);
83 KASSERT(toep->tid == atid, ("%s: toep tid/atid mismatch", __func__));
85 CTR3(KTR_CXGBE, "%s: atid %u, tid %u", __func__, atid, tid);
86 free_atid(sc, atid);
157 u_int atid = G_TID_TID(G_AOPEN_ATID(be32toh(cpl->atid_status)));
159 struct toepcb *toep = lookup_atid(sc, atid);
163 KASSERT(toep->tid == atid, ("%s: toep tid/atid mismatch", __func__));
165 CTR3(KTR_CXGBE, "%s: atid %u, status %u ", __func__, atid, status);
370 "%s: atid %u, toep %p, inp %p, opt0 %#016lx, opt2 %#08x",
408 "%s: atid %u, toep %p, inp %p, opt0 %#016lx, opt2 %#08x",