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,
933 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t,
941 step = cdev->lldi.ntxq /
942 cdev->lldi.nchan;
944 step = cdev->lldi.nrxq /
945 cdev->lldi.nchan;
947 csk->rss_qid = cdev->lldi.rxq_ids[
966 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, priority);
968 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, 0);
977 step = cdev->lldi.ntxq /
978 cdev->lldi.nports;
982 step = cdev->lldi.nrxq /
983 cdev->lldi.nports;
986 csk->rss_qid = cdev->lldi.rxq_ids[rxq_idx];
1008 ret = cxgb4_ofld_send(cdev->lldi.ports[0], skb);
1039 ret = cxgb4_l2t_send(cdev->lldi.ports[0], skb, l2e);
1135 struct cxgb4_lld_info *lldi = &csk->com.cdev->lldi;
1156 cxgb_best_mtu(csk->com.cdev->lldi.mtus, csk->mtu, &mtu_idx,
1180 if (!is_t5(lldi->adapter_type))
1192 if (is_t5(lldi->adapter_type))
1223 struct tid_info *t = cdev->lldi.tids;
1257 cxgb_get_4tuple(req, cdev->lldi.adapter_type, &iptype, local_ip,
1267 dst = cxgb_find_route(&cdev->lldi, cxgbit_get_real_dev,
1278 dst = cxgb_find_route6(&cdev->lldi, cxgbit_get_real_dev,
1323 csk->wr_cred = cdev->lldi.wr_cred -
1346 cxgb4_clip_get(cdev->lldi.ports[0],
1439 (csk->com.cdev->lldi.pf));
1582 struct tid_info *t = cdev->lldi.tids;
1604 struct tid_info *t = cdev->lldi.tids;
1626 struct tid_info *t = cdev->lldi.tids;
1902 struct cxgb4_lld_info *lldi = &cdev->lldi;
1903 struct tid_info *t = lldi->tids;
1923 struct cxgb4_lld_info *lldi = &cdev->lldi;
1924 struct tid_info *t = lldi->tids;
1963 struct cxgb4_lld_info *lldi = &cdev->lldi;
1964 struct tid_info *t = lldi->tids;