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

/illumos-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c1208 uint16_t data_crc; local
1363 dp_msgp->length = sizeof (data_crc) +
1396 data_crc = dp_calc_crc16(pkt->msg_buf +
1407 data_crc = data_crc/2;
1412 bcopy((void *) &data_crc,
1415 sizeof (data_crc));

Completed in 59 milliseconds