• Home
  • Raw
  • Download

Lines Matching refs:hwtid

169 static void release_tid(struct t3cdev *tdev, u32 hwtid, struct sk_buff *skb)  in release_tid()  argument
178 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_TID_RELEASE, hwtid)); in release_tid()
193 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in iwch_quiesce_tid()
194 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid)); in iwch_quiesce_tid()
214 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in iwch_resume_tid()
215 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, ep->hwtid)); in iwch_resume_tid()
286 cxgb3_remove_tid(ep->com.tdev, (void *)ep, ep->hwtid); in __free_ep()
295 pr_debug("%s ep %p tid %d\n", __func__, ep, ep->hwtid); in release_ep_resources()
401 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_halfclose()
402 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_CON_REQ, ep->hwtid)); in send_halfclose()
420 req->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_abort()
421 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_ABORT_REQ, ep->hwtid)); in send_abort()
516 req->wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_mpa_req()
567 req->wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_mpa_reject()
618 req->wr_lo = htonl(V_WR_TID(ep->hwtid)); in send_mpa_reply()
640 ep->hwtid = tid; in act_establish()
673 ep, ep->com.cm_id, ep->hwtid); in close_complete_upcall()
690 ep, ep->com.cm_id, ep->hwtid); in peer_close_upcall()
705 ep->com.cm_id, ep->hwtid); in peer_abort_upcall()
732 ep->hwtid, status); in connect_reply_upcall()
746 pr_debug("%s ep %p tid %d\n", __func__, ep, ep->hwtid); in connect_request_upcall()
784 pr_debug("%s ep %p tid %d\n", __func__, ep, ep->hwtid); in established_upcall()
803 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_RX_DATA_ACK, ep->hwtid)); in update_rx_credits()
1065 __func__, ep, state_read(&ep->com), ep->hwtid); in rx_data()
1294 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_PASS_ACCEPT_RPL, ep->hwtid)); in accept_cr()
1306 static void reject_cr(struct t3cdev *tdev, u32 hwtid, __be32 peer_ip, in reject_cr() argument
1309 pr_debug("%s t3cdev %p tid %u peer_ip %x\n", __func__, tdev, hwtid, in reject_cr()
1316 release_tid(tdev, hwtid, skb); in reject_cr()
1324 hwtid)); in reject_cr()
1338 unsigned int hwtid = GET_TID(req); in pass_accept_req() local
1344 pr_debug("%s parent ep %p tid %u\n", __func__, parent_ep, hwtid); in pass_accept_req()
1399 child_ep->hwtid = hwtid; in pass_accept_req()
1401 cxgb3_insert_tid(tdev, &t3c_client, child_ep, hwtid); in pass_accept_req()
1405 reject_cr(tdev, hwtid, req->peer_ip, skb); in pass_accept_req()
1532 ep->hwtid); in peer_abort()
1617 rpl->wr.wr_lo = htonl(V_WR_TID(ep->hwtid)); in peer_abort()
1618 OPCODE_TID(rpl) = htonl(MK_OPCODE_TID(CPL_ABORT_RPL, ep->hwtid)); in peer_abort()
1703 pr_debug("%s ep %p tid %u status %d\n", __func__, ep, ep->hwtid, in ec_status()
1709 __func__, ep->hwtid); in ec_status()
1728 pr_debug("%s ep %p tid %u state %d\n", __func__, ep, ep->hwtid, in ep_timeout()
1763 pr_debug("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in iwch_reject_cr()
1789 pr_debug("%s ep %p tid %u\n", __func__, ep, ep->hwtid); in iwch_accept_cr()