Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/irdma/
Duser.h433 u32 sq_size, u8 shift, u32 *wqdepth);
435 u32 rq_size, u8 shift, u32 *wqdepth);
Duk.c1313 static int irdma_qp_round_up(u32 wqdepth) in irdma_qp_round_up() argument
1317 for (wqdepth--; scount <= 16; scount *= 2) in irdma_qp_round_up()
1318 wqdepth |= wqdepth >> scount; in irdma_qp_round_up()
1320 return ++wqdepth; in irdma_qp_round_up()