Home
last modified time | relevance | path

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

/freebsd/sys/dev/irdma/
H A Dirdma_uk.c1435 irdma_round_up_wq(u32 wqdepth) in irdma_round_up_wq() argument
1439 for (wqdepth--; scount <= 16; scount *= 2) in irdma_round_up_wq()
1440 wqdepth |= wqdepth >> scount; in irdma_round_up_wq()
1442 return ++wqdepth; in irdma_round_up_wq()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_uk.c1541 irdma_round_up_wq(u32 wqdepth) in irdma_round_up_wq() argument
1545 for (wqdepth--; scount <= 16; scount *= 2) in irdma_round_up_wq()
1546 wqdepth |= wqdepth >> scount; in irdma_round_up_wq()
1548 return ++wqdepth; in irdma_round_up_wq()