Home
last modified time | relevance | path

Searched refs:qp_depth (Results 1 – 1 of 1) sorted by relevance

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