Lines Matching refs:tid

356 static struct c4iw_ep *get_ep_from_tid(struct c4iw_dev *dev, unsigned int tid)  in get_ep_from_tid()  argument
362 ep = xa_load(&dev->hwtids, tid); in get_ep_from_tid()
1219 unsigned int tid = GET_TID(req); in act_establish() local
1226 pr_debug("ep %p tid %u snd_isn %u rcv_isn %u\n", ep, tid, in act_establish()
1233 ep->hwtid = tid; in act_establish()
1234 cxgb4_insert_tid(t, ep, tid, ep->com.local_addr.ss_family); in act_establish()
1849 unsigned int tid = GET_TID(hdr); in rx_data() local
1853 ep = get_ep_from_tid(dev, tid); in rx_data()
1923 unsigned int tid = GET_TID(rpl); in abort_rpl() local
1925 ep = get_ep_from_tid(dev, tid); in abort_rpl()
2677 unsigned int tid = GET_TID(req); in pass_establish() local
2681 ep = get_ep_from_tid(dev, tid); in pass_establish()
2690 pr_debug("ep %p hwtid %u tcp_opt 0x%02x\n", ep, tid, tcp_opt); in pass_establish()
2715 unsigned int tid = GET_TID(hdr); in peer_close() local
2718 ep = get_ep_from_tid(dev, tid); in peer_close()
2820 unsigned int tid = GET_TID(req); in peer_abort() local
2826 ep = get_ep_from_tid(dev, tid); in peer_abort()
2978 unsigned int tid = GET_TID(rpl); in close_con_rpl() local
2980 ep = get_ep_from_tid(dev, tid); in close_con_rpl()
3023 unsigned int tid = GET_TID(rpl); in terminate() local
3027 ep = get_ep_from_tid(dev, tid); in terminate()
3031 pr_warn("TERM received tid %u qpid %u\n", tid, in terminate()
3044 pr_warn("TERM received tid %u no ep/qp\n", tid); in terminate()
3059 unsigned int tid = GET_TID(hdr); in fw4_ack() local
3062 ep = get_ep_from_tid(dev, tid); in fw4_ack()
3749 int atid = be32_to_cpu(req->tid); in active_ofld_conn_reply()
3752 (__force u32) req->tid); in active_ofld_conn_reply()
3814 (__force u32) req->tid))); in passive_ofld_conn_reply()
3849 unsigned int tid = GET_TID(rpl); in read_tcb_rpl() local
3854 ep = get_ep_from_tid(dev, tid); in read_tcb_rpl()
4409 unsigned int tid = GET_TID(req); in peer_abort_intr() local
4411 ep = get_ep_from_tid(dev, tid); in peer_abort_intr()
4414 pr_warn("Abort on non-existent endpoint, tid %d\n", tid); in peer_abort_intr()