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

/freebsd-13-stable/sys/dev/isp/
H A Disp_library.c532 isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) argument
534 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_type, &hpdst->rqs_entry_type);
535 ISP_IOXPUT_8(isp, hpsrc->rqs_entry_count, &hpdst->rqs_entry_count);
536 ISP_IOXPUT_8(isp, hpsrc->rqs_seqno, &hpdst->rqs_seqno);
537 ISP_IOXPUT_8(isp, hpsrc->rqs_flags, &hpdst->rqs_flags);
541 isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst) argument
543 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, hpdst->rqs_entry_type);
544 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, hpdst->rqs_entry_count);
545 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, hpdst->rqs_seqno);
546 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, hpdst
[all...]

Completed in 97 milliseconds