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

  /src/sys/dev/ic/
isp.c 1711 isp_put_icb(isp, icbp, (isp_icb_t *)fcp->isp_scratch);
1723 fcp->isp_scratch, (uint32_t) ((uint64_t)fcp->isp_scdma >> 32),
1960 ISP_MEMZERO(fcp->isp_scratch, ISP_FC_SCRLEN);
1961 isp_put_icb_2400(isp, icbp, fcp->isp_scratch);
1974 off = fcp->isp_scratch;
1995 off = fcp->isp_scratch;
2125 scp = fcp->isp_scratch;
2339 isp_get_pdb_24xx(isp, fcp->isp_scratch, &un.bill);
2358 isp_get_pdb_21xx(isp, fcp->isp_scratch, &un.fred);
3220 isp_put_gid_ft_request(isp, rq, fcp->isp_scratch);
    [all...]
ispvar.h 544 void * isp_scratch; member in struct:__anon8dd872cf0508
isp_library.c 568 scp = fcp->isp_scratch;
  /src/sys/dev/pci/
isp_pci.c 1297 (void *)&fcp->isp_scratch, BUS_DMA_NOWAIT|BUS_DMA_COHERENT)) {
1304 if (bus_dmamap_load(dmat, isp->isp_scdmap, fcp->isp_scratch, len, NULL,

Completed in 22 milliseconds