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

  /src/sys/dev/ic/
isp_netbsd.c 632 int dbidx = fcp->isp_dev_map[XS_TGT(xs)] - 1;
947 FCPARAM(isp, 0)->isp_dev_map[tgt] = 0;
1013 FCPARAM(isp, 0)->isp_dev_map[tgt] = 0;
1288 if (FCPARAM(isp, bus)->isp_dev_map[i] == 0) {
1293 FCPARAM(isp, bus)->isp_dev_map[i] = dbidx + 1;
1329 FCPARAM(isp, bus)->isp_dev_map[tgt] = 0;
1349 FCPARAM(isp, bus)->isp_dev_map[t] =
ispvar.h 376 * from 0..MAX_FC_TARG that is used to index into the isp_dev_map array. If
380 * which entry in isp_dev_map points to us (to avoid searching).
426 * as a cross-reference with the isp_dev_map.
527 uint16_t isp_dev_map[MAX_FC_TARG]; member in struct:__anon8dd872cf0508
isp.c 2800 * It's up to the outer layers to clear isp_dev_map.
2823 * target id in isp_dev_map (if any).
2850 fcp->isp_dev_map[t] = dbidx + 1;
4248 hdlidx = fcp->isp_dev_map[XS_TGT(xs)] - 1;
4518 hdlidx = fcp->isp_dev_map[tgt] - 1;
4620 hdlidx = fcp->isp_dev_map[tgt] - 1;

Completed in 18 milliseconds