Searched refs:I40IW_QP_SW_MIN_WQSIZE (Results 1 – 2 of 2) sorted by relevance
925 if (*sqdepth < (I40IW_QP_SW_MIN_WQSIZE << shift)) in i40iw_get_sqdepth()926 *sqdepth = I40IW_QP_SW_MIN_WQSIZE << shift; in i40iw_get_sqdepth()944 if (*rqdepth < (I40IW_QP_SW_MIN_WQSIZE << shift)) in i40iw_get_rqdepth()945 *rqdepth = I40IW_QP_SW_MIN_WQSIZE << shift; in i40iw_get_rqdepth()
1325 #define I40IW_QP_SW_MIN_WQSIZE 4 /*in WRs*/ macro