Lines Matching refs:infop
961 static int rdma_supported(const struct cxgb4_lld_info *infop)
963 return infop->vr->stag.size > 0 && infop->vr->pbl.size > 0 &&
964 infop->vr->rq.size > 0 && infop->vr->qp.size > 0 &&
965 infop->vr->cq.size > 0;
968 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop)
973 if (!rdma_supported(infop)) {
975 pci_name(infop->pdev));
978 if (!ocqp_supported(infop))
980 pci_name(infop->pdev));
987 devp->rdev.lldi = *infop;
1024 } else if (ocqp_supported(infop)) {
1072 static void *c4iw_uld_add(const struct cxgb4_lld_info *infop)
1087 ctx->lldi = *infop;