• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/amso1100/

Lines Matching defs:vq_req

124 	struct c2_vq_req *vq_req;
129 vq_req = vq_req_alloc(c2dev);
130 if (!vq_req)
134 wr.hdr.context = (unsigned long) vq_req;
137 vq_req_get(c2dev, vq_req);
141 vq_req_put(c2dev, vq_req);
145 err = vq_wait_for_reply(c2dev, vq_req);
150 (struct c2wr_rnic_query_rep *) (unsigned long) (vq_req->reply_msg);
204 vq_req_free(c2dev, vq_req);
213 struct c2_vq_req *vq_req;
219 vq_req = vq_req_alloc(c2dev);
220 if (!vq_req)
231 wr->hdr.context = (unsigned long) vq_req;
241 vq_req_get(c2dev, vq_req);
245 vq_req_put(c2dev, vq_req);
249 err = vq_wait_for_reply(c2dev, vq_req);
254 (struct c2wr_rnic_setconfig_rep *) (unsigned long) (vq_req->reply_msg);
266 vq_req_free(c2dev, vq_req);
275 struct c2_vq_req *vq_req;
281 vq_req = vq_req_alloc(c2dev);
282 if (!vq_req)
293 wr->hdr.context = (unsigned long) vq_req;
303 vq_req_get(c2dev, vq_req);
307 vq_req_put(c2dev, vq_req);
311 err = vq_wait_for_reply(c2dev, vq_req);
316 (struct c2wr_rnic_setconfig_rep *) (unsigned long) (vq_req->reply_msg);
328 vq_req_free(c2dev, vq_req);
338 struct c2_vq_req *vq_req;
343 vq_req = vq_req_alloc(c2dev);
344 if (vq_req == NULL) {
350 wr.rnic_open.req.hdr.context = (unsigned long) (vq_req);
355 vq_req_get(c2dev, vq_req);
359 vq_req_put(c2dev, vq_req);
363 err = vq_wait_for_reply(c2dev, vq_req);
368 reply = (struct c2wr_rnic_open_rep *) (unsigned long) (vq_req->reply_msg);
383 vq_req_free(c2dev, vq_req);
392 struct c2_vq_req *vq_req;
397 vq_req = vq_req_alloc(c2dev);
398 if (vq_req == NULL) {
404 wr.rnic_close.req.hdr.context = (unsigned long) vq_req;
407 vq_req_get(c2dev, vq_req);
411 vq_req_put(c2dev, vq_req);
415 err = vq_wait_for_reply(c2dev, vq_req);
420 reply = (struct c2wr_rnic_close_rep *) (unsigned long) (vq_req->reply_msg);
435 vq_req_free(c2dev, vq_req);