Searched refs:coffset (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/safe/
H A Dsafe.c771 int16_t coffset; local
909 coffset = crp->crp_aad_length;
919 printf("bypass %d coffset %d oplen %d\n",
920 bypass, coffset, oplen);
923 if (coffset & 3) { /* offset must be 32-bit aligned */
924 DPRINTF(("%s: coffset %u misaligned\n",
925 __func__, coffset));
930 coffset >>= 2;
931 if (coffset > 255) { /* offset must be <256 dwords */
932 DPRINTF(("%s: coffset
[all...]

Completed in 100 milliseconds