Lines Matching refs:__func__

106 	    __func__, t->stid_base, t->nstids, n));
142 __func__, &t->stids, stid, t->nstids);
157 ("%s: EDOOFUS.", __func__));
176 KASSERT(sr->used > 0, ("%s: nonsense free (%d)", __func__, sr->used));
185 ("%s: stids_in_use (%u) < stids being freed (%u)", __func__,
237 ("%s: refcount %d", __func__, lctx->refcount));
238 KASSERT(lctx->stid >= 0, ("%s: bad stid %d.", __func__, lctx->stid));
241 __func__, lctx->stid, lctx, lctx->inp);
362 __func__, synqe, synqe->flags, synqe->tid,
378 panic("%s: allocation failure.", __func__);
421 log(LOG_ERR, "%s: allocation failure", __func__);
449 log(LOG_ERR, "%s: allocation failure", __func__);
479 panic("%s: allocation failure.", __func__);
529 __func__, device_get_nameunit(sc->dev));
534 ("%s: TOM not initialized", __func__));
564 __func__, device_get_nameunit(sc->dev));
570 __func__, lctx->stid, tcpstates[tp->t_state], lctx, inp,
579 __func__, device_get_nameunit(sc->dev), rc);
583 KASSERT(inp != NULL, ("%s: inp freed", __func__));
607 CTR4(KTR_CXGBE, "%s: stid %u, lctx %p, flags %x", __func__, lctx->stid,
737 ("%s: unexpected opcode 0x%x", __func__, opcode));
738 KASSERT(m == NULL, ("%s: wasn't expecting payload", __func__));
739 KASSERT(lctx->stid == stid, ("%s: lctx stid mismatch", __func__));
744 __func__, stid, status, lctx->flags);
758 ("%s: inp %p still in listen hash", __func__, inp));
812 ("%s: unexpected opcode 0x%x", __func__, opcode));
813 KASSERT(m == NULL, ("%s: wasn't expecting payload", __func__));
814 KASSERT(lctx->stid == stid, ("%s: lctx stid mismatch", __func__));
816 CTR3(KTR_CXGBE, "%s: stid %u, status %u", __func__, stid, status);
820 __func__, status, stid);
876 ("%s: unexpected opcode 0x%x", __func__, opcode));
877 KASSERT(m == NULL, ("%s: wasn't expecting payload", __func__));
878 KASSERT(synqe->tid == tid, ("%s: toep tid mismatch", __func__));
881 __func__, tid, synqe, synqe->flags, synqe->lctx, cpl->status);
922 ("%s: unexpected opcode 0x%x", __func__, opcode));
923 KASSERT(m == NULL, ("%s: wasn't expecting payload", __func__));
924 KASSERT(synqe->tid == tid, ("%s: toep tid mismatch", __func__));
927 __func__, tid, synqe, synqe->flags, synqe->lctx, cpl->status);
932 __func__, synqe, synqe->flags));
953 ("%s: %p not a synq_entry?", __func__, arg));
1261 ("%s: unexpected opcode 0x%x", __func__, opcode));
1262 KASSERT(lctx->stid == stid, ("%s: lctx stid mismatch", __func__));
1264 CTR4(KTR_CXGBE, "%s: stid %u, tid %u, lctx %p", __func__, stid, tid,
1424 __func__, stid, tid, lctx, synqe, synqe->ulp_mode);
1432 CTR4(KTR_CXGBE, "%s: stid %u, tid %u, REJECT (%d)", __func__, stid, tid,
1507 ("%s: unexpected opcode 0x%x", __func__, opcode));
1508 KASSERT(m == NULL, ("%s: wasn't expecting payload", __func__));
1509 KASSERT(lctx->stid == stid, ("%s: lctx stid mismatch", __func__));
1511 ("%s: tid %u (ctx %p) not a synqe", __func__, tid, synqe));
1519 __func__, stid, tid, synqe, synqe->flags, inp->inp_flags);
1524 ("%s: vi %p, sc %p mismatch", __func__, vi, sc));
1536 ("%s: CPL arrived on unexpected rxq. %d %d", __func__,
1558 KASSERT(so != NULL, ("%s: socket is NULL", __func__));