Searched refs:irdma_qp_round_up (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/hw/irdma/
H A Duk.c1213 * irdma_qp_round_up - return round up qp wq depth
1216 static int irdma_qp_round_up(u32 wqdepth) function
1271 *sqdepth = irdma_qp_round_up((sq_size << shift) + IRDMA_SQ_RSVD);
1293 *rqdepth = irdma_qp_round_up((rq_size << shift) + IRDMA_RQ_RSVD);

Completed in 138 milliseconds