diff options
Diffstat (limited to 'drivers/crypto/qat/qat_common/adf_pfvf_utils.h')
-rw-r--r-- | drivers/crypto/qat/qat_common/adf_pfvf_utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/crypto/qat/qat_common/adf_pfvf_utils.h b/drivers/crypto/qat/qat_common/adf_pfvf_utils.h index 7b73b5992d03..7676fdddbe26 100644 --- a/drivers/crypto/qat/qat_common/adf_pfvf_utils.h +++ b/drivers/crypto/qat/qat_common/adf_pfvf_utils.h @@ -6,6 +6,10 @@ #include <linux/types.h> #include "adf_pfvf_msg.h" +/* How long to wait for far side to acknowledge receipt */ +#define ADF_PFVF_MSG_ACK_DELAY_US 4 +#define ADF_PFVF_MSG_ACK_MAX_DELAY_US (1 * USEC_PER_SEC) + struct pfvf_field_format { u8 offset; u32 mask; |