Lines Matching refs:ddp
1554 struct cxgbi_ddp_info *ddp = cdev->ddp; in ddp_ppod_write_idata() local
1560 unsigned int pm_addr = idx * PPOD_SIZE + ddp->llimit; in ddp_ppod_write_idata()
1692 struct cxgbi_ddp_info *ddp = cdev->ddp; in cxgb4i_ddp_init() local
1696 if (ddp) { in cxgb4i_ddp_init()
1697 kref_get(&ddp->refcnt); in cxgb4i_ddp_init()
1699 cdev, cdev->ddp); in cxgb4i_ddp_init()
1709 ddp = cdev->ddp; in cxgb4i_ddp_init()
1711 tagmask = ddp->idx_mask << PPOD_IDX_SHIFT; in cxgb4i_ddp_init()
1725 cdev, ddp->nppods, ddp->idx_bits, ddp->idx_mask, in cxgb4i_ddp_init()
1726 ddp->rsvd_tag_mask, ddp->max_txsz, lldi->iscsi_iolen, in cxgb4i_ddp_init()
1727 ddp->max_rxsz, lldi->iscsi_iolen); in cxgb4i_ddp_init()
1729 cdev, cdev->tx_max_size, ddp->max_txsz, cdev->rx_max_size, in cxgb4i_ddp_init()
1730 ddp->max_rxsz); in cxgb4i_ddp_init()