Home
last modified time | relevance | path

Searched refs:cptres (Results 1 – 1 of 1) sorted by relevance

/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h270 volatile cpt_res_s_t *cptres; in check_nb_command_id() local
272 cptres = (volatile cpt_res_s_t *)user_req->completion_addr; in check_nb_command_id()
274 if (unlikely(cptres->s8x.compcode == CPT_8X_COMP_E_NOTDONE)) { in check_nb_command_id()
285 if ((cptres->s8x.compcode == CPT_8X_COMP_E_NOTDONE) && in check_nb_command_id()
291 if (cptres->s8x.compcode != CPT_8X_COMP_E_NOTDONE) in check_nb_command_id()
301 if (likely(cptres->s8x.compcode == CPT_8X_COMP_E_GOOD)) { in check_nb_command_id()
313 } else if ((cptres->s8x.compcode == CPT_8X_COMP_E_SWERR) || in check_nb_command_id()
314 (cptres->s8x.compcode == CPT_8X_COMP_E_FAULT)) { in check_nb_command_id()
320 (cptres->s8x.compcode == CPT_8X_COMP_E_FAULT) ? in check_nb_command_id()
324 user_req, cptres->s8x.compcode); in check_nb_command_id()