Lines Matching refs:frag_mode
160 u32 frag_mode; in mv_cesa_ahash_std_step() local
196 frag_mode = mv_cesa_get_op_cfg(op) & CESA_SA_DESC_CFG_FRAG_MSK; in mv_cesa_ahash_std_step()
200 if (frag_mode == CESA_SA_DESC_CFG_FIRST_FRAG) in mv_cesa_ahash_std_step()
201 frag_mode = CESA_SA_DESC_CFG_NOT_FRAG; in mv_cesa_ahash_std_step()
202 else if (frag_mode == CESA_SA_DESC_CFG_MID_FRAG) in mv_cesa_ahash_std_step()
203 frag_mode = CESA_SA_DESC_CFG_LAST_FRAG; in mv_cesa_ahash_std_step()
206 if (frag_mode == CESA_SA_DESC_CFG_NOT_FRAG || in mv_cesa_ahash_std_step()
207 frag_mode == CESA_SA_DESC_CFG_LAST_FRAG) { in mv_cesa_ahash_std_step()
227 if (frag_mode == CESA_SA_DESC_CFG_LAST_FRAG) in mv_cesa_ahash_std_step()
228 frag_mode = CESA_SA_DESC_CFG_MID_FRAG; in mv_cesa_ahash_std_step()
230 frag_mode = CESA_SA_DESC_CFG_FIRST_FRAG; in mv_cesa_ahash_std_step()
235 mv_cesa_update_op_cfg(op, frag_mode, CESA_SA_DESC_CFG_FRAG_MSK); in mv_cesa_ahash_std_step()
240 if (frag_mode == CESA_SA_DESC_CFG_FIRST_FRAG) in mv_cesa_ahash_std_step()