Lines Matching defs:cq
96 struct ibv_cq *cq;
175 while ((ret = ibv_poll_cq(rd->cq, 1, &wc)) == 1) {
180 log_err("fio: cq completion status %d(%s)\n",
287 log_err("fio: Failed to get cq event!\n");
290 if (ev_cq != rd->cq) {
291 log_err("fio: Unknown CQ!\n");
294 if (ibv_req_notify_cq(rd->cq, 0) != 0) {
303 ibv_ack_cq_events(rd->cq, ret);
339 rd->cq = ibv_create_cq(rd->child_cm_id->verbs,
342 rd->cq = ibv_create_cq(rd->cm_id->verbs,
344 if (rd->cq == NULL) {
349 if (ibv_req_notify_cq(rd->cq, 0) != 0) {
361 init_attr.send_cq = rd->cq;
362 init_attr.recv_cq = rd->cq;
381 ibv_destroy_cq(rd->cq);
561 log_err("fio: Failed to get cq event!\n");
564 if (ev_cq != rd->cq) {
565 log_err("fio: Unknown CQ!\n");
568 if (ibv_req_notify_cq(rd->cq, 0) != 0) {
577 ibv_ack_cq_events(rd->cq, ret);
892 ibv_destroy_cq(rd->cq);