Home
last modified time | relevance | path

Searched refs:sp_txbuf_p (Results 1 – 4 of 4) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dhd64570var.h111 bus_addr_t sp_txbuf_p; /* paddress of first tx buffer */ member
H A Dhd64570.c642 buf_p = scp->sp_txbuf_p; in sca_dmac_init()
1070 buf_p = scp->sp_txbuf_p + SCA_BSIZE * nexttx; in sca_start()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dif_ntwoc_isa.c789 scp->sp_txbuf_p = scp->sp_txdesc_p; in ntwoc_isa_setup_memory()
790 scp->sp_txbuf_p += SCA_BSIZE; in ntwoc_isa_setup_memory()
791 scp->sp_txbuf = (void *)(uintptr_t)scp->sp_txbuf_p; in ntwoc_isa_setup_memory()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_ntwoc_pci.c694 scp0->sp_txbuf_p = paddr0 + addroff; in ntwoc_pci_setup_dma()
707 scp1->sp_txbuf_p = paddr0 + addroff; in ntwoc_pci_setup_dma()