Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/isp/
H A Disp.c927 sizeof (*icbp), fcp->isp_scratch); in isp_init()
948 off = fcp->isp_scratch; in isp_init()
974 off = fcp->isp_scratch; in isp_init()
1361 elp4 = fcp->isp_scratch; in isp_gethandles()
1869 uint8_t *scp = fcp->isp_scratch; in isp_gid_pt()
1907 uint8_t *scp = fcp->isp_scratch; in isp_gff_id()
1964 uint8_t *scp = fcp->isp_scratch; in isp_gft_id()
2334 uint8_t *scp = fcp->isp_scratch; in isp_register_fc4_type()
2379 uint8_t *scp = fcp->isp_scratch; in isp_register_fc4_features_24xx()
2437 uint8_t *scp = fcp->isp_scratch; in isp_register_port_name_24xx()
[all …]
H A Disp_pci.c1055 FCPARAM(isp, cmap)->isp_scratch = base; in isp_pci_mbxdma()
1062 FCPARAM(isp, cmap)->isp_scratch = NULL; in isp_pci_mbxdma()
1158 if (FCPARAM(isp, i)->isp_scratch != NULL) { in isp_pci_mbxdmafree()
1160 FCPARAM(isp, i)->isp_scratch, fc->scmap); in isp_pci_mbxdmafree()
1161 FCPARAM(isp, i)->isp_scratch = NULL; in isp_pci_mbxdmafree()
H A Dispvar.h392 void * isp_scratch; member