Searched refs:nphdl (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c412 int vpidx, nphdl; local
422 nphdl = va_arg(ap, int);
435 cto->ct_nphdl = nphdl;
478 /* nphdl and vpidx are unused here. */
479 nphdl = va_arg(ap, int);
611 uint16_t seqid, nphdl; local
618 nphdl = ((in_fcentry_e_t *)inp)->in_iid;
622 nphdl = inp->in_iid;
640 isp_prt(isp, ISP_LOGINFO, f2, "immediate notify status", inp->in_status, notify.nt_lun, nphdl, inp->in_task_flags, inp->in_seqid);
646 isp_prt(isp, ISP_LOGINFO, f1, "ABORT TASK SET", nphdl, notif
1336 uint16_t nphdl, status; local
1411 uint16_t nphdl, prli_options = 0; local
[all...]
H A Disp_freebsd.c539 uint16_t nphdl; local
553 nphdl = fct->loopid;
566 if (lp->handle == nphdl) {
665 nphdl <<= 8;
670 mbs.param[1] = nphdl;
675 mbs.param[1] = nphdl;
680 mbs.param[1] = nphdl;
686 mbs.param[1] = nphdl;
692 mbs.param[1] = nphdl;
912 isp_prt(isp, ISP_LOGALL, "Chan %d ATP [0x%x] origdlen %u bytes_xfrd %u lun %jx nphdl
1646 uint16_t nphdl; local
1781 uint16_t chan, nphdl = NIL_HANDLE; local
2233 uint16_t nphdl; local
3823 int evt, nphdl, nlstate, portid, reason; local
[all...]
H A Disp_library.c2218 uint16_t nphdl, uint32_t s_id, uint16_t prli_params)
2226 if (nphdl >= MAX_NPORT_HANDLE) {
2229 chan, (unsigned long long) wwpn, s_id, nphdl);
2249 nphdl, s_id);
2255 nphdl, lp->portid, s_id);
2267 chan, lp->portid, nphdl,
2273 chan, lp->portid, nphdl,
2287 chan, lp->portid, nphdl,
2293 chan, lp->portid, nphdl,
2310 if (lp->handle != nphdl) {
2217 isp_add_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint64_t wwnn, uint16_t nphdl, uint32_t s_id, uint16_t prli_params) argument
2373 isp_del_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint16_t nphdl, uint32_t s_id) argument
[all...]
H A Disp.c2554 isp_prt(isp, ISP_LOG_SANCFG, "Chan %d PLOGX %s PortID 0x%06x nphdl 0x%x",
2891 uint16_t lim, nphdl; local
2899 for (nphdl = 0; nphdl != lim; nphdl++) {
2900 if (isp_getpdb(isp, chan, nphdl, &pdb)) {
2905 chan, nphdl, pdb.portid, pdb.portname[0], pdb.portname[1],
2912 isp_get_wwn(ispsoftc_t *isp, int chan, int nphdl, int nodename) argument
2920 mbs.param[1] = nphdl;
2927 mbs.param[1] = nphdl <<
2969 uint16_t nphdl; local
3758 uint16_t nphdl; local
5786 int echan, nphdl, nlstate, reason; local
[all...]
H A Disp_freebsd.h104 uint32_t nphdl; member in struct:atio_private_data

Completed in 231 milliseconds