Lines Matching refs:hwtid
222 static void release_tid(struct c4iw_rdev *rdev, u32 hwtid, struct sk_buff *skb) in release_tid() argument
230 INIT_TP_WR(req, hwtid); in release_tid()
231 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid)); in release_tid()
312 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in _c4iw_free_ep()
313 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in _c4iw_free_ep()
495 16)) | FW_WR_FLOWID_V(ep->hwtid)); in send_flowc()
533 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in send_halfclose()
543 INIT_TP_WR(req, ep->hwtid); in send_halfclose()
545 ep->hwtid)); in send_halfclose()
554 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in send_abort()
565 INIT_TP_WR(req, ep->hwtid); in send_abort()
566 OPCODE_TID(req) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid)); in send_abort()
857 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen); in send_mpa_req()
879 FW_WR_FLOWID_V(ep->hwtid) | in send_mpa_req()
952 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen); in send_mpa_reject()
973 FW_WR_FLOWID_V(ep->hwtid) | in send_mpa_reject()
1032 PDBG("%s ep %p tid %u pd_len %d\n", __func__, ep, ep->hwtid, ep->plen); in send_mpa_reply()
1053 FW_WR_FLOWID_V(ep->hwtid) | in send_mpa_reply()
1126 ep->hwtid = tid; in act_establish()
1128 insert_handle(dev, &dev->hwtid_idr, ep, ep->hwtid); in act_establish()
1154 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in close_complete_upcall()
1160 ep, ep->com.cm_id, ep->hwtid); in close_complete_upcall()
1170 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in abort_connection()
1180 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in peer_close_upcall()
1185 ep, ep->com.cm_id, ep->hwtid); in peer_close_upcall()
1195 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in peer_abort_upcall()
1201 ep->com.cm_id, ep->hwtid); in peer_abort_upcall()
1213 PDBG("%s ep %p tid %u status %d\n", __func__, ep, ep->hwtid, status); in connect_reply_upcall()
1243 ep->hwtid, status); in connect_reply_upcall()
1258 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in connect_request_upcall()
1295 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in established_upcall()
1301 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in established_upcall()
1313 PDBG("%s ep %p tid %u credits %u\n", __func__, ep, ep->hwtid, credits); in update_rx_credits()
1330 INIT_TP_WR(req, ep->hwtid); in update_rx_credits()
1332 ep->hwtid)); in update_rx_credits()
1355 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in process_mpa_reply()
1585 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in process_mpa_request()
1742 PDBG("%s ep %p tid %u dlen %u\n", __func__, ep, ep->hwtid, dlen); in rx_data()
1766 ep->com.state, ep->hwtid, status); in rx_data()
1795 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in abort_rpl()
2251 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in accept_cr()
2259 INIT_TP_WR(rpl5, ep->hwtid); in accept_cr()
2262 INIT_TP_WR(rpl, ep->hwtid); in accept_cr()
2265 ep->hwtid)); in accept_cr()
2334 static void reject_cr(struct c4iw_dev *dev, u32 hwtid, struct sk_buff *skb) in reject_cr() argument
2336 PDBG("%s c4iw_dev %p tid %u\n", __func__, dev, hwtid); in reject_cr()
2339 release_tid(&dev->rdev, hwtid, skb); in reject_cr()
2385 unsigned int hwtid = GET_TID(req); in pass_accept_req() local
2413 , __func__, parent_ep, hwtid, in pass_accept_req()
2421 , __func__, parent_ep, hwtid, in pass_accept_req()
2514 child_ep->hwtid = hwtid; in pass_accept_req()
2520 cxgb4_insert_tid(t, child_ep, hwtid); in pass_accept_req()
2521 insert_handle(dev, &dev->hwtid_idr, child_ep, child_ep->hwtid); in pass_accept_req()
2531 reject_cr(dev, hwtid, skb); in pass_accept_req()
2544 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in pass_establish()
2574 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in peer_close()
2596 PDBG("waking up ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2601 PDBG("waking up ep %p tid %u\n", ep, ep->hwtid); in peer_close()
2663 __func__, ep->hwtid, req->status, in peer_abort()
2671 PDBG("%s ep %p tid %u state %u\n", __func__, ep, ep->hwtid, in peer_abort()
2757 INIT_TP_WR(rpl, ep->hwtid); in peer_abort()
2758 OPCODE_TID(rpl) = cpu_to_be32(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid)); in peer_abort()
2774 remove_handle(ep->com.dev, &ep->com.dev->hwtid_idr, ep->hwtid); in peer_abort()
2775 cxgb4_remove_tid(ep->com.dev->rdev.lldi.tids, 0, ep->hwtid); in peer_abort()
2795 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in close_con_rpl()
2868 PDBG("%s ep %p tid %u credits %u\n", __func__, ep, ep->hwtid, credits); in fw4_ack()
2871 __func__, ep, ep->hwtid, state_read(&ep->com)); in fw4_ack()
2878 "initiator %u freeing skb\n", __func__, ep, ep->hwtid, in fw4_ack()
2891 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in c4iw_reject_cr()
2923 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in c4iw_accept_cr()
3945 PDBG("%s ep %p tid %u state %d\n", __func__, ep, ep->hwtid, in process_timeout()
3979 __func__, ep, ep->hwtid, ep->com.state); in process_timeout()
4129 __func__, ep->hwtid, req->status, in peer_abort_intr()
4136 PDBG("%s ep %p tid %u state %u\n", __func__, ep, ep->hwtid, in peer_abort_intr()