Lines Matching refs:ctio
665 ct7_entry_t *ctio = (ct7_entry_t *) local; in isp_clear_commands() local
666 ctio->ct_syshandle = hdp->handle; in isp_clear_commands()
667 ctio->ct_nphdl = CT_HBA_RESET; in isp_clear_commands()
668 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_clear_commands()
670 ct2_entry_t *ctio = (ct2_entry_t *) local; in isp_clear_commands() local
671 ctio->ct_syshandle = hdp->handle; in isp_clear_commands()
672 ctio->ct_status = CT_HBA_RESET; in isp_clear_commands()
673 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO2; in isp_clear_commands()
675 ct_entry_t *ctio = (ct_entry_t *) local; in isp_clear_commands() local
676 ctio->ct_syshandle = hdp->handle; in isp_clear_commands()
677 ctio->ct_status = CT_HBA_RESET & 0xff; in isp_clear_commands()
678 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO; in isp_clear_commands()