Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
isp_library.c | 665 ct7_entry_t *ctio = (ct7_entry_t *) local; local in function:isp_clear_commands 666 ctio->ct_syshandle = hdp->handle; 667 ctio->ct_nphdl = CT_HBA_RESET; 668 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO7; 670 ct2_entry_t *ctio = (ct2_entry_t *) local; local in function:isp_clear_commands 671 ctio->ct_syshandle = hdp->handle; 672 ctio->ct_status = CT_HBA_RESET; 673 ctio->ct_header.rqs_entry_type = RQSTYPE_CTIO2; 675 ct_entry_t *ctio = (ct_entry_t *) local; local in function:isp_clear_commands 676 ctio->ct_syshandle = hdp->handle [all...] |