Searched defs:lldi (Results 1 - 3 of 3) sorted by relevance

/drivers/infiniband/hw/cxgb4/
H A Ddevice.c305 rdev->qpshift = PAGE_SHIFT - ilog2(rdev->lldi.udb_density);
306 rdev->qpmask = rdev->lldi.udb_density - 1;
307 rdev->cqshift = PAGE_SHIFT - ilog2(rdev->lldi.ucq_density);
308 rdev->cqmask = rdev->lldi.ucq_density - 1;
312 __func__, pci_name(rdev->lldi.pdev), rdev->lldi.vr->stag.start,
313 rdev->lldi.vr->stag.size, c4iw_num_stags(rdev),
314 rdev->lldi.vr->pbl.start,
315 rdev->lldi.vr->pbl.size, rdev->lldi
375 struct cxgb4_lld_info lldi; member in struct:uld_ctx
[all...]
H A Diw_cxgb4.h74 #define PBL_OFF(rdev_p, a) ((a) - (rdev_p)->lldi.vr->pbl.start)
75 #define RQT_OFF(rdev_p, a) ((a) - (rdev_p)->lldi.vr->rq.start)
117 struct cxgb4_lld_info lldi; member in struct:c4iw_rdev
129 return min((int)T4_MAX_NUM_STAG, (int)(rdev->lldi.vr->stag.size >> 5));
164 pci_name(rdev->lldi.pdev), hwtid, qpid);
174 pci_name(rdev->lldi.pdev), wr_waitp->ret, hwtid, qpid);
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c527 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(csk->cdev); local
530 cxgb4_free_atid(lldi->tids, csk->atid);
543 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
544 struct tid_info *t = lldi->tids;
565 cxgb4_insert_tid(lldi->tids, csk, tid);
588 csk->advmss = lldi->mtus[GET_TCPOPT_MSS(tcp_opt)] - 40;
663 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
664 struct tid_info *t = lldi->tids;
683 cxgb4_remove_tid(lldi->tids, csk->port_id, GET_TID(rpl));
707 struct cxgb4_lld_info *lldi local
728 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
767 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
813 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
839 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
940 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
1025 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
1045 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
1098 struct cxgb4_lld_info *lldi; local
1126 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
1392 struct cxgb4_lld_info *lldi = cxgbi_cdev_priv(cdev); local
1435 t4_uld_add(const struct cxgb4_lld_info *lldi) argument
1455 memcpy(cxgbi_cdev_priv(cdev), lldi, sizeof(*lldi)); local
[all...]

Completed in 117 milliseconds