Searched refs:ISP_IOXGET_8 (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/sys/dev/ic/ |
| D | isp_inline.h | 377 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, in isp_copy_in_hdr() 379 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, in isp_copy_in_hdr() 381 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, in isp_copy_in_hdr() 383 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, in isp_copy_in_hdr() 386 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_type, in isp_copy_in_hdr() 388 ISP_IOXGET_8(isp, &hpsrc->rqs_entry_count, in isp_copy_in_hdr() 390 ISP_IOXGET_8(isp, &hpsrc->rqs_seqno, in isp_copy_in_hdr() 392 ISP_IOXGET_8(isp, &hpsrc->rqs_flags, in isp_copy_in_hdr() 402 ISP_IOXGET_8(isp, &hp->rqs_entry_count, type); in isp_get_response_type() 404 ISP_IOXGET_8(isp, &hp->rqs_entry_type, type); in isp_get_response_type() [all …]
|
| D | isp_openbsd.h | 262 #define ISP_IOXGET_8(isp, s, d) d = (*((u_int8_t *)s)) macro 273 #define ISP_IOXGET_8(isp, s, d) d = (*((u_int8_t *)s)) macro 282 #define ISP_IOXGET_8(isp, s, d) d = *(s) macro
|