Searched refs:V_SCMD_MORE_FRAGS (Results 1 – 2 of 2) sorted by relevance
530 V_SCMD_MORE_FRAGS(crd->crd_len == 0 ? 1 : 0) | V_SCMD_MAC_ONLY(1)); in ccr_hash()700 V_SCMD_MORE_FRAGS(0) | V_SCMD_LAST_FRAG(0) | V_SCMD_MAC_ONLY(0) | in ccr_blkcipher()1037 V_SCMD_MORE_FRAGS(0) | V_SCMD_LAST_FRAG(0) | V_SCMD_MAC_ONLY(0) | in ccr_authenc()1379 V_SCMD_MORE_FRAGS(0) | V_SCMD_LAST_FRAG(0) | V_SCMD_MAC_ONLY(0) | in ccr_gcm()1841 V_SCMD_MORE_FRAGS(0) | V_SCMD_LAST_FRAG(0) | V_SCMD_MAC_ONLY(0) | in ccr_ccm()
3381 #define V_SCMD_MORE_FRAGS(x) ((x) << S_SCMD_MORE_FRAGS) macro