Searched refs:ct_header (Results 1 – 4 of 4) sorted by relevance
1087 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_target_start_ctio()1088 cto->ct_header.rqs_entry_count = 1; in isp_target_start_ctio()1089 cto->ct_header.rqs_seqno |= ATPD_SEQ_NOTIFY_CAM; in isp_target_start_ctio()1218 cto->ct_header.rqs_seqno &= ~ATPD_SEQ_NOTIFY_CAM; in isp_target_start_ctio()1652 notify_cam = (ct->ct_header.rqs_seqno & ATPD_SEQ_NOTIFY_CAM) != 0; in isp_handle_platform_ctio()1730 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_handle_platform_target_notify_ack()1731 cto->ct_header.rqs_entry_count = 1; in isp_handle_platform_target_notify_ack()2276 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_abort_atpd()2277 cto->ct_header.rqs_entry_count = 1; in isp_abort_atpd()
262 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_endcmd()263 cto->ct_header.rqs_entry_count = 1; in isp_endcmd()
486 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()
1434 isphdr_t ct_header; member