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

/freebsd-11-stable/sys/dev/sbni/
H A Dif_sbni.c536 download_data(struct sbni_softc *sc, u_int32_t *crc_p) argument
563 *crc_p = calc_crc32(*crc_p, data_p, slice);
584 *crc_p = CRC32(0, *crc_p);
778 send_frame_header(struct sbni_softc *sc, u_int32_t *crc_p) argument
784 crc = *crc_p;
807 *crc_p = crc;
828 u_int *ack, u_int *is_first, u_int32_t *crc_p)
833 crc = *crc_p;
827 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...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c489 uint32_t *crc_p, *orig_crc; local
539 crc_p = rc->crc_tmp - xcells;
545 crc_p += xcells;
556 crc_p[x] = fast_crc32(p,
558 crc_p[x]);
560 crc_p[x] = (uint32_t)crc32(crc_p[x],
568 if (orig_crc[x] != crc_p[x]) {
569 orig_crc[x] = crc_p[x];
570 crc_p[
[all...]

Completed in 147 milliseconds