Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.h263 volatile cpt_res_s_t *cptres; in check_nb_command_id() local
265 cptres = (volatile cpt_res_s_t *)user_req->completion_addr; in check_nb_command_id()
267 if (unlikely(cptres->s8x.compcode == CPT_8X_COMP_E_NOTDONE)) { in check_nb_command_id()
278 if ((cptres->s8x.compcode == CPT_8X_COMP_E_NOTDONE) && in check_nb_command_id()
284 if (cptres->s8x.compcode != CPT_8X_COMP_E_NOTDONE) in check_nb_command_id()
294 if (likely(cptres->s8x.compcode == CPT_8X_COMP_E_GOOD)) { in check_nb_command_id()
306 } else if ((cptres->s8x.compcode == CPT_8X_COMP_E_SWERR) || in check_nb_command_id()
307 (cptres->s8x.compcode == CPT_8X_COMP_E_FAULT)) { in check_nb_command_id()
313 (cptres->s8x.compcode == CPT_8X_COMP_E_FAULT) ? in check_nb_command_id()
317 user_req, cptres->s8x.compcode); in check_nb_command_id()