Lines Matching refs:hwtid
235 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb) in release_tid() argument
243 cxgb_mk_tid_release(skb, len, hwtid, 0); in release_tid()
335 __xa_erase(&ep->com.dev->hwtids, ep->hwtid); in remove_ep_tid()
347 err = __xa_insert(&ep->com.dev->hwtids, ep->hwtid, ep, GFP_KERNEL); in insert_ep_tid()
405 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid, in _c4iw_free_ep()
427 if (ep->hwtid != -1) in release_ep_resources()
539 ep->hwtid); in pass_accept_rpl_arp_failure()
614 FW_WR_FLOWID_V(ep->hwtid)); in send_flowc()
651 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in send_halfclose()
655 cxgb_mk_close_con_req(skb, wrlen, ep->hwtid, ep->txq_idx, in send_halfclose()
674 INIT_TP_WR(req, ep->hwtid); in read_tcb()
675 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_GET_TCB, ep->hwtid)); in read_tcb()
692 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in send_abort_req()
696 cxgb_mk_abort_req(req_skb, wrlen, ep->hwtid, ep->txq_idx, in send_abort_req()
949 ep, ep->hwtid, ep->plen); in send_mpa_req()
968 FW_WR_FLOWID_V(ep->hwtid) | in send_mpa_req()
1054 ep, ep->hwtid, ep->plen); in send_mpa_reject()
1074 FW_WR_FLOWID_V(ep->hwtid) | in send_mpa_reject()
1134 ep, ep->hwtid, ep->plen); in send_mpa_reply()
1154 FW_WR_FLOWID_V(ep->hwtid) | in send_mpa_reply()
1233 ep->hwtid = tid; in act_establish()
1271 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in close_complete_upcall()
1277 ep, ep->com.cm_id, ep->hwtid); in close_complete_upcall()
1288 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in peer_close_upcall()
1293 ep, ep->com.cm_id, ep->hwtid); in peer_close_upcall()
1303 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in peer_abort_upcall()
1309 ep->com.cm_id, ep->hwtid); in peer_abort_upcall()
1321 ep, ep->hwtid, status); in connect_reply_upcall()
1351 ep->hwtid, status); in connect_reply_upcall()
1364 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in connect_request_upcall()
1401 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in established_upcall()
1407 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in established_upcall()
1420 ep, ep->hwtid, credits); in update_rx_credits()
1438 cxgb_mk_rx_data_ack(skb, wrlen, ep->hwtid, ep->ctrlq_idx, in update_rx_credits()
1471 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in process_mpa_reply()
1711 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in process_mpa_request()
1856 pr_debug("ep %p tid %u dlen %u\n", ep, ep->hwtid, dlen); in rx_data()
1880 ep->com.state, ep->hwtid, status); in rx_data()
1936 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in abort_rpl()
2427 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in accept_cr()
2480 INIT_TP_WR_CPL(rpl5, CPL_PASS_ACCEPT_RPL, ep->hwtid); in accept_cr()
2491 INIT_TP_WR_CPL(rpl, CPL_PASS_ACCEPT_RPL, ep->hwtid); in accept_cr()
2502 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) in reject_cr() argument
2504 pr_debug("c4iw_dev %p tid %u\n", dev, hwtid); in reject_cr()
2506 release_tid(&dev->rdev, hwtid, skb); in reject_cr()
2516 unsigned int hwtid = GET_TID(req); in pass_accept_req() local
2550 , parent_ep, hwtid, in pass_accept_req()
2558 , parent_ep, hwtid, in pass_accept_req()
2642 child_ep->hwtid = hwtid; in pass_accept_req()
2648 cxgb4_insert_tid(t, child_ep, hwtid, in pass_accept_req()
2666 reject_cr(dev, hwtid, skb); in pass_accept_req()
2685 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in pass_establish()
2722 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2744 pr_debug("waking up ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2749 pr_debug("waking up ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2834 ep->hwtid, status, neg_adv_str(status)); in peer_abort()
2842 pr_debug("ep %p tid %u state %u\n", ep, ep->hwtid, in peer_abort()
2941 cxgb_mk_abort_rpl(rpl_skb, len, ep->hwtid, ep->txq_idx); in peer_abort()
2957 xa_erase_irq(&ep->com.dev->hwtids, ep->hwtid); in peer_abort()
2958 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid, in peer_abort()
2984 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in close_con_rpl()
3066 ep, ep->hwtid, credits); in fw4_ack()
3069 ep, ep->hwtid, state_read(&ep->com)); in fw4_ack()
3076 ep, ep->hwtid, state_read(&ep->com), in fw4_ack()
3095 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in c4iw_reject_cr()
3126 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in c4iw_accept_cr()
3884 pr_debug("ep %p tid %u %016x\n", ep, ep->hwtid, ep->srqe_idx); in read_tcb_rpl()
4233 pr_debug("ep %p tid %u state %d\n", ep, ep->hwtid, ep->com.state); in process_timeout()
4266 __func__, ep, ep->hwtid, ep->com.state); in process_timeout()
4420 ep->hwtid, req->status, in peer_abort_intr()
4424 pr_debug("ep %p tid %u state %u\n", ep, ep->hwtid, ep->com.state); in peer_abort_intr()