Lines Matching defs:ctxt
68 * buffers per ctxt, etc.) Zero means use chip value.
151 "Unable to allocate ctxtdata for Kernel ctxt, failing\n");
165 struct qib_ctxtdata *qib_create_ctxtdata(struct qib_pportdata *ppd, u32 ctxt,
178 rcd->ctxt = ctxt;
179 dd->rcd[ctxt] = rcd;
181 if (ctxt < dd->first_user_ctxt) { /* N/A for PSM contexts */
187 "Unable to allocate per ctxt stats buffer\n");
360 * ctxt data structure, so we only allocate memory for ctxts actually
361 * in use, since we at 8k per ctxt, now.
454 * ctxt == -1 means "all contexts". Only really safe for
672 * Need to re-create rest of ctxt 0 ctxtdata as well.
683 "failed to allocate kernel ctxt's rcvhdrq and/or egr bufs\n");
1292 int ctxt;
1330 for (ctxt = 0; ctxt < dd->cfgctxts; ctxt++) {
1331 int ctxt_tidbase = ctxt * dd->rcvtidcnt;
1361 for (ctxt = 0; tmp && ctxt < dd->ctxtcnt; ctxt++) {
1362 struct qib_ctxtdata *rcd = tmp[ctxt];
1364 tmp[ctxt] = NULL; /* debugging paranoia */
1561 "attempt to allocate %d bytes for ctxt %u rcvhdrq failed\n",
1562 amt, rcd->ctxt);
1566 if (rcd->ctxt >= dd->first_user_ctxt) {
1594 "attempt to allocate 1 page for ctxt %u rcvhdrqtailaddr failed\n",
1595 rcd->ctxt);