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

/freebsd-current/sys/dev/isp/
H A Disp_library.c531 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) argument
533 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_type);
534 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_count);
535 ISP_IOXPUT_8(isp, hpsrc->rqs_seqno, &hpdst->rqs_seqno);
536 ISP_IOXPUT_8(isp, hpsrc->rqs_flags, &hpdst->rqs_flags);
540 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) argument
542 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_type);
543 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_count);
544 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, hpdst->rqs_seqno);
545 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, hpdst
[all...]

Completed in 56 milliseconds