Lines Matching refs:hwtid
221 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb) in release_tid() argument
229 INIT_TP_WR(req, hwtid); in release_tid()
230 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid)); in release_tid()
301 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in _c4iw_free_ep()
302 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in _c4iw_free_ep()
478 16)) | FW_WR_FLOWID_V(ep->hwtid)); in send_flowc()
516 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in send_halfclose()
526 INIT_TP_WR(req, ep->hwtid); in send_halfclose()
528 ep->hwtid)); in send_halfclose()
537 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in send_abort()
548 INIT_TP_WR(req, ep->hwtid); in send_abort()
549 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid)); in send_abort()
804 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen); in send_mpa_req()
826 FW_WR_FLOWID_V(ep->hwtid) | in send_mpa_req()
899 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen); in send_mpa_reject()
920 FW_WR_FLOWID_V(ep->hwtid) | in send_mpa_reject()
979 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen); in send_mpa_reply()
1000 FW_WR_FLOWID_V(ep->hwtid) | in send_mpa_reply()
1073 ep->hwtid = tid; in act_establish()
1075 insert_handle(dev, &dev->hwtid_idr, ep, ep->hwtid); in act_establish()
1101 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in close_complete_upcall()
1107 ep, ep->com.cm_id, ep->hwtid); in close_complete_upcall()
1117 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in abort_connection()
1127 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in peer_close_upcall()
1132 ep, ep->com.cm_id, ep->hwtid); in peer_close_upcall()
1142 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in peer_abort_upcall()
1148 ep->com.cm_id, ep->hwtid); in peer_abort_upcall()
1160 PDBG("%s ep %p tid %u status %d\n", __func__, ep, ep->hwtid, status); in connect_reply_upcall()
1186 ep->hwtid, status); in connect_reply_upcall()
1201 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in connect_request_upcall()
1238 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in established_upcall()
1244 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in established_upcall()
1256 PDBG("%s ep %p tid %u credits %u\n", __func__, ep, ep->hwtid, credits); in update_rx_credits()
1273 INIT_TP_WR(req, ep->hwtid); in update_rx_credits()
1275 ep->hwtid)); in update_rx_credits()
1298 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in process_mpa_reply()
1528 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in process_mpa_request()
1685 PDBG("%s ep %p tid %u dlen %u\n", __func__, ep, ep->hwtid, dlen); in rx_data()
1709 ep->com.state, ep->hwtid, status); in rx_data()
1738 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in abort_rpl()
2175 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in accept_cr()
2183 INIT_TP_WR(rpl5, ep->hwtid); in accept_cr()
2186 INIT_TP_WR(rpl, ep->hwtid); in accept_cr()
2189 ep->hwtid)); in accept_cr()
2254 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) in reject_cr() argument
2256 PDBG("%s c4iw_dev %p tid %u\n", __func__, dev, hwtid); in reject_cr()
2259 release_tid(&dev->rdev, hwtid, skb); in reject_cr()
2301 unsigned int hwtid = GET_TID(req); in pass_accept_req() local
2327 , __func__, parent_ep, hwtid, in pass_accept_req()
2335 , __func__, parent_ep, hwtid, in pass_accept_req()
2429 child_ep->hwtid = hwtid; in pass_accept_req()
2435 cxgb4_insert_tid(t, child_ep, hwtid); in pass_accept_req()
2436 insert_handle(dev, &dev->hwtid_idr, child_ep, child_ep->hwtid); in pass_accept_req()
2441 reject_cr(dev, hwtid, skb); in pass_accept_req()
2454 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in pass_establish()
2484 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in peer_close()
2506 PDBG("waking up ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2511 PDBG("waking up ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2573 __func__, ep->hwtid, req->status, in peer_abort()
2581 PDBG("%s ep %p tid %u state %u\n", __func__, ep, ep->hwtid, in peer_abort()
2667 INIT_TP_WR(rpl, ep->hwtid); in peer_abort()
2668 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid)); in peer_abort()
2675 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in peer_abort()
2676 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in peer_abort()
2696 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in close_con_rpl()
2769 PDBG("%s ep %p tid %u credits %u\n", __func__, ep, ep->hwtid, credits); in fw4_ack()
2772 __func__, ep, ep->hwtid, state_read(&ep->com)); in fw4_ack()
2779 "initiator %u freeing skb\n", __func__, ep, ep->hwtid, in fw4_ack()
2792 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in c4iw_reject_cr()
2824 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in c4iw_accept_cr()
3804 PDBG("%s ep %p tid %u state %d\n", __func__, ep, ep->hwtid, in process_timeout()
3838 __func__, ep, ep->hwtid, ep->com.state); in process_timeout()
3988 __func__, ep->hwtid, req->status, in peer_abort_intr()
3995 PDBG("%s ep %p tid %u state %u\n", __func__, ep, ep->hwtid, in peer_abort_intr()