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

/freebsd-10.1-release/sys/sparc64/sbus/
H A Dofw_sbus.h47 u_int32_t coffset; /* Client offset */ member in struct:sbus_ranges
H A Dsbus.c317 sc->sc_rd[i].rd_coffset = range[i].coffset;
/freebsd-10.1-release/sys/sparc64/central/
H A Dcentral.c224 bus_addr_t coffset; local
255 coffset = sc->sc_ranges[i].coffset;
256 cend = coffset + sc->sc_ranges[i].size - 1;
257 if (start >= coffset && end <= cend) {
258 start -= coffset;
259 end -= coffset;
/freebsd-10.1-release/sys/sparc64/fhc/
H A Dfhc.c429 bus_addr_t coffset; local
460 coffset = sc->sc_ranges[i].coffset;
461 cend = coffset + sc->sc_ranges[i].size - 1;
462 if (start >= coffset && end <= cend) {
463 start -= coffset;
464 end -= coffset;
/freebsd-10.1-release/sys/dev/safe/
H A Dsafe.c854 int16_t coffset; local
1073 coffset = enccrd->crd_skip - maccrd->crd_skip;
1074 if (coffset < 0) {
1099 printf("bypass %d coffset %d oplen %d\n",
1100 bypass, coffset, oplen);
1103 if (coffset & 3) { /* offset must be 32-bit aligned */
1104 DPRINTF(("%s: coffset %u misaligned\n",
1105 __func__, coffset));
1110 coffset >>= 2;
1111 if (coffset > 25
[all...]
/freebsd-10.1-release/sys/dev/ubsec/
H A Dubsec.c1038 int16_t coffset; local
1223 coffset = enccrd->crd_skip - maccrd->crd_skip;
1233 printf("ubs: coffset %d, pktlen %d, cpskip %d, cpoffset %d\n",
1234 coffset, stheend, cpskip, cpoffset);
1241 coffset = 0;
1243 ctx.pc_offset = htole16(coffset >> 2);

Completed in 121 milliseconds