Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Duser.h592 u32 *wqdepth);
594 u32 *wqdepth);
H A Duk.c1445 static int irdma_round_up_wq(u32 wqdepth) in irdma_round_up_wq() argument
1449 for (wqdepth--; scount <= 16; scount *= 2) in irdma_round_up_wq()
1450 wqdepth |= wqdepth >> scount; in irdma_round_up_wq()
1452 return ++wqdepth; in irdma_round_up_wq()