Lines Matching defs:ctxt
59 struct hfi1_ctxtdata **ctxt)
85 dd_dev_info(dd, "created netdev context %d\n", uctxt->ctxt);
86 *ctxt = uctxt;
122 struct hfi1_ctxtdata **ctxt)
127 rc = hfi1_netdev_allocate_ctxt(dd, ctxt);
129 dd_dev_err(dd, "netdev ctxt alloc failed %d\n", rc);
133 rc = hfi1_netdev_setup_ctxt(priv, *ctxt);
135 dd_dev_err(dd, "netdev ctxt setup failed %d\n", rc);
136 hfi1_netdev_deallocate_ctxt(dd, *ctxt);
137 *ctxt = NULL;
213 i, rxq->rcd->ctxt);
272 rxq->rcd->ctxt);
290 rxq->rcd->ctxt);