Searched refs:nt_channel (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/isp/
H A Disp_target.h67 uint8_t nt_channel; /* channel id */ member in struct:isp_notify
H A Disp_freebsd.c1566 atp = isp_find_atpd(isp, notify->nt_channel, tag);
1705 if (isp_find_pdb_by_portid(isp, mp->nt_channel, sid, &lp)) {
1715 cto->ct_vpidx = mp->nt_channel;
1753 cto->ct_vpidx = mp->nt_channel;
1794 notify->nt_sid, (unsigned long long) notify->nt_tagval, notify->nt_channel, notify->nt_lun);
1799 atp = isp_find_atpd(isp, notify->nt_channel,
1806 tptr = get_lun_statep(isp, notify->nt_channel, lun);
1808 tptr = get_lun_statep(isp, notify->nt_channel, CAM_LUN_WILDCARD);
1810 isp_prt(isp, ISP_LOGWARN, "%s: no state pointer found for chan %d lun %#jx", __func__, notify->nt_channel, (uintmax_t)lun);
1816 isp_prt(isp, ISP_LOGWARN, "%s: out of immediate notify structures for chan %d lun %#jx", __func__, notify->nt_channel, (uintmax_
[all...]
H A Disp_target.c320 notify.nt_channel = bus;
390 notify.nt_channel = chan;
567 nt->nt_channel = chan;
846 notify.nt_channel = chan;
H A Disp_library.c508 notify.nt_channel = tmp;

Completed in 179 milliseconds