Home
last modified time | relevance | path

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

/freebsd/sys/dev/isp/
H A Disp_freebsd.c1068 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_target_start_ctio()
1069 cto->ct_header.rqs_entry_count = 1; in isp_target_start_ctio()
1070 cto->ct_header.rqs_seqno |= ATPD_SEQ_NOTIFY_CAM; in isp_target_start_ctio()
1199 cto->ct_header.rqs_seqno &= ~ATPD_SEQ_NOTIFY_CAM; in isp_target_start_ctio()
1633 notify_cam = (ct->ct_header.rqs_seqno & ATPD_SEQ_NOTIFY_CAM) != 0; in isp_handle_platform_ctio()
1711 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_handle_platform_target_notify_ack()
1712 cto->ct_header.rqs_entry_count = 1; in isp_handle_platform_target_notify_ack()
1746 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_handle_platform_target_notify_ack()
1747 cto->ct_header.rqs_entry_count = 1; in isp_handle_platform_target_notify_ack()
2319 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_abort_atio()
[all …]
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