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

/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_common.c568 bzero(hbuf, DS_HDR_SZ);
569 read_size = DS_HDR_SZ;
577 if (read_size < DS_HDR_SZ) {
585 DS_EOL, PORTID(port), read_size, DS_HDR_SZ);
592 msglen = DS_HDR_SZ + read_size;
604 (void) memcpy(msg, hbuf, DS_HDR_SZ);
605 currp = (char *)(msg) + DS_HDR_SZ;
614 if ((DS_HDR_SZ + read_size) != msglen) {
617 PORTID(port), __func__, (DS_HDR_SZ + read_size),
766 req = (ds_init_req_t *)(buf + DS_HDR_SZ);
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h55 #define DS_HDR_SZ (sizeof (ds_hdr_t)) macro

Completed in 48 milliseconds