Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54387
b: refs/heads/master
c: 60be4b5
h: refs/heads/master
i:
  54385: a9d318b
  54383: 1267126
v: v3
  • Loading branch information
Steve Wise authored and Roland Dreier committed May 1, 2007
1 parent a4e9275 commit bc7da5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1860cdf802310e4a988e0b8fca41cc97da36f779
refs/heads/master: 60be4b5966e22040f97db9dada72841bf90479d1
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/hw/cxgb3/iwch_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,7 @@ static int listen_stop(struct iwch_listen_ep *ep)
}
req = (struct cpl_close_listserv_req *) skb_put(skb, sizeof(*req));
req->wr.wr_hi = htonl(V_WR_OP(FW_WROPCODE_FORWARD));
req->cpu_idx = 0;
OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_CLOSE_LISTSRV_REQ, ep->stid));
skb->priority = 1;
ep->com.tdev->send(ep->com.tdev, skb);
Expand Down

0 comments on commit bc7da5c

Please sign in to comment.