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

/opensolaris-onvv-gate/usr/src/uts/common/io/pcwl/
H A Dpcwl.c1454 if (ret = RDCH0(pcwl_p, id, 0, (uint16_t *)&frm, sizeof (frm))) {
1579 if (ret = RDCH0(pcwl_p, id, 0, linkStatus, sizeof (linkStatus))) {
1589 (void) RDCH0(pcwl_p, id, sizeof (linkStatus), &linkStat,
1645 (void) RDCH0(pcwl_p, id, sizeof (linkStatus),
2061 (void) RDCH0(pcwl_p, fid, off, tmp, 4);
2082 (void) RDCH0(pcwl_p, fid, off, (uint16_t *)&sctbl, 2*szbuf);
H A Dpcwl.h857 #define RDCH0(h, t, o, b_p, l) pcwl_rdch0(h, t, o, b_p, l, 1) macro
/opensolaris-onvv-gate/usr/src/uts/common/io/pcan/
H A Dpcan.h1301 #define RDCH0(h, t, o, bufp, l) pcan_rdch0(h, t, o, bufp, l, 1) macro
H A Dpcan.c1671 if (ret = RDCH0(pcan_p, id, 0, (uint16_t *)&frm, sizeof (frm))) {
1689 if (ret = RDCH0(pcan_p, id, off, &pkt_stat, sizeof (pkt_stat))) {
1695 if (ret = RDCH0(pcan_p, id, off, &data_len, sizeof (data_len))) {

Completed in 102 milliseconds