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