Searched refs:IRDMA_QP_SW_MIN_WQSIZE (Results 1 – 2 of 2) sorted by relevance
1311 if (*sqdepth < (IRDMA_QP_SW_MIN_WQSIZE << shift)) in irdma_get_sqdepth()1312 *sqdepth = IRDMA_QP_SW_MIN_WQSIZE << shift; in irdma_get_sqdepth()1331 if (*rqdepth < (IRDMA_QP_SW_MIN_WQSIZE << shift)) in irdma_get_rqdepth()1332 *rqdepth = IRDMA_QP_SW_MIN_WQSIZE << shift; in irdma_get_rqdepth()
139 #define IRDMA_QP_SW_MIN_WQSIZE 8u /* in WRs*/ macro
Completed in 11 milliseconds