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