Home
last modified time | relevance | path

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) in dp_calc_crc16() function
503 if (crc == dp_calc_crc16(pkt->buf + sizeof (dp_header_t), msglen)) { in dp_got_full_msg()
533 crc = dp_calc_crc16(buf + sizeof (dp_msgp->pad), sizeof (dp_header_t) - in dp_get_msglen()
1369 dp_msgp->crc = dp_calc_crc16(pkt->msg_buf + in rmc_comm_dp_msend()
1396 data_crc = dp_calc_crc16(pkt->msg_buf + in rmc_comm_dp_msend()
1482 dp_msgp->crc = dp_calc_crc16(pkt->msg_buf + in rmc_comm_dp_msend()