Searched refs:ADF_IOV_MSG_MAX_RETRIES (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/crypto/qat/qat_common/ | ||
D | adf_pf2vf_msg.h | 142 #define ADF_IOV_MSG_MAX_RETRIES 3 macro |
D | adf_pf2vf_msg.c | 253 } while (ret && (count++ < ADF_IOV_MSG_MAX_RETRIES)); in adf_iov_putmsg() |