Lines Matching refs:infop
915 static int rdma_supported(const struct cxgb4_lld_info *infop) in rdma_supported() argument
917 return infop->vr->stag.size > 0 && infop->vr->pbl.size > 0 && in rdma_supported()
918 infop->vr->rq.size > 0 && infop->vr->qp.size > 0 && in rdma_supported()
919 infop->vr->cq.size > 0; in rdma_supported()
922 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop) in c4iw_alloc() argument
927 if (!rdma_supported(infop)) { in c4iw_alloc()
929 pci_name(infop->pdev)); in c4iw_alloc()
932 if (!ocqp_supported(infop)) in c4iw_alloc()
934 pci_name(infop->pdev)); in c4iw_alloc()
941 devp->rdev.lldi = *infop; in c4iw_alloc()
978 } else if (ocqp_supported(infop)) { in c4iw_alloc()
1027 static void *c4iw_uld_add(const struct cxgb4_lld_info *infop) in c4iw_uld_add() argument
1042 ctx->lldi = *infop; in c4iw_uld_add()