Lines Matching refs:ct_header

734 			ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO7;  in isp_clear_commands()
739 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO2; in isp_clear_commands()
744 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO; in isp_clear_commands()
2920 isp_put_hdr(isp, &src->ct_header, &dst->ct_header); in isp_put_ctio()
2958 isp_get_hdr(isp, &src->ct_header, &dst->ct_header); in isp_get_ctio()
2995 isp_put_hdr(isp, &src->ct_header, &dst->ct_header); in isp_put_ctio2()
3010 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_put_ctio2()
3015 } else if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO3) { in isp_put_ctio2()
3021 } else if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO4) { in isp_put_ctio2()
3040 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_put_ctio2()
3055 isp_put_hdr(isp, &src->ct_header, &dst->ct_header); in isp_put_ctio2e()
3069 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_put_ctio2e()
3074 } else if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO3) { in isp_put_ctio2e()
3080 } else if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO4) { in isp_put_ctio2e()
3099 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_put_ctio2e()
3115 isp_put_hdr(isp, &src->ct_header, &dst->ct_header); in isp_put_ctio7()
3166 isp_get_hdr(isp, &src->ct_header, &dst->ct_header); in isp_get_ctio2()
3182 if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_get_ctio2()
3187 } else if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO3) { in isp_get_ctio2()
3193 } else if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO4) { in isp_get_ctio2()
3212 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_get_ctio2()
3228 isp_get_hdr(isp, &src->ct_header, &dst->ct_header); in isp_get_ctio2e()
3243 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_get_ctio2e()
3248 } else if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO3) { in isp_get_ctio2e()
3254 } else if (dst->ct_header.rqs_entry_type == RQSTYPE_CTIO4) { in isp_get_ctio2e()
3273 if (src->ct_header.rqs_entry_type == RQSTYPE_CTIO2) { in isp_get_ctio2e()
3289 isp_get_hdr(isp, &src->ct_header, &dst->ct_header); in isp_get_ctio7()