Home
last modified time | relevance | path

Searched refs:ISP_IOXGET_8 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Disp_library.c758 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_count); in isp_get_hdr()
759 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_type); in isp_get_hdr()
760 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, hpdst->rqs_flags); in isp_get_hdr()
761 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, hpdst->rqs_seqno); in isp_get_hdr()
763 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_type); in isp_get_hdr()
764 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_count); in isp_get_hdr()
765 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, hpdst->rqs_seqno); in isp_get_hdr()
766 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, hpdst->rqs_flags); in isp_get_hdr()
775 ISP_IOXGET_8(isp, &hp->rqs_entry_count, type); in isp_get_response_type()
777 ISP_IOXGET_8(isp, &hp->rqs_entry_type, type); in isp_get_response_type()
[all …]
H A Disp_netbsd.h291 #define ISP_IOXGET_8(isp, s, d) d = (*((uint8_t *)s)) macro
303 #define ISP_IOXGET_8(isp, s, d) d = (*((uint8_t *)s)) macro
321 #define ISP_IOXGET_8(isp, s, d) d = *(s) macro