Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/irdma/ !
Duser.h417 u32 *wqdepth);
419 u32 *wqdepth);
Duk.c1253 static int irdma_qp_round_up(u32 wqdepth) in irdma_qp_round_up() argument
1257 for (wqdepth--; scount <= 16; scount *= 2) in irdma_qp_round_up()
1258 wqdepth |= wqdepth >> scount; in irdma_qp_round_up()
1260 return ++wqdepth; in irdma_qp_round_up()