Lines Matching refs:tids

679 	stid = cxgb4_alloc_stid(cdev->tids, sk->sk_family, ctx);  in chtls_listen_start()
722 cxgb4_free_stid(cdev->tids, stid, sk->sk_family); in chtls_listen_start()
739 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_listen_stop()
766 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_pass_open_rpl()
779 cxgb4_free_stid(cdev->tids, stid, listen_ctx->lsk->sk_family); in chtls_pass_open_rpl()
795 data = lookup_stid(cdev->tids, stid); in chtls_close_listsrv_rpl()
802 cxgb4_free_stid(cdev->tids, stid, listen_ctx->lsk->sk_family); in chtls_close_listsrv_rpl()
823 struct tid_info *tids; in chtls_release_resources() local
828 tids = cdev->tids; in chtls_release_resources()
843 cxgb4_remove_tid(tids, csk->port_id, tid, sk->sk_family); in chtls_release_resources()
919 data = lookup_stid(cdev->tids, oreq->ts_recent); in chtls_pass_open_arp_failure()
1315 newsk = lookup_tid(cdev->tids, tid); in chtls_pass_accept_request()
1325 cxgb4_remove_tid(cdev->tids, 0, tid, sk->sk_family); in chtls_pass_accept_request()
1408 cxgb4_insert_tid(cdev->tids, newsk, tid, newsk->sk_family); in chtls_pass_accept_request()
1410 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_pass_accept_request()
1438 data = lookup_stid(cdev->tids, stid); in chtls_pass_accept_req()
1445 if (unlikely(tid_out_of_range(cdev->tids, tid))) { in chtls_pass_accept_req()
1579 sk = lookup_tid(cdev->tids, hwtid); in chtls_pass_establish()
1600 data = lookup_stid(cdev->tids, stid); in chtls_pass_establish()
1732 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_data()
1784 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_pdu()
1853 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_cmp()
2085 ctx = lookup_stid(cdev->tids, oreq->ts_recent); in abort_syn_rcv()
2162 cxgb4_remove_tid(cdev->tids, in chtls_abort_rpl_rss()
2186 sk = lookup_tid(cdev->tids, hwtid); in chtls_conn_cpl()
2288 sk = lookup_tid(cdev->tids, hwtid); in chtls_wr_ack()
2304 sk = lookup_tid(cdev->tids, hwtid); in chtls_set_tcb_rpl()