Lines Matching refs:lldi
200 error = cxgb4_l2t_send(rdev->lldi.ports[0], skb, l2e); in c4iw_l2t_send()
215 error = cxgb4_ofld_send(rdev->lldi.ports[0], skb); in c4iw_ofld_send()
238 ep->emss = ep->com.dev->rdev.lldi.mtus[TCPOPT_MSS_G(opt)] - in set_emss()
302 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in _c4iw_free_ep()
367 for (i = 0; i < dev->rdev.lldi.nports; i++) in our_interface()
368 if (dev->rdev.lldi.ports[i] == egress_dev) in our_interface()
446 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in act_open_req_arp_failure()
482 (ep->com.dev->rdev.lldi.pf)); in send_flowc()
573 memcpy(pm_msg->if_name, dev->rdev.lldi.ports[0]->name, in c4iw_form_reg_msg()
628 int sizev4 = is_t4(ep->com.dev->rdev.lldi.adapter_type) ? in send_connect()
631 int sizev6 = is_t4(ep->com.dev->rdev.lldi.adapter_type) ? in send_connect()
658 best_mtu(ep->com.dev->rdev.lldi.mtus, ep->mtu, &mtu_idx, in send_connect()
691 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect()
698 if (is_t4(ep->com.dev->rdev.lldi.adapter_type)) { in send_connect()
711 ep->com.dev->rdev.lldi.ports[0], in send_connect()
733 ep->com.dev->rdev.lldi.ports[0], in send_connect()
757 ep->com.dev->rdev.lldi.ports[0], in send_connect()
783 ep->com.dev->rdev.lldi.ports[0], in send_connect()
1062 struct tid_info *t = dev->rdev.lldi.tids; in act_establish()
1407 ep->com.dev->rdev.lldi.max_ordird_qp) in process_mpa_reply()
1678 struct tid_info *t = dev->rdev.lldi.tids; in rx_data()
1731 struct tid_info *t = dev->rdev.lldi.tids; in abort_rpl()
1773 ep->com.dev->rdev.lldi.ports[0], in send_fw_act_open_req()
1788 best_mtu(ep->com.dev->rdev.lldi.mtus, ep->mtu, &mtu_idx, in send_fw_act_open_req()
1814 TX_QUEUE_V(ep->com.dev->rdev.lldi.tx_modq[ep->tx_chan]) | in send_fw_act_open_req()
1903 ep->l2t = cxgb4_l2t_get(cdev->rdev.lldi.l2t, in import_ep()
1910 step = cdev->rdev.lldi.ntxq / in import_ep()
1911 cdev->rdev.lldi.nchan; in import_ep()
1913 step = cdev->rdev.lldi.nrxq / in import_ep()
1914 cdev->rdev.lldi.nchan; in import_ep()
1916 ep->rss_qid = cdev->rdev.lldi.rxq_ids[ in import_ep()
1922 ep->l2t = cxgb4_l2t_get(cdev->rdev.lldi.l2t, in import_ep()
1929 step = cdev->rdev.lldi.ntxq / in import_ep()
1930 cdev->rdev.lldi.nchan; in import_ep()
1933 step = cdev->rdev.lldi.nrxq / in import_ep()
1934 cdev->rdev.lldi.nchan; in import_ep()
1935 ep->rss_qid = cdev->rdev.lldi.rxq_ids[ in import_ep()
1973 ep->atid = cxgb4_alloc_atid(ep->com.dev->rdev.lldi.tids, ep); in c4iw_reconnect()
2024 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_reconnect()
2044 struct tid_info *t = dev->rdev.lldi.tids; in act_open_rpl()
2084 dev->rdev.lldi.enable_fw_ofld_conn) { in act_open_rpl()
2122 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, GET_TID(rpl)); in act_open_rpl()
2136 struct tid_info *t = dev->rdev.lldi.tids; in pass_open_rpl()
2155 struct tid_info *t = dev->rdev.lldi.tids; in close_listsrv_rpl()
2180 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in accept_cr()
2191 best_mtu(ep->com.dev->rdev.lldi.mtus, ep->mtu, &mtu_idx, in accept_cr()
2232 if (is_t5(ep->com.dev->rdev.lldi.adapter_type)) { in accept_cr()
2300 struct tid_info *t = dev->rdev.lldi.tids; in pass_accept_req()
2450 struct tid_info *t = dev->rdev.lldi.tids; in pass_establish()
2479 struct tid_info *t = dev->rdev.lldi.tids; in peer_close()
2567 struct tid_info *t = dev->rdev.lldi.tids; in peer_abort()
2676 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in peer_abort()
2691 struct tid_info *t = dev->rdev.lldi.tids; in close_con_rpl()
2734 struct tid_info *t = dev->rdev.lldi.tids; in terminate()
2765 struct tid_info *t = dev->rdev.lldi.tids; in fw4_ack()
2859 ep->ord <= h->rdev.lldi.max_ordird_qp) { in c4iw_accept_cr()
2933 ind = in_dev_get(dev->rdev.lldi.ports[0]); in pick_local_ipaddrs()
2979 if (get_lladdr(dev->rdev.lldi.ports[0], &addr, IFA_F_TENTATIVE)) { in pick_local_ip6addrs()
3040 ep->atid = cxgb4_alloc_atid(dev->rdev.lldi.tids, ep); in c4iw_connect()
3160 cxgb4_free_atid(ep->com.dev->rdev.lldi.tids, ep->atid); in c4iw_connect()
3175 err = cxgb4_create_server6(ep->com.dev->rdev.lldi.ports[0], in create_server6()
3178 ep->com.dev->rdev.lldi.rxq_ids[0]); in create_server6()
3198 if (dev->rdev.lldi.enable_fw_ofld_conn) { in create_server4()
3201 ep->com.dev->rdev.lldi.ports[0], ep->stid, in create_server4()
3203 ep->com.dev->rdev.lldi.rxq_ids[0], 0, 0); in create_server4()
3211 err = cxgb4_create_server(ep->com.dev->rdev.lldi.ports[0], in create_server4()
3213 0, ep->com.dev->rdev.lldi.rxq_ids[0]); in create_server4()
3256 if (dev->rdev.lldi.enable_fw_ofld_conn && in c4iw_create_listen()
3258 ep->stid = cxgb4_alloc_sftid(dev->rdev.lldi.tids, in c4iw_create_listen()
3261 ep->stid = cxgb4_alloc_stid(dev->rdev.lldi.tids, in c4iw_create_listen()
3312 cxgb4_free_stid(ep->com.dev->rdev.lldi.tids, ep->stid, in c4iw_create_listen()
3331 if (ep->com.dev->rdev.lldi.enable_fw_ofld_conn && in c4iw_destroy_listen()
3334 ep->com.dev->rdev.lldi.ports[0], ep->stid, in c4iw_destroy_listen()
3335 ep->com.dev->rdev.lldi.rxq_ids[0], 0); in c4iw_destroy_listen()
3339 ep->com.dev->rdev.lldi.ports[0], ep->stid, in c4iw_destroy_listen()
3340 ep->com.dev->rdev.lldi.rxq_ids[0], 0); in c4iw_destroy_listen()
3347 cxgb4_free_stid(ep->com.dev->rdev.lldi.tids, ep->stid, in c4iw_destroy_listen()
3433 ep = (struct c4iw_ep *)lookup_atid(dev->rdev.lldi.tids, in active_ofld_conn_reply()
3465 cxgb4_free_atid(dev->rdev.lldi.tids, atid); in active_ofld_conn_reply()
3560 eth_hdr_len = is_t4(dev->rdev.lldi.adapter_type) ? in build_cpl_pass_accept_req()
3630 ret = cxgb4_ofld_send(dev->rdev.lldi.ports[0], req_skb); in send_fw_pass_open_req()
3684 lep = (struct c4iw_ep *)lookup_stid(dev->rdev.lldi.tids, stid); in rx_pkt()
3690 eth_hdr_len = is_t4(dev->rdev.lldi.adapter_type) ? in rx_pkt()
3731 e = cxgb4_l2t_get(dev->rdev.lldi.l2t, neigh, in rx_pkt()
3738 e = cxgb4_l2t_get(dev->rdev.lldi.l2t, neigh, in rx_pkt()
3750 step = dev->rdev.lldi.nrxq / dev->rdev.lldi.nchan; in rx_pkt()
3751 rss_qid = dev->rdev.lldi.rxq_ids[pi->port_id * step]; in rx_pkt()
3756 dev->rdev.lldi.ports[0], in rx_pkt()
3976 struct tid_info *t = dev->rdev.lldi.tids; in peer_abort_intr()