Lines Matching refs:lldi
66 func, pci_name(cdev->lldi.pdev), tid); in cxgbit_wait_for_reply()
72 pci_name(cdev->lldi.pdev), wr_waitp->ret, tid); in cxgbit_wait_for_reply()
156 __func__, cdev->lldi.ports[0]->name, stid, sin6->sin6_port); in cxgbit_create_server6()
161 ret = cxgb4_clip_get(cdev->lldi.ports[0], in cxgbit_create_server6()
173 ret = cxgb4_create_server6(cdev->lldi.ports[0], in cxgbit_create_server6()
176 cdev->lldi.rxq_ids[0]); in cxgbit_create_server6()
187 cxgb4_clip_release(cdev->lldi.ports[0], in cxgbit_create_server6()
207 __func__, cdev->lldi.ports[0]->name, stid, sin->sin_port); in cxgbit_create_server4()
212 ret = cxgb4_create_server(cdev->lldi.ports[0], in cxgbit_create_server4()
215 cdev->lldi.rxq_ids[0]); in cxgbit_create_server4()
237 struct cxgb4_lld_info *lldi = &cdev->lldi; in cxgbit_find_device() local
239 for (i = 0; i < lldi->nports; i++) { in cxgbit_find_device()
240 if (lldi->ports[i] == ndev) { in cxgbit_find_device()
354 stid = cxgb4_alloc_stid(cdev->lldi.tids, ss_family, cnp); in __cxgbit_setup_cdev_np()
359 cxgb4_free_stid(cdev->lldi.tids, stid, ss_family); in __cxgbit_setup_cdev_np()
370 cxgb4_free_stid(cdev->lldi.tids, stid, in __cxgbit_setup_cdev_np()
537 ret = cxgb4_remove_server(cdev->lldi.ports[0], stid, in __cxgbit_free_cdev_np()
538 cdev->lldi.rxq_ids[0], ipv6); in __cxgbit_free_cdev_np()
557 cxgb4_clip_release(cdev->lldi.ports[0], in __cxgbit_free_cdev_np()
562 cxgb4_free_stid(cdev->lldi.tids, stid, in __cxgbit_free_cdev_np()
746 csk->emss = csk->com.cdev->lldi.mtus[TCPOPT_MSS_G(opt)] - in cxgbit_set_emss()
790 cxgb4_clip_release(csk->com.cdev->lldi.ports[0], in _cxgbit_free_csk()
795 cxgb4_remove_tid(csk->com.cdev->lldi.tids, 0, csk->tid, in _cxgbit_free_csk()
913 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, in cxgbit_offload_init()
919 csk->smac_idx = cxgb4_tp_smt_idx(cdev->lldi.adapter_type, in cxgbit_offload_init()
921 step = cdev->lldi.ntxq / in cxgbit_offload_init()
922 cdev->lldi.nchan; in cxgbit_offload_init()
924 step = cdev->lldi.nrxq / in cxgbit_offload_init()
925 cdev->lldi.nchan; in cxgbit_offload_init()
927 csk->rss_qid = cdev->lldi.rxq_ids[ in cxgbit_offload_init()
946 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, priority); in cxgbit_offload_init()
948 csk->l2t = cxgb4_l2t_get(cdev->lldi.l2t, n, ndev, 0); in cxgbit_offload_init()
955 csk->smac_idx = cxgb4_tp_smt_idx(cdev->lldi.adapter_type, in cxgbit_offload_init()
957 step = cdev->lldi.ntxq / in cxgbit_offload_init()
958 cdev->lldi.nports; in cxgbit_offload_init()
962 step = cdev->lldi.nrxq / in cxgbit_offload_init()
963 cdev->lldi.nports; in cxgbit_offload_init()
966 csk->rss_qid = cdev->lldi.rxq_ids[rxq_idx]; in cxgbit_offload_init()
988 ret = cxgb4_ofld_send(cdev->lldi.ports[0], skb); in cxgbit_ofld_send()
1019 ret = cxgb4_l2t_send(cdev->lldi.ports[0], skb, l2e); in cxgbit_l2t_send()
1115 struct cxgb4_lld_info *lldi = &csk->com.cdev->lldi; in cxgbit_pass_accept_rpl() local
1136 cxgb_best_mtu(csk->com.cdev->lldi.mtus, csk->mtu, &mtu_idx, in cxgbit_pass_accept_rpl()
1160 if (!is_t5(lldi->adapter_type)) in cxgbit_pass_accept_rpl()
1172 if (is_t5(lldi->adapter_type)) in cxgbit_pass_accept_rpl()
1204 struct tid_info *t = cdev->lldi.tids; in cxgbit_pass_accept_req()
1238 cxgb_get_4tuple(req, cdev->lldi.adapter_type, &iptype, local_ip, in cxgbit_pass_accept_req()
1248 dst = cxgb_find_route(&cdev->lldi, cxgbit_get_real_dev, in cxgbit_pass_accept_req()
1259 dst = cxgb_find_route6(&cdev->lldi, cxgbit_get_real_dev, in cxgbit_pass_accept_req()
1304 csk->wr_cred = cdev->lldi.wr_cred - in cxgbit_pass_accept_req()
1327 cxgb4_clip_get(cdev->lldi.ports[0], in cxgbit_pass_accept_req()
1420 (csk->com.cdev->lldi.pf)); in cxgbit_send_tx_flowc_wr()
1547 struct tid_info *t = cdev->lldi.tids; in cxgbit_pass_open_rpl()
1569 struct tid_info *t = cdev->lldi.tids; in cxgbit_close_listsrv_rpl()
1591 struct tid_info *t = cdev->lldi.tids; in cxgbit_pass_establish()
1870 struct cxgb4_lld_info *lldi = &cdev->lldi; in cxgbit_set_tcb_rpl() local
1871 struct tid_info *t = lldi->tids; in cxgbit_set_tcb_rpl()
1891 struct cxgb4_lld_info *lldi = &cdev->lldi; in cxgbit_rx_data() local
1892 struct tid_info *t = lldi->tids; in cxgbit_rx_data()
1931 struct cxgb4_lld_info *lldi = &cdev->lldi; in cxgbit_rx_cpl() local
1932 struct tid_info *t = lldi->tids; in cxgbit_rx_cpl()