Searched refs:RX_STATUS (Results 1 – 8 of 8) sorted by relevance
/linux/include/uapi/linux/can/ |
A D | bcm.h | 87 RX_STATUS, /* reply to RX_READ request */ enumerator
|
/linux/drivers/net/ethernet/fujitsu/ |
A D | fmvj18x_cs.c | 127 #define RX_STATUS 1 /* receive status register */ macro 732 rx_stat = inb(ioaddr + RX_STATUS); in fjn_interrupt() 736 outb(rx_stat, ioaddr + RX_STATUS); in fjn_interrupt() 942 outb(0xff, ioaddr + RX_STATUS); in fjn_reset() 964 dev->name, inb(ioaddr + RX_STATUS)); in fjn_rx()
|
/linux/drivers/net/ethernet/3com/ |
A D | 3c589_cs.c | 120 #define RX_STATUS 0x08 macro 430 inw(ioaddr+EL3_STATUS), inw(ioaddr+RX_STATUS), in dump_status() 824 inw(ioaddr+EL3_STATUS), inw(ioaddr+RX_STATUS)); in el3_rx() 825 while (!((rx_status = inw(ioaddr + RX_STATUS)) & 0x8000) && in el3_rx()
|
A D | 3c509.c | 143 #define RX_STATUS 0x08 macro 914 inw(ioaddr+EL3_STATUS), inw(ioaddr+RX_STATUS)); in el3_rx() 915 while ((rx_status = inw(ioaddr + RX_STATUS)) > 0) { in el3_rx()
|
/linux/drivers/net/ethernet/ |
A D | dnet.c | 450 dnet_readl(bp, RX_STATUS), int_current); in dnet_interrupt()
|
/linux/net/can/ |
A D | bcm.c | 1364 msg_head.opcode = RX_STATUS; in bcm_sendmsg()
|
/linux/include/linux/ |
A D | netdevice.h | 4372 #define NETIF_MSG_RX_STATUS __NETIF_MSG(RX_STATUS)
|
/linux/Documentation/networking/ |
A D | can.rst | 825 RX_STATUS:
|
Completed in 37 milliseconds