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

  /src/sys/dev/ic/
isp_library.c 742 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_count);
743 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_type);
744 ISP_IOXPUT_8(isp, hpsrc->rqs_seqno, &hpdst->rqs_flags);
745 ISP_IOXPUT_8(isp, hpsrc->rqs_flags, &hpdst->rqs_seqno);
747 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_type);
748 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_count);
749 ISP_IOXPUT_8(isp, hpsrc->rqs_seqno, &hpdst->rqs_seqno);
750 ISP_IOXPUT_8(isp, hpsrc->rqs_flags, &hpdst->rqs_flags);
789 ISP_IOXPUT_8(isp, rqsrc->req_lun_trn, &rqdst->req_target);
790 ISP_IOXPUT_8(isp, rqsrc->req_target, &rqdst->req_lun_trn)
    [all...]
isp_netbsd.h 285 #define ISP_IOXPUT_8(isp, s, d) *(d) = s
300 #define ISP_IOXPUT_8(isp, s, d) *(d) = s
318 #define ISP_IOXPUT_8(isp, s, d) *(d) = s

Completed in 19 milliseconds