Lines Matching refs:hwtid

171 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb)  in release_tid()  argument
180 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid)); in release_tid()
195 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in iwch_quiesce_tid()
196 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid)); in iwch_quiesce_tid()
216 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in iwch_resume_tid()
217 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid)); in iwch_resume_tid()
287 cxgb3_remove_tid(ep->com.tdev, (void *)ep, ep->hwtid); in __free_ep()
296 PDBG("%s ep %p tid %d\n", __func__, ep, ep->hwtid); in release_ep_resources()
402 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_halfclose()
403 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, ep->hwtid)); in send_halfclose()
423 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_abort()
424 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid)); in send_abort()
520 req->wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_mpa_req()
571 req->wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_mpa_reject()
622 req->wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_mpa_reply()
644 ep->hwtid = tid; in act_establish()
677 ep, ep->com.cm_id, ep->hwtid); in close_complete_upcall()
694 ep, ep->com.cm_id, ep->hwtid); in peer_close_upcall()
709 ep->com.cm_id, ep->hwtid); in peer_abort_upcall()
736 ep->hwtid, status); in connect_reply_upcall()
750 PDBG("%s ep %p tid %d\n", __func__, ep, ep->hwtid); in connect_request_upcall()
788 PDBG("%s ep %p tid %d\n", __func__, ep, ep->hwtid); in established_upcall()
807 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RX_DATA_ACK, ep->hwtid)); in update_rx_credits()
1070 __func__, ep, state_read(&ep->com), ep->hwtid); in rx_data()
1300 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL, ep->hwtid)); in accept_cr()
1312 static void reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip, in reject_cr() argument
1315 PDBG("%s t3cdev %p tid %u peer_ip %x\n", __func__, tdev, hwtid, in reject_cr()
1322 release_tid(tdev, hwtid, skb); in reject_cr()
1330 hwtid)); in reject_cr()
1344 unsigned int hwtid = GET_TID(req); in pass_accept_req() local
1350 PDBG("%s parent ep %p tid %u\n", __func__, parent_ep, hwtid); in pass_accept_req()
1410 child_ep->hwtid = hwtid; in pass_accept_req()
1412 cxgb3_insert_tid(tdev, &t3c_client, child_ep, hwtid); in pass_accept_req()
1416 reject_cr(tdev, hwtid, req->peer_ip, skb); in pass_accept_req()
1543 ep->hwtid); in peer_abort()
1631 rpl->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in peer_abort()
1632 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid)); in peer_abort()
1717 PDBG("%s ep %p tid %u status %d\n", __func__, ep, ep->hwtid, in ec_status()
1723 __func__, ep->hwtid); in ec_status()
1742 PDBG("%s ep %p tid %u state %d\n", __func__, ep, ep->hwtid, in ep_timeout()
1777 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in iwch_reject_cr()
1803 PDBG("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in iwch_accept_cr()