Home
last modified time | relevance | path

Searched refs:isp_scratch (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/isp/
H A Disp.c2258 off = fcp->isp_scratch; in isp_fibre_init_2400()
2284 off = fcp->isp_scratch; in isp_fibre_init_2400()
2860 elp1 = fcp->isp_scratch; in isp_gethandles()
2861 elp3 = fcp->isp_scratch; in isp_gethandles()
2862 elp4 = fcp->isp_scratch; in isp_gethandles()
3565 uint8_t *scp = fcp->isp_scratch; in isp_gid_pt()
3626 uint8_t *scp = fcp->isp_scratch; in isp_gff_id()
3687 uint8_t *scp = fcp->isp_scratch; in isp_gft_id()
4105 uint8_t *scp = fcp->isp_scratch; in isp_register_fc4_type()
4171 uint8_t *scp = fcp->isp_scratch; in isp_register_fc4_features_24xx()
[all …]
H A Disp_pci.c1647 FCPARAM(isp, cmap)->isp_scratch = base; in isp_pci_mbxdma()
1653 FCPARAM(isp, cmap)->isp_scratch = NULL; in isp_pci_mbxdma()
1743 if (FCPARAM(isp, i)->isp_scratch != NULL) { in isp_pci_mbxdmafree()
1745 FCPARAM(isp, i)->isp_scratch, fc->scmap); in isp_pci_mbxdmafree()
1746 FCPARAM(isp, i)->isp_scratch = NULL; in isp_pci_mbxdmafree()
H A Dispvar.h480 void * isp_scratch; member