Home
last modified time | relevance | path

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

/NextBSD/sys/dev/isp/
HDisp_target.h76 uint8_t nt_channel; /* channel id */ member
HDisp_freebsd.c2610 nt->nt_channel = 0; in isp_handle_platform_notify_fc()
2768 if (isp_find_pdb_by_portid(isp, mp->nt_channel, sid, &lp)) { in isp_handle_platform_target_notify_ack()
2778 cto->ct_vpidx = mp->nt_channel; in isp_handle_platform_target_notify_ack()
2809 cto->ct_vpidx = mp->nt_channel; in isp_handle_platform_target_notify_ack()
2827 isp_del_all_wwn_entries(isp, mp->nt_channel); in isp_handle_platform_target_notify_ack()
2866 notify->nt_sid, (unsigned long long) notify->nt_tagval, notify->nt_channel, notify->nt_lun); in isp_handle_platform_target_tmf()
2878 tptr = get_lun_statep(isp, notify->nt_channel, lun); in isp_handle_platform_target_tmf()
2880 tptr = get_lun_statep(isp, notify->nt_channel, CAM_LUN_WILDCARD); in isp_handle_platform_target_tmf()
2882 …, "%s: no state pointer found for chan %d lun %#jx", __func__, notify->nt_channel, (uintmax_t)lun); in isp_handle_platform_target_tmf()
2888 …f immediate notify structures for chan %d lun %#jx", __func__, notify->nt_channel, (uintmax_t)lun); in isp_handle_platform_target_tmf()
[all …]
HDisp_library.c625 notify.nt_channel = tmp; in isp_clear_commands()
2547 if (mp->nt_channel == ISP_NOCHAN) { in isp_del_wwn_entries()
2548 for (mp->nt_channel = 0; mp->nt_channel < isp->isp_nchan; mp->nt_channel++) { in isp_del_wwn_entries()
2551 mp->nt_channel = ISP_NOCHAN; in isp_del_wwn_entries()
2562 if (isp_find_pdb_by_handle(isp, mp->nt_channel, mp->nt_nphdl, &lp)) { in isp_del_wwn_entries()
2563 isp_del_wwn_entry(isp, mp->nt_channel, lp->port_wwn, lp->handle, lp->portid); in isp_del_wwn_entries()
2568 if (isp_find_pdb_by_wwpn(isp, mp->nt_channel, mp->nt_wwn, &lp)) { in isp_del_wwn_entries()
2569 isp_del_wwn_entry(isp, mp->nt_channel, lp->port_wwn, lp->handle, lp->portid); in isp_del_wwn_entries()
2574 if (isp_find_pdb_by_portid(isp, mp->nt_channel, mp->nt_sid, &lp)) { in isp_del_wwn_entries()
2575 isp_del_wwn_entry(isp, mp->nt_channel, lp->port_wwn, lp->handle, lp->portid); in isp_del_wwn_entries()
[all …]
HDisp_target.c624 notify.nt_channel = bus; in isp_target_async()
794 notify.nt_channel = chan; in isp_got_tmf_24xx()