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

/freebsd-13-stable/usr.sbin/bhyve/
H A Drfb.c520 uint32_t *crc_p, *orig_crc; local
589 crc_p = rc->crc_tmp - xcells;
595 crc_p += xcells;
606 crc_p[x] = fast_crc32(p,
608 crc_p[x]);
610 crc_p[x] = (uint32_t)crc32(crc_p[x],
618 if (orig_crc[x] != crc_p[x]) {
619 orig_crc[x] = crc_p[x];
620 crc_p[
[all...]
/freebsd-13-stable/sys/dev/sbni/
H A Dif_sbni.c525 download_data(struct sbni_softc *sc, u_int32_t *crc_p) argument
552 *crc_p = calc_crc32(*crc_p, data_p, slice);
573 *crc_p = CRC32(0, *crc_p);
759 send_frame_header(struct sbni_softc *sc, u_int32_t *crc_p) argument
765 crc = *crc_p;
788 *crc_p = crc;
807 u_int *ack, u_int *is_first, u_int32_t *crc_p)
812 crc = *crc_p;
806 check_fhdr(struct sbni_softc *sc, u_int *framelen, u_int *frameno, u_int *ack, u_int *is_first, u_int32_t *crc_p) argument
[all...]

Completed in 119 milliseconds