Lines Matching defs:lldi
136 for (i = 0; i < cdev->lldi->nports; i++) {
170 kfree(cdev->lldi);
197 strlcat(tlsdev->name, cdev->lldi->ports[0]->name,
237 struct cxgb4_lld_info *lldi;
245 lldi = kzalloc(sizeof(*lldi), GFP_KERNEL);
246 if (!lldi)
252 *lldi = *info;
253 cdev->lldi = lldi;
254 cdev->pdev = lldi->pdev;
255 cdev->tids = lldi->tids;
256 cdev->ports = lldi->ports;
257 cdev->mtus = lldi->mtus;
258 cdev->tids = lldi->tids;
259 cdev->pfvf = FW_VIID_PFN_G(cxgb4_port_viid(lldi->ports[0]))
267 lldi->nodeid);
280 if (lldi->vr->key.size)
281 if (chtls_init_kmap(cdev, lldi))
294 kfree(lldi);
372 skb = copy_gl_to_skb_pkt(gl, rsp, cdev->lldi->sge_pktshift);