Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/irdma/
H A Duser.h409 u32 *wqdepth);
411 u32 *wqdepth);
H A Duk.c1216 static int irdma_qp_round_up(u32 wqdepth) in irdma_qp_round_up() argument
1220 for (wqdepth--; scount <= 16; scount *= 2) in irdma_qp_round_up()
1221 wqdepth |= wqdepth >> scount; in irdma_qp_round_up()
1223 return ++wqdepth; in irdma_qp_round_up()