Home
last modified time | relevance | path

Searched refs:isp_target_async (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/disk/isp/
H A Dispvar.h1162 int isp_target_async(ispsoftc_t *, int, int);
H A Disp.c5447 if (isp_target_async(isp, chan, mbox)) { in isp_parse_async()
5494 if (isp_target_async(isp, chan, mbox)) { in isp_parse_async()
5504 if (isp_target_async(isp, chan, mbox)) { in isp_parse_async()
5685 …if (isp_target_async(isp, (ISP_READ(isp, OUTMAILBOX2) << 16) | ISP_READ(isp, OUTMAILBOX1), mbox)) { in isp_parse_async_fc()
5716 if (isp_target_async(isp, chan, mbox)) { in isp_parse_async_fc()
5770 if (isp_target_async(isp, chan, mbox)) { in isp_parse_async_fc()
5795 if (isp_target_async(isp, chan, mbox)) { in isp_parse_async_fc()
5820 if (isp_target_async(isp, chan, mbox)) { in isp_parse_async_fc()
H A Disp_target.c748 isp_target_async(ispsoftc_t *isp, int bus, int event) in isp_target_async() function