Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/irdma/
H A Duk.c1267 u32 *sqdepth) in irdma_get_sqdepth() argument
1271 *sqdepth = irdma_qp_round_up((sq_size << shift) + IRDMA_SQ_RSVD); in irdma_get_sqdepth()
1273 if (*sqdepth < min_size) in irdma_get_sqdepth()
1274 *sqdepth = min_size; in irdma_get_sqdepth()
1275 else if (*sqdepth > uk_attrs->max_hw_wq_quanta) in irdma_get_sqdepth()