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

/freebsd-13-stable/sys/dev/isp/
H A Disp_target.h68 uint8_t nt_channel; /* channel id */ member in struct:isp_notify
H A Disp_freebsd.c1559 atp = isp_find_atpd(isp, notify->nt_channel, tag);
1698 if (isp_find_pdb_by_portid(isp, mp->nt_channel, sid, &lp)) {
1708 cto->ct_vpidx = mp->nt_channel;
1746 cto->ct_vpidx = mp->nt_channel;
1787 notify->nt_sid, (unsigned long long) notify->nt_tagval, notify->nt_channel, notify->nt_lun);
1792 atp = isp_find_atpd(isp, notify->nt_channel,
1799 tptr = get_lun_statep(isp, notify->nt_channel, lun);
1801 tptr = get_lun_statep(isp, notify->nt_channel, CAM_LUN_WILDCARD);
1803 isp_prt(isp, ISP_LOGWARN, "%s: no state pointer found for chan %d lun %#jx", __func__, notify->nt_channel, (uintmax_t)lun);
1809 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.c321 notify.nt_channel = bus;
391 notify.nt_channel = chan;
568 nt->nt_channel = chan;
847 notify.nt_channel = chan;
H A Disp_library.c509 notify.nt_channel = tmp;

Completed in 109 milliseconds