Lines Matching refs:ddp
1578 struct cxgbi_ddp_info *ddp = cdev->ddp; in ddp_ppod_write_idata() local
1584 unsigned int pm_addr = idx * PPOD_SIZE + ddp->llimit; in ddp_ppod_write_idata()
1716 struct cxgbi_ddp_info *ddp = cdev->ddp; in cxgb4i_ddp_init() local
1720 if (ddp) { in cxgb4i_ddp_init()
1721 kref_get(&ddp->refcnt); in cxgb4i_ddp_init()
1723 cdev, cdev->ddp); in cxgb4i_ddp_init()
1733 ddp = cdev->ddp; in cxgb4i_ddp_init()
1735 tagmask = ddp->idx_mask << PPOD_IDX_SHIFT; in cxgb4i_ddp_init()
1749 cdev, ddp->nppods, ddp->idx_bits, ddp->idx_mask, in cxgb4i_ddp_init()
1750 ddp->rsvd_tag_mask, ddp->max_txsz, lldi->iscsi_iolen, in cxgb4i_ddp_init()
1751 ddp->max_rxsz, lldi->iscsi_iolen); in cxgb4i_ddp_init()
1753 cdev, cdev->tx_max_size, ddp->max_txsz, cdev->rx_max_size, in cxgb4i_ddp_init()
1754 ddp->max_rxsz); in cxgb4i_ddp_init()