|
@@ -144,7 +144,7 @@ static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq,
|
|
|
V_FW_RI_RES_WR_NRES(2) |
|
|
|
FW_WR_COMPL(1));
|
|
|
res_wr->len16_pkd = cpu_to_be32(DIV_ROUND_UP(wr_len, 16));
|
|
|
- res_wr->cookie = (u64)&wr_wait;
|
|
|
+ res_wr->cookie = (unsigned long) &wr_wait;
|
|
|
res = res_wr->res;
|
|
|
res->u.sqrq.restype = FW_RI_RES_TYPE_SQ;
|
|
|
res->u.sqrq.op = FW_RI_RES_OP_WRITE;
|
|
@@ -985,7 +985,7 @@ static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp,
|
|
|
wqe->flowid_len16 = cpu_to_be32(
|
|
|
FW_WR_FLOWID(ep->hwtid) |
|
|
|
FW_WR_LEN16(DIV_ROUND_UP(sizeof *wqe, 16)));
|
|
|
- wqe->cookie = (u64)&wr_wait;
|
|
|
+ wqe->cookie = (unsigned long) &wr_wait;
|
|
|
|
|
|
wqe->u.fini.type = FW_RI_TYPE_FINI;
|
|
|
c4iw_init_wr_wait(&wr_wait);
|
|
@@ -1060,7 +1060,7 @@ static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp)
|
|
|
FW_WR_FLOWID(qhp->ep->hwtid) |
|
|
|
FW_WR_LEN16(DIV_ROUND_UP(sizeof *wqe, 16)));
|
|
|
|
|
|
- wqe->cookie = (u64)&wr_wait;
|
|
|
+ wqe->cookie = (unsigned long) &wr_wait;
|
|
|
|
|
|
wqe->u.init.type = FW_RI_TYPE_INIT;
|
|
|
wqe->u.init.mpareqbit_p2ptype =
|