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()
1235 ep->hwtid = tid; in act_establish()
1273 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in close_complete_upcall()
1279 ep, ep->com.cm_id, ep->hwtid); in close_complete_upcall()
1290 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in peer_close_upcall()
1295 ep, ep->com.cm_id, ep->hwtid); in peer_close_upcall()
1305 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in peer_abort_upcall()
1311 ep->com.cm_id, ep->hwtid); in peer_abort_upcall()
1323 ep, ep->hwtid, status); in connect_reply_upcall()
1353 ep->hwtid, status); in connect_reply_upcall()
1366 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in connect_request_upcall()
1403 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in established_upcall()
1409 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in established_upcall()
1422 ep, ep->hwtid, credits); in update_rx_credits()
1440 cxgb_mk_rx_data_ack(skb, wrlen, ep->hwtid, ep->ctrlq_idx, in update_rx_credits()
1473 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in process_mpa_reply()
1713 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in process_mpa_request()
1858 pr_debug("ep %p tid %u dlen %u\n", ep, ep->hwtid, dlen); in rx_data()
1882 ep->com.state, ep->hwtid, status); in rx_data()
1938 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in abort_rpl()
2431 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in accept_cr()
2484 INIT_TP_WR_CPL(rpl5, CPL_PASS_ACCEPT_RPL, ep->hwtid); in accept_cr()
2495 INIT_TP_WR_CPL(rpl, CPL_PASS_ACCEPT_RPL, ep->hwtid); in accept_cr()
2506 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) in reject_cr() argument
2508 pr_debug("c4iw_dev %p tid %u\n", dev, hwtid); in reject_cr()
2510 release_tid(&dev->rdev, hwtid, skb); in reject_cr()
2520 unsigned int hwtid = GET_TID(req); in pass_accept_req() local
2554 , parent_ep, hwtid, in pass_accept_req()
2562 , parent_ep, hwtid, in pass_accept_req()
2646 child_ep->hwtid = hwtid; in pass_accept_req()
2652 cxgb4_insert_tid(t, child_ep, hwtid, in pass_accept_req()
2670 reject_cr(dev, hwtid, skb); in pass_accept_req()
2689 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in pass_establish()
2726 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2748 pr_debug("waking up ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2753 pr_debug("waking up ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2838 ep->hwtid, status, neg_adv_str(status)); in peer_abort()
2846 pr_debug("ep %p tid %u state %u\n", ep, ep->hwtid, in peer_abort()
2945 cxgb_mk_abort_rpl(rpl_skb, len, ep->hwtid, ep->txq_idx); in peer_abort()
2961 xa_erase_irq(&ep->com.dev->hwtids, ep->hwtid); in peer_abort()
2962 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid, in peer_abort()
2988 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in close_con_rpl()
3070 ep, ep->hwtid, credits); in fw4_ack()
3073 ep, ep->hwtid, state_read(&ep->com)); in fw4_ack()
3080 ep, ep->hwtid, state_read(&ep->com), in fw4_ack()
3099 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in c4iw_reject_cr()
3130 pr_debug("ep %p tid %u\n", ep, ep->hwtid); in c4iw_accept_cr()
3888 pr_debug("ep %p tid %u %016x\n", ep, ep->hwtid, ep->srqe_idx); in read_tcb_rpl()
4237 pr_debug("ep %p tid %u state %d\n", ep, ep->hwtid, ep->com.state); in process_timeout()
4270 __func__, ep, ep->hwtid, ep->com.state); in process_timeout()
4424 ep->hwtid, req->status, in peer_abort_intr()
4428 pr_debug("ep %p tid %u state %u\n", ep, ep->hwtid, ep->com.state); in peer_abort_intr()