Lines Matching defs:atid
394 CTR6(KTR_CXGBE, "%s: atid %d, toep %p (0x%x), inp %p (0x%x)",
1777 u_int opcode, atid, tid;
1794 atid = G_TID_TID(be32toh(OPCODE_TID(cpl)));
1795 CTR2(KTR_CXGBE, "%s: atid %u ", __func__, atid);
1796 act_open_failure_cleanup(sc, lookup_atid(sc, atid),
2041 int atid;
2066 for (atid = 0; atid < t->natids; atid++) {
2067 toep = lookup_atid(sc, atid);
2073 MPASS(toep->tid == atid);
2076 * Take the atid out of the lookup table. toep->tid is stale
2079 CTR(KTR_CXGBE, "%s: atid %d@%d STRANDED, removed from table",
2080 __func__, atid, toep->incarnation);