Searched refs:PktStatus (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 534 PktStatus = 0x20, DownListPtr = 0x24, FragAddr = 0x28, FragLen = 0x2c, enumerator 1673 iowrite32(0x0020, ioaddr + PktStatus); in vortex_up() 1891 ioread32(ioaddr + PktStatus), in vortex_tx_timeout() 2007 int bus_status = ioread32(ioaddr + PktStatus); in vortex_error() 2794 int stalled = ioread32(ioaddr + PktStatus) & 0x04; /* Possible racy. But it's only debug stuff */ in dump_tx_ring()
|
H A D | 3c515.c | 266 PktStatus = 0x400, DownListPtr = 0x404, FragAddr = 0x408, FragLen = enumerator
|
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 534 PktStatus = 0x20, DownListPtr = 0x24, FragAddr = 0x28, FragLen = 0x2c, enumerator 1675 iowrite32(0x0020, ioaddr + PktStatus); in vortex_up() 1893 ioread32(ioaddr + PktStatus), in vortex_tx_timeout() 2009 int bus_status = ioread32(ioaddr + PktStatus); in vortex_error() 2796 int stalled = ioread32(ioaddr + PktStatus) & 0x04; /* Possible racy. But it's only debug stuff */ in dump_tx_ring()
|
H A D | 3c515.c | 268 PktStatus = 0x400, DownListPtr = 0x404, FragAddr = 0x408, FragLen = enumerator
|
Completed in 14 milliseconds