Lines Matching defs:lldi
63 func, pci_name(cdev->lldi.pdev), tid);
69 pci_name(cdev->lldi.pdev), wr_waitp->ret, tid);
153 __func__, cdev->lldi.ports[0]->name, stid, sin6->sin6_port);
158 ret = cxgb4_clip_get(cdev->lldi.ports[0],
170 ret = cxgb4_create_server6(cdev->lldi.ports[0],
173 cdev->lldi.rxq_ids[0]);
184 cxgb4_clip_release(cdev->lldi.ports[0],
204 __func__, cdev->lldi.ports[0]->name, stid, sin->sin_port);
209 ret = cxgb4_create_server(cdev->lldi.ports[0],
212 cdev->lldi.rxq_ids[0]);
234 struct cxgb4_lld_info *lldi = &cdev->lldi;
236 for (i = 0; i < lldi->nports; i++) {
237 if (lldi->ports[i] == ndev) {
351 stid = cxgb4_alloc_stid(cdev->lldi.tids, ss_family, cnp);
356 cxgb4_free_stid(cdev->lldi.tids, stid, ss_family);
367 cxgb4_free_stid(cdev->lldi.tids, stid,
534 ret = cxgb4_remove_server(cdev->lldi.ports[0], stid,
535 cdev->lldi.rxq_ids[0], ipv6);
554 cxgb4_clip_release(cdev->lldi.ports[0],
559 cxgb4_free_stid(cdev->lldi.tids, stid,
761 csk->emss = csk->com.cdev->lldi.mtus[TCPOPT_MSS_G(opt)] -
805 cxgb4_clip_release(csk->com.cdev->lldi.ports[0],
810 cxgb4_remove_tid(csk->com.cdev->lldi.tids, 0, csk->tid,
931 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t,
939 step = cdev->lldi.ntxq /
940 cdev->lldi.nchan;
942 step = cdev->lldi.nrxq /
943 cdev->lldi.nchan;
945 csk->rss_qid = cdev->lldi.rxq_ids[
964 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, priority);
966 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, 0);
975 step = cdev->lldi.ntxq /
976 cdev->lldi.nports;
980 step = cdev->lldi.nrxq /
981 cdev->lldi.nports;
984 csk->rss_qid = cdev->lldi.rxq_ids[rxq_idx];
1006 ret = cxgb4_ofld_send(cdev->lldi.ports[0], skb);
1037 ret = cxgb4_l2t_send(cdev->lldi.ports[0], skb, l2e);
1133 struct cxgb4_lld_info *lldi = &csk->com.cdev->lldi;
1154 cxgb_best_mtu(csk->com.cdev->lldi.mtus, csk->mtu, &mtu_idx,
1178 if (!is_t5(lldi->adapter_type))
1190 if (is_t5(lldi->adapter_type))
1222 struct tid_info *t = cdev->lldi.tids;
1256 cxgb_get_4tuple(req, cdev->lldi.adapter_type, &iptype, local_ip,
1266 dst = cxgb_find_route(&cdev->lldi, cxgbit_get_real_dev,
1277 dst = cxgb_find_route6(&cdev->lldi, cxgbit_get_real_dev,
1322 csk->wr_cred = cdev->lldi.wr_cred -
1345 cxgb4_clip_get(cdev->lldi.ports[0],
1438 (csk->com.cdev->lldi.pf));
1581 struct tid_info *t = cdev->lldi.tids;
1603 struct tid_info *t = cdev->lldi.tids;
1625 struct tid_info *t = cdev->lldi.tids;
1904 struct cxgb4_lld_info *lldi = &cdev->lldi;
1905 struct tid_info *t = lldi->tids;
1925 struct cxgb4_lld_info *lldi = &cdev->lldi;
1926 struct tid_info *t = lldi->tids;
1965 struct cxgb4_lld_info *lldi = &cdev->lldi;
1966 struct tid_info *t = lldi->tids;