Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/isp/
H A Disp_pci.c1069 FCPARAM(isp, cmap)->isp_scratch = base; in isp_pci_mbxdma()
1076 FCPARAM(isp, cmap)->isp_scratch = NULL; in isp_pci_mbxdma()
1172 if (FCPARAM(isp, i)->isp_scratch != NULL) { in isp_pci_mbxdmafree()
1174 FCPARAM(isp, i)->isp_scratch, fc->scmap); in isp_pci_mbxdmafree()
1175 FCPARAM(isp, i)->isp_scratch = NULL; in isp_pci_mbxdmafree()
H A Disp.c1145 sizeof (*icbp), fcp->isp_scratch); in isp_init()
1166 off = fcp->isp_scratch; in isp_init()
1192 off = fcp->isp_scratch; in isp_init()
1587 elp4 = fcp->isp_scratch; in isp_gethandles()
2097 uint8_t *scp = fcp->isp_scratch; in isp_gid_pt()
2135 uint8_t *scp = fcp->isp_scratch; in isp_gff_id()
2192 uint8_t *scp = fcp->isp_scratch; in isp_gft_id()
2562 uint8_t *scp = fcp->isp_scratch; in isp_register_fc4_type()
2607 uint8_t *scp = fcp->isp_scratch; in isp_register_fc4_features_24xx()
2665 uint8_t *scp = fcp->isp_scratch; in isp_register_port_name_24xx()
[all …]
H A Dispvar.h426 void * isp_scratch; member