Lines Matching refs:option
216 uint8_t option; member
859 switch (vcrypto->option) { in prepare_sym_cipher_op()
903 switch (vcrypto->option) { in prepare_sym_cipher_op()
1013 switch (vcrypto->option) { in prepare_sym_chain_op()
1058 switch (vcrypto->option) { in prepare_sym_chain_op()
1245 vc_req->zero_copy = vcrypto->option; in vhost_crypto_process_one_req()
1455 vcrypto->option = RTE_VHOST_CRYPTO_ZERO_COPY_DISABLE; in rte_vhost_crypto_create()
1539 rte_vhost_crypto_set_zero_copy(int vid, enum rte_vhost_crypto_zero_copy option) in rte_vhost_crypto_set_zero_copy() argument
1549 if (unlikely((uint32_t)option >= in rte_vhost_crypto_set_zero_copy()
1551 VC_LOG_ERR("Invalid option %i", option); in rte_vhost_crypto_set_zero_copy()
1561 if (vcrypto->option == (uint8_t)option) in rte_vhost_crypto_set_zero_copy()
1570 if (option == RTE_VHOST_CRYPTO_ZERO_COPY_DISABLE) { in rte_vhost_crypto_set_zero_copy()
1588 vcrypto->option = (uint8_t)option; in rte_vhost_crypto_set_zero_copy()
1637 switch (vcrypto->option) { in rte_vhost_crypto_fetch_requests()