HomeSort by relevance Sort by last modified time
    Searched full:qp_depth (Results 1 - 1 of 1) sorted by null

  /external/fio/engines/
rdma.c 314 int qp_depth = td->o.iodepth * 2; /* 2 times of io depth */ local
335 if (qp_depth < 16)
336 qp_depth = 16;
340 qp_depth, rd, rd->channel, 0);
343 qp_depth, rd, rd->channel, 0);
356 init_attr.cap.max_send_wr = qp_depth;
357 init_attr.cap.max_recv_wr = qp_depth;

Completed in 107 milliseconds