OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_ioctl_buf
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_bwfm_pci.c
178
struct bwfm_pci_dmamem *
sc_ioctl_buf
;
member in struct:bwfm_pci_softc
703
if ((sc->
sc_ioctl_buf
= bwfm_pci_dmamem_alloc(sc,
763
if (sc->
sc_ioctl_buf
)
764
bwfm_pci_dmamem_free(sc, sc->
sc_ioctl_buf
);
857
bwfm_pci_dmamem_free(sc, sc->
sc_ioctl_buf
);
1486
wakeup(&sc->
sc_ioctl_buf
);
2089
htole32((uint64_t)BWFM_PCI_DMA_DVA(sc->
sc_ioctl_buf
) >> 32);
2091
htole32((uint64_t)BWFM_PCI_DMA_DVA(sc->
sc_ioctl_buf
) & 0xffffffff);
2093
memcpy(BWFM_PCI_DMA_KVA(sc->
sc_ioctl_buf
), buf, buflen);
2095
memset(BWFM_PCI_DMA_KVA(sc->
sc_ioctl_buf
), 0, buflen)
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025