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

/freebsd-10.3-release/sys/dev/isp/
H A Disp_target.h76 uint8_t nt_channel; /* channel id */ member in struct:isp_notify
H A Disp_freebsd.c2610 nt->nt_channel = 0;
2768 if (isp_find_pdb_by_portid(isp, mp->nt_channel, sid, &lp)) {
2778 cto->ct_vpidx = mp->nt_channel;
2809 cto->ct_vpidx = mp->nt_channel;
2827 isp_del_all_wwn_entries(isp, mp->nt_channel);
2866 notify->nt_sid, (unsigned long long) notify->nt_tagval, notify->nt_channel, notify->nt_lun);
2878 tptr = get_lun_statep(isp, notify->nt_channel, lun);
2880 tptr = get_lun_statep(isp, notify->nt_channel, CAM_LUN_WILDCARD);
2882 isp_prt(isp, ISP_LOGWARN, "%s: no state pointer found for chan %d lun 0x%x", __func__, notify->nt_channel, lun);
2888 isp_prt(isp, ISP_LOGWARN, "%s: out of immediate notify structures for chan %d lun 0x%x", __func__, notify->nt_channel, lu
[all...]
H A Disp_library.c625 notify.nt_channel = tmp;
2547 if (mp->nt_channel == ISP_NOCHAN) {
2548 for (mp->nt_channel = 0; mp->nt_channel < isp->isp_nchan; mp->nt_channel++) {
2551 mp->nt_channel = ISP_NOCHAN;
2562 if (isp_find_pdb_by_handle(isp, mp->nt_channel, mp->nt_nphdl, &lp)) {
2563 isp_del_wwn_entry(isp, mp->nt_channel, lp->port_wwn, lp->handle, lp->portid);
2568 if (isp_find_pdb_by_wwpn(isp, mp->nt_channel, mp->nt_wwn, &lp)) {
2569 isp_del_wwn_entry(isp, mp->nt_channel, l
[all...]
H A Disp_target.c624 notify.nt_channel = bus;
794 notify.nt_channel = chan;

Completed in 71 milliseconds