Searched refs:nphdl (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/isp/ |
H A D | isp_target.c | 246 int vpidx, nphdl; in isp_endcmd() local 250 nphdl = va_arg(ap, int); in isp_endcmd() 264 cto->ct_nphdl = nphdl; in isp_endcmd() 722 uint16_t nphdl, prli_options = 0; in isp_handle_notify_24xx() 731 nphdl = inot->in_nphdl; in isp_handle_notify_24xx() 732 if (nphdl != NIL_HANDLE) { in isp_handle_notify_24xx() 762 isp_del_wwn_entry(isp, chan, wwpn, nphdl, portid); in isp_handle_notify_24xx() 772 nphdl, portid, prli_options); in isp_handle_notify_24xx() 781 nphdl, portid, prli_options); in isp_handle_notify_24xx() 801 msg, chan, nphdl, porti in isp_handle_notify_24xx() 719 uint16_t nphdl, prli_options = 0; isp_handle_notify_24xx() local [all...] |
H A D | isp_library.c | 1477 uint16_t nphdl, uint32_t s_id, uint16_t prli_params) in isp_add_wwn_entry() argument 1485 if (nphdl >= MAX_NPORT_HANDLE) { in isp_add_wwn_entry() 1488 chan, (unsigned long long) wwpn, s_id, nphdl); in isp_add_wwn_entry() 1508 nphdl, s_id); in isp_add_wwn_entry() 1514 nphdl, lp->portid, s_id); in isp_add_wwn_entry() 1526 chan, lp->portid, nphdl, in isp_add_wwn_entry() 1532 chan, lp->portid, nphdl, in isp_add_wwn_entry() 1546 chan, lp->portid, nphdl, in isp_add_wwn_entry() 1552 chan, lp->portid, nphdl, in isp_add_wwn_entry() 1569 if (lp->handle != nphdl) { in isp_add_wwn_entry() [all …]
|
H A D | isp.c | 1407 isp_prt(isp, ISP_LOG_SANCFG, "Chan %d PLOGX %s PortID 0x%06x nphdl 0x%x", in isp_plogx() 1604 uint16_t nphdl; in isp_dump_chip_portdb() local 1607 for (nphdl = 0; nphdl != NPH_MAX_2K; nphdl++) { in isp_dump_chip_portdb() 1608 if (isp_getpdb(isp, chan, nphdl, &pdb)) { in isp_dump_chip_portdb() 1613 chan, nphdl, pdb.portid, pdb.portname[0], pdb.portname[1], in isp_dump_chip_portdb() 1620 isp_get_wwn(ispsoftc_t *isp, int chan, int nphdl, int nodename) in isp_get_wwn() argument 1627 mbs.param[1] = nphdl; in isp_get_wwn() 3668 int echan, nphdl, nlstat in isp_intr_async() 3667 int echan, nphdl, nlstate, reason; isp_intr_async() local [all...] |