X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcrypto%2Fqat%2Fqat_crypto.h;fp=drivers%2Fcrypto%2Fqat%2Fqat_crypto.h;h=7773b5701aef9020e012c03ded9cc44765966f92;hb=0a081a5fd26fbdae00a34541924d798b6dd4a63e;hp=3f35a00e74efbb9385cbd7485e5c3ce066b45adb;hpb=6fcd9fdf379b8218202e7213623da9b7359bb518;p=dpdk.git diff --git a/drivers/crypto/qat/qat_crypto.h b/drivers/crypto/qat/qat_crypto.h index 3f35a00e74..7773b5701a 100644 --- a/drivers/crypto/qat/qat_crypto.h +++ b/drivers/crypto/qat/qat_crypto.h @@ -77,7 +77,7 @@ struct qat_queue { struct qat_qp { void *mmap_bar_addr; - rte_atomic16_t inflights16; + uint16_t inflights16; struct qat_queue tx_q; struct qat_queue rx_q; struct rte_cryptodev_stats stats;