Searched refs:RX_STATUS (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/can/ |
| H A D | bcm.h | 87 RX_STATUS, /* reply to RX_READ request */ enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/can/ |
| H A D | bcm.h | 87 RX_STATUS, /* reply to RX_READ request */ enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/can/ |
| H A D | bcm.h | 87 RX_STATUS, /* reply to RX_READ request */ enumerator
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/fujitsu/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/ |
| H 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()
|
| H A D | 3c509.c | 143 #define RX_STATUS 0x08 macro 916 inw(ioaddr+EL3_STATUS), inw(ioaddr+RX_STATUS)); in el3_rx() 917 while ((rx_status = inw(ioaddr + RX_STATUS)) > 0) { in el3_rx()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | dnet.h | 27 u32 RX_STATUS; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ |
| H A D | dnet.c | 450 dnet_readl(bp, RX_STATUS), int_current); in dnet_interrupt()
|
| /OK3568_Linux_fs/kernel/net/can/ |
| H A D | bcm.c | 1375 msg_head.opcode = RX_STATUS; in bcm_sendmsg()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdevice.h | 4236 #define NETIF_MSG_RX_STATUS __NETIF_MSG(RX_STATUS)
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | can.rst | 790 RX_STATUS:
|