Lines Matching refs:tids
632 stid = cxgb4_alloc_stid(cdev->tids, sk->sk_family, ctx); in chtls_listen_start()
652 cxgb4_free_stid(cdev->tids, stid, sk->sk_family); in chtls_listen_start()
669 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_listen_stop()
683 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_pass_open_rpl()
697 cxgb4_free_stid(cdev->tids, stid, listen_ctx->lsk->sk_family); in chtls_pass_open_rpl()
713 data = lookup_stid(cdev->tids, stid); in chtls_close_listsrv_rpl()
722 cxgb4_free_stid(cdev->tids, stid, listen_ctx->lsk->sk_family); in chtls_close_listsrv_rpl()
735 struct tid_info *tids; in chtls_release_resources() local
740 tids = cdev->tids; in chtls_release_resources()
749 cxgb4_remove_tid(tids, csk->port_id, tid, sk->sk_family); in chtls_release_resources()
824 data = lookup_stid(cdev->tids, oreq->ts_recent); in chtls_pass_open_arp_failure()
1159 newsk = lookup_tid(cdev->tids, tid); in chtls_pass_accept_request()
1169 cxgb4_remove_tid(cdev->tids, 0, tid, sk->sk_family); in chtls_pass_accept_request()
1237 cxgb4_insert_tid(cdev->tids, newsk, tid, newsk->sk_family); in chtls_pass_accept_request()
1239 listen_ctx = (struct listen_ctx *)lookup_stid(cdev->tids, stid); in chtls_pass_accept_request()
1269 data = lookup_stid(cdev->tids, stid); in chtls_pass_accept_req()
1276 if (unlikely(tid >= cdev->tids->ntids)) { in chtls_pass_accept_req()
1412 sk = lookup_tid(cdev->tids, hwtid); in chtls_pass_establish()
1433 data = lookup_stid(cdev->tids, stid); in chtls_pass_establish()
1560 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_data()
1612 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_pdu()
1681 sk = lookup_tid(cdev->tids, hwtid); in chtls_rx_cmp()
1934 ctx = lookup_stid(cdev->tids, oreq->ts_recent); in abort_syn_rcv()
2013 cxgb4_remove_tid(cdev->tids, in chtls_abort_rpl_rss()
2036 sk = lookup_tid(cdev->tids, hwtid); in chtls_conn_cpl()
2144 sk = lookup_tid(cdev->tids, hwtid); in chtls_wr_ack()