Lines Matching defs:cdev
64 cxgbit_ppod_init_idata(struct cxgbit_device *cdev, struct cxgbi_ppm *ppm,
103 struct cxgbit_device *cdev = csk->com.cdev;
110 skb = cxgbit_ppod_init_idata(cdev, ppm, idx, npods, csk->tid);
174 struct cxgbit_device *cdev = csk->com.cdev;
175 struct cxgbi_ppm *ppm = cdev2ppm(cdev);
234 struct cxgbit_device *cdev = csk->com.cdev;
259 pr_debug("cdev 0x%p, cmd 0x%p, tag 0x%x\n", cdev, cmd, ttinfo->tag);
272 struct cxgbit_device *cdev = csk->com.cdev;
273 struct cxgbi_ppm *ppm = cdev2ppm(cdev);
296 int cxgbit_ddp_init(struct cxgbit_device *cdev)
298 struct cxgb4_lld_info *lldi = &cdev->lldi;
299 struct net_device *ndev = cdev->lldi.ports[0];
314 ret = cxgbi_ppm_init(lldi->iscsi_ppm, cdev->lldi.ports[0],
315 cdev->lldi.pdev, &cdev->lldi, &tformat,
325 set_bit(CDEV_DDP_ENABLE, &cdev->flags);