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

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c86 static uint16_t dp_calc_crc16(uint8_t *, int);
257 dp_calc_crc16(uint8_t *buf, int len) function
503 if (crc == dp_calc_crc16(pkt->buf + sizeof (dp_header_t), msglen)) {
533 crc = dp_calc_crc16(buf + sizeof (dp_msgp->pad), sizeof (dp_header_t) -
1369 dp_msgp->crc = dp_calc_crc16(pkt->msg_buf +
1396 data_crc = dp_calc_crc16(pkt->msg_buf +
1482 dp_msgp->crc = dp_calc_crc16(pkt->msg_buf +

Completed in 50 milliseconds