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