Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
A Duser.h423 u32 sq_size, u8 shift, u32 *wqdepth);
425 u32 rq_size, u8 shift, u32 *wqdepth);
A Duk.c1256 static int irdma_qp_round_up(u32 wqdepth) in irdma_qp_round_up() argument
1260 for (wqdepth--; scount <= 16; scount *= 2) in irdma_qp_round_up()
1261 wqdepth |= wqdepth >> scount; in irdma_qp_round_up()
1263 return ++wqdepth; in irdma_qp_round_up()

Completed in 8 milliseconds