Home
last modified time | relevance | path

Searched refs:isp_fcp_reset_crn (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/isp/
HDisp_freebsd.h722 void isp_fcp_reset_crn(ispsoftc_t *, int, uint32_t, int);
HDisp_freebsd.c3664 isp_fcp_reset_crn(isp, bus, tgt, /*tgt_set*/ 1); in isp_action()
4216 isp_fcp_reset_crn(isp, bus, /*tgt*/0, /*tgt_set*/ 0); in isp_async()
4239 isp_fcp_reset_crn(isp, bus, tgt, /*tgt_set*/ 1); in isp_async()
4269 isp_fcp_reset_crn(isp, bus, tgt, /*tgt_set*/ 1); in isp_async()
4273 isp_fcp_reset_crn(isp, bus, tgt, /*tgt_set*/ 1); in isp_async()
4789 isp_fcp_reset_crn(ispsoftc_t *isp, int chan, uint32_t tgt, int tgt_set) in isp_fcp_reset_crn() function