OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pci_xfer_dmap
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
isp_pci.c
423
bus_dmamap_t *
pci_xfer_dmap
;
member in struct:isp_pcisoftc
1215
pcs->
pci_xfer_dmap
= (bus_dmamap_t *) malloc(len, M_DEVBUF, M_WAITOK);
1216
if (pcs->
pci_xfer_dmap
== NULL) {
1224
MAXPHYS, dbound, BUS_DMA_NOWAIT, &pcs->
pci_xfer_dmap
[i])) {
1231
bus_dmamap_destroy(dmat, pcs->
pci_xfer_dmap
[i]);
1234
free(pcs->
pci_xfer_dmap
, M_DEVBUF);
1236
pcs->
pci_xfer_dmap
= NULL;
1313
bus_dmamap_destroy(dmat, pcs->
pci_xfer_dmap
[i]);
1316
free(pcs->
pci_xfer_dmap
, M_DEVBUF);
1318
pcs->
pci_xfer_dmap
= NULL
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025