Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/infiniband/hw/irdma/
Duk.c1308 if (*sqdepth < (IRDMA_QP_SW_MIN_WQSIZE << shift)) in irdma_get_sqdepth()
1309 *sqdepth = IRDMA_QP_SW_MIN_WQSIZE << shift; in irdma_get_sqdepth()
1328 if (*rqdepth < (IRDMA_QP_SW_MIN_WQSIZE << shift)) in irdma_get_rqdepth()
1329 *rqdepth = IRDMA_QP_SW_MIN_WQSIZE << shift; in irdma_get_rqdepth()
Ddefs.h139 #define IRDMA_QP_SW_MIN_WQSIZE 8u /* in WRs*/ macro