Searched refs:wqdepth (Results 1 – 2 of 2) sorted by relevance
1541 irdma_round_up_wq(u32 wqdepth) in irdma_round_up_wq() argument1545 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()
1435 irdma_round_up_wq(u32 wqdepth) in irdma_round_up_wq() argument1439 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()