Searched refs:tx_ndptr (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | 283 printk("TREGS: tx_cbptr[%08x] tx_ndptr[%08x] tx_ctrl[%08x]\n", in sgiseeq_dump_rings() 284 hregs->tx_cbptr, hregs->tx_ndptr, hregs->tx_ctrl); in sgiseeq_dump_rings() 312 hregs->tx_ndptr = VIRT_TO_DMA(sp, sp->tx_desc); in init_seeq() 453 hregs->tx_ndptr = VIRT_TO_DMA(sp, td); in kick_tx() 488 hregs->tx_ndptr = VIRT_TO_DMA(sp, td); in sgiseeq_tx()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/ |
H A D | sgiseeq.c | 283 printk("TREGS: tx_cbptr[%08x] tx_ndptr[%08x] tx_ctrl[%08x]\n", in sgiseeq_dump_rings() 284 hregs->tx_cbptr, hregs->tx_ndptr, hregs->tx_ctrl); in sgiseeq_dump_rings() 312 hregs->tx_ndptr = VIRT_TO_DMA(sp, sp->tx_desc); in init_seeq() 453 hregs->tx_ndptr = VIRT_TO_DMA(sp, td); in kick_tx() 488 hregs->tx_ndptr = VIRT_TO_DMA(sp, td); in sgiseeq_tx()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/sgi/ |
H A D | hpc3.h | 156 volatile u32 tx_ndptr; /* next dma descriptor ptr */ member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/sgi/ |
H A D | hpc3.h | 156 volatile u32 tx_ndptr; /* next dma descriptor ptr */ member
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip22/ |
H A D | ip28-berr.c | 151 hpc3.ethtx.ndptr = hpc3c0->ethregs.tx_ndptr; in save_and_clear_buserr()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip22/ |
H A D | ip28-berr.c | 151 hpc3.ethtx.ndptr = hpc3c0->ethregs.tx_ndptr; in save_and_clear_buserr()
|
Completed in 7 milliseconds