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

/freebsd-12-stable/sys/dev/isp/
H A Disp_library.c716 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_count);
717 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_type);
718 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, hpdst->rqs_flags);
719 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, hpdst->rqs_seqno);
721 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_type);
722 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_count);
723 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, hpdst->rqs_seqno);
724 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, hpdst->rqs_flags);
733 ISP_IOXGET_8(isp, &hp->rqs_entry_count, type);
735 ISP_IOXGET_8(is
[all...]
H A Disp_freebsd.h617 #define ISP_IOXGET_8(isp, s, d) d = (*((uint8_t *)s)) macro
629 #define ISP_IOXGET_8(isp, s, d) d = (*((uint8_t *)s)) macro
648 #define ISP_IOXGET_8(isp, s, d) d = *(s) macro

Completed in 131 milliseconds