Home
last modified time | relevance | path

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

/drivers/infiniband/hw/i40iw/
Di40iw_uk.c925 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()
Di40iw_d.h1325 #define I40IW_QP_SW_MIN_WQSIZE 4 /*in WRs*/ macro