HomeSort by: relevance | last modified time | path
    Searched refs:isp_tgt_map (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ispvar.h 538 uint16_t isp_tgt_map[MAX_NPORT_HANDLE]; member in struct:__anon8dd872cf0508
isp_library.c 2429 if (fcp->isp_tgt_map[nphdl]) {
2430 lp = &fcp->portdb[fcp->isp_tgt_map[nphdl] - 1];
2519 fcp->isp_tgt_map[nphdl] = i + 1;
2521 isp_prt(isp, ISP_LOGTINFO, "%s: Chan %d IID 0x%016llx N-Port Handle 0x%04x Port ID 0x%06x vtgt %d added", __func__, chan, (unsigned long long) ini, nphdl, s_id, fcp->isp_tgt_map[nphdl] - 1);
2552 if (fcp->isp_tgt_map[nphdl] == 0) {
2555 lp = &fcp->portdb[fcp->isp_tgt_map[nphdl] - 1];
2567 __func__, chan, (unsigned long long) lp->port_wwn, nphdl, lp->portid, fcp->isp_tgt_map[nphdl] - 1);
2568 fcp->isp_tgt_map[nphdl] = 0;
2611 if (fcp->isp_tgt_map[i]) {
2612 fcportdb_t *lp = &fcp->portdb[fcp->isp_tgt_map[i] - 1]
    [all...]

Completed in 14 milliseconds