/drivers/net/ethernet/3com/ |
D | 3c515.c | 217 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B, enumerator 971 dev->name, inb(ioaddr + TxStatus), in corkscrew_timeout() 974 if ((inb(ioaddr + TxStatus) & 0x88) == 0x88) in corkscrew_timeout() 1099 while (--i > 0 && (tx_status = inb(ioaddr + TxStatus)) > 0) { in corkscrew_start_xmit() 1117 outb(0x00, ioaddr + TxStatus); /* Pop the status stack. */ in corkscrew_start_xmit() 1425 inb(ioaddr + TxStatus)); in corkscrew_close()
|
D | 3c574_cs.c | 171 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator 479 inw(ioaddr+RxStatus), inb(ioaddr+TxStatus), in dump_status() 717 u_char tx_status = inb(ioaddr + TxStatus); in pop_tx_status() 729 outb(0x00, ioaddr + TxStatus); /* Pop the status stack. */ in pop_tx_status()
|
D | 3c59x.c | 477 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator 1899 dev->name, ioread8(ioaddr + TxStatus), in vortex_tx_timeout() 1907 if ((ioread8(ioaddr + TxStatus) & 0x88) == 0x88) in vortex_tx_timeout() 1971 tx_status = ioread8(ioaddr + TxStatus); in vortex_error() 1986 iowrite8(0, ioaddr + TxStatus); in vortex_error() 2104 while (--i > 0 && (tx_status = ioread8(ioaddr + TxStatus)) > 0) { in vortex_start_xmit() 2116 iowrite8(0x00, ioaddr + TxStatus); /* Pop the status stack. */ in vortex_start_xmit() 2744 dev->name, ioread16(ioaddr + EL3_STATUS), ioread8(ioaddr + TxStatus)); in vortex_close()
|
/drivers/net/ethernet/dlink/ |
D | sundance.c | 263 TxStatus = 0x46, enumerator 909 dev->name, ioread32(ioaddr + RxStatus), ioread8(ioaddr + TxStatus), in netdev_open() 965 ioread8(ioaddr + TxStatus), ioread32(ioaddr + RxStatus)); in netdev_timer() 983 " resetting...\n", dev->name, ioread8(ioaddr + TxStatus), in tx_timeout() 1218 tx_status = ioread16 (ioaddr + TxStatus); in intr_handler() 1257 iowrite16 (0, ioaddr + TxStatus); in intr_handler() 1262 tx_status = ioread16 (ioaddr + TxStatus); in intr_handler() 1849 dev->name, ioread8(ioaddr + TxStatus), in netdev_close()
|
D | dl2k.h | 83 TxStatus = 0x60, enumerator
|
D | dl2k.c | 539 dev->name, dr32(TxStatus)); in rio_tx_timeout() 690 tx_status = dr32(TxStatus); in rio_interrupt()
|
/drivers/net/ethernet/packetengines/ |
D | hamachi.c | 431 TxDMACtrl=0x00, TxCmd=0x04, TxStatus=0x06, TxPtr=0x08, TxCurPtr=0x10, enumerator 980 dev->name, readw(ioaddr + RxStatus), readw(ioaddr + TxStatus)); in hamachi_open() 1055 " resetting...\n", dev->name, (int)readw(ioaddr + TxStatus)); in hamachi_tx_timeout() 1225 status=readw(hmp->base + TxStatus); in hamachi_start_xmit() 1263 status=readw(hmp->base + TxStatus); in hamachi_start_xmit() 1659 dev->name, readw(ioaddr + TxStatus), in hamachi_close()
|
D | yellowfin.c | 249 TxCtrl=0x00, TxStatus=0x04, TxPtr=0x0C, enumerator 690 ioread32(ioaddr + TxStatus), in yellowfin_tx_timeout() 1198 ioread16(ioaddr + TxStatus), in yellowfin_close()
|
/drivers/net/wireless/brcm80211/brcmsmac/ |
D | d11.h | 778 __le16 TxStatus; /* 0x27 */ member
|
D | main.c | 6591 txh->TxStatus = cpu_to_le16(status); in brcms_c_d11hdrs_mac80211()
|
/drivers/net/wireless/ |
D | atmel.c | 203 u8 TxStatus; member
|