Home
last modified time | relevance | path

Searched refs:ct_header (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/isp/
H A Disp_target.c262 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_endcmd()
263 cto->ct_header.rqs_entry_count = 1; in isp_endcmd()
H A Disp_library.c486 ctio.ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_clear_commands()
1673 isp_put_hdr(isp, &src->ct_header, &dst->ct_header); in isp_put_ctio7()
1723 isp_get_hdr(isp, &src->ct_header, &dst->ct_header); in isp_get_ctio7()
H A Dispmbox.h1434 isphdr_t ct_header; member