Searched refs:dd_desc (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_descdma.c | 148 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) in ath_descdma_alloc_desc() 197 error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc, in ath_descdma_alloc_desc() 208 dd->dd_desc, dd->dd_desc_len, in ath_descdma_alloc_desc() 219 __func__, dd->dd_name, (uint8_t *) dd->dd_desc, in ath_descdma_alloc_desc() 226 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in ath_descdma_alloc_desc() 241 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) in ath_descdma_setup() 257 ds = (uint8_t *) dd->dd_desc; in ath_descdma_setup() 310 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in ath_descdma_setup() 392 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in ath_descdma_cleanup()
|
H A D | if_ath_btcoex_mci.c | 120 sc->sc_btcoex.gpm_buf = (void *) sc->sc_btcoex.buf.dd_desc; in ath_btcoex_mci_attach()
|
H A D | if_ath_rx.c | 1073 ((struct ath_desc *)((caddr_t)(_sc)->sc_rxdma.dd_desc + \ in ath_rx_proc() 1391 ((struct ath_desc *)((caddr_t)(_sc)->sc_rxdma.dd_desc + \ in ath_legacy_stoprecv()
|
H A D | if_ath_tx_edma.c | 681 (void *) sc->sc_txsdma.dd_desc, in ath_edma_dma_txsetup()
|
H A D | if_athvar.h | 329 struct ath_desc *dd_desc; /* descriptors */ member
|
/freebsd/usr.sbin/devinfo/ |
H A D | devinfo.c | 137 if (vflag && *dev->dd_desc) in print_dev() 138 printf(" <%s>", dev->dd_desc); in print_dev()
|
/freebsd/lib/libdevinfo/ |
H A D | devinfo_var.h | 47 char *dd_desc; member
|
H A D | devinfo.c | 238 dd->dd_desc = NULL; in devinfo_init_devices() 255 UNPACK(dd_desc); in devinfo_init_devices() 377 free(dd->dd_desc); in devinfo_free_dev()
|
H A D | devinfo.h | 46 char *dd_desc; /* device description */ member
|
/freebsd/sys/dev/malo/ |
H A D | if_malo.c | 463 error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc, in malo_desc_setup() 473 dd->dd_desc, dd->dd_desc_len, in malo_desc_setup() 482 ds = dd->dd_desc; in malo_desc_setup() 491 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in malo_desc_setup() 499 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) 527 ds = sc->malo_rxdma.dd_desc; in malo_rxdma_setup() 570 ds = txq->dma.dd_desc; in malo_txdma_setup() 593 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in malo_desc_cleanup()
|
H A D | if_malo.h | 360 void *dd_desc; /* descriptors */ member
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_device_tbl.c | 251 dev_p->dd_desc)); in device_entry_create_devinfo() 374 (unsigned long long)dev->dd_parent, dev->dd_name, dev->dd_desc, in device_collector()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwlvar.h | 102 void *dd_desc; /* descriptors */ member
|
H A D | if_mwl.c | 1949 error = bus_dmamem_alloc(dd->dd_dmat, (void**) &dd->dd_desc, in mwl_desc_setup() 1959 dd->dd_desc, dd->dd_desc_len, in mwl_desc_setup() 1968 ds = dd->dd_desc; in mwl_desc_setup() 1977 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in mwl_desc_setup() 1989 bus_dmamem_free(dd->dd_dmat, dd->dd_desc, dd->dd_dmamap); in mwl_desc_cleanup() 2016 ((_dd)->dd_desc_paddr + ((caddr_t)(_ds) - (caddr_t)(_dd)->dd_desc)) 2041 ds = txq->dma.dd_desc; in mwl_txdma_setup() 2161 ds = sc->sc_rxdma.dd_desc; in mwl_rxdma_setup()
|