HomeSort by: relevance | last modified time | path
    Searched refs:ISP_IOXGET_8 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
isp_library.c 758 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_count);
759 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_type);
760 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, hpdst->rqs_flags);
761 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, hpdst->rqs_seqno);
763 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_type);
764 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_count);
765 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, hpdst->rqs_seqno);
766 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, hpdst->rqs_flags);
775 ISP_IOXGET_8(isp, &hp->rqs_entry_count, type);
777 ISP_IOXGET_8(isp, &hp->rqs_entry_type, type)
    [all...]
isp_netbsd.h 291 #define ISP_IOXGET_8(isp, s, d) d = (*((uint8_t *)s))
303 #define ISP_IOXGET_8(isp, s, d) d = (*((uint8_t *)s))
321 #define ISP_IOXGET_8(isp, s, d) d = *(s)

Completed in 13 milliseconds