Lines Matching refs:ct_header

668 			ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO7;  in isp_clear_commands()
673 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO2; in isp_clear_commands()
678 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO; in isp_clear_commands()
2057 ct->ct_header.rqs_seqno = 0; in isp_send_tgt_cmd()
2106 ct->ct_header.rqs_seqno = 0; in isp_send_tgt_cmd()
2861 isp_put_hdr(isp, &src->ct_header, &dst->ct_header); in isp_put_ctio()
2899 isp_get_hdr(isp, &src->ct_header, &dst->ct_header); in isp_get_ctio()
2936 isp_put_hdr(isp, &src->ct_header, &dst->ct_header); in isp_put_ctio2()
2951 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_put_ctio2()
2956 } else if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO3) { in isp_put_ctio2()
2962 } else if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO4) { in isp_put_ctio2()
2990 isp_put_hdr(isp, &src->ct_header, &dst->ct_header); in isp_put_ctio2e()
3004 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_put_ctio2e()
3009 } else if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO3) { in isp_put_ctio2e()
3015 } else if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO4) { in isp_put_ctio2e()
3044 isp_put_hdr(isp, &src->ct_header, &dst->ct_header); in isp_put_ctio7()
3094 isp_get_hdr(isp, &src->ct_header, &dst->ct_header); in isp_get_ctio2()
3110 if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_get_ctio2()
3115 } else if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO3) { in isp_get_ctio2()
3121 } else if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO4) { in isp_get_ctio2()
3150 isp_get_hdr(isp, &src->ct_header, &dst->ct_header); in isp_get_ctio2e()
3165 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_get_ctio2e()
3170 } else if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO3) { in isp_get_ctio2e()
3176 } else if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO4) { in isp_get_ctio2e()
3205 isp_get_hdr(isp, &src->ct_header, &dst->ct_header); in isp_get_ctio7()