Home
last modified time | relevance | path

Searched refs:TX_FREE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A D3c589_cs.c122 #define TX_FREE 0x0C /* Remaining free bytes in Tx buffer. */ macro
440 inb(ioaddr+TX_STATUS), inw(ioaddr+TX_FREE)); in dump_status()
592 if (inw(ioaddr + TX_FREE) <= 1536) { in el3_start_xmit()
H A D3c509.c145 #define TX_FREE 0x0C /* Remaining free bytes in Tx buffer. */ macro
693 inw(ioaddr + TX_FREE)); in el3_tx_timeout()
737 if (inw(ioaddr + TX_FREE) > 1536) in el3_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H A D3c589_cs.c122 #define TX_FREE 0x0C /* Remaining free bytes in Tx buffer. */ macro
440 inb(ioaddr+TX_STATUS), inw(ioaddr+TX_FREE)); in dump_status()
592 if (inw(ioaddr + TX_FREE) <= 1536) { in el3_start_xmit()
H A D3c509.c145 #define TX_FREE 0x0C /* Remaining free bytes in Tx buffer. */ macro
691 inw(ioaddr + TX_FREE)); in el3_tx_timeout()
735 if (inw(ioaddr + TX_FREE) > 1536) in el3_start_xmit()

Completed in 10 milliseconds