Lines Matching refs:cpu_to_le16

64 #define RSR_DETAG	cpu_to_le16(0x0080)
65 #define RSR_SNTAG cpu_to_le16(0x0040)
66 #define RSR_RXER cpu_to_le16(0x0020)
67 #define RSR_RL cpu_to_le16(0x0010)
68 #define RSR_CE cpu_to_le16(0x0008)
69 #define RSR_FAE cpu_to_le16(0x0004)
70 #define RSR_CRC cpu_to_le16(0x0002)
71 #define RSR_VIDM cpu_to_le16(0x0001)
77 #define RSR_RXOK cpu_to_le16(0x8000) // rx OK
78 #define RSR_PFT cpu_to_le16(0x4000) // Perfect filtering address match
79 #define RSR_MAR cpu_to_le16(0x2000) // MAC accept multicast address packet
80 #define RSR_BAR cpu_to_le16(0x1000) // MAC accept broadcast address packet
81 #define RSR_PHY cpu_to_le16(0x0800) // MAC accept physical address packet
82 #define RSR_VTAG cpu_to_le16(0x0400) // 802.1p/1q tagging packet indicator
83 #define RSR_STP cpu_to_le16(0x0200) // start of packet
84 #define RSR_EDP cpu_to_le16(0x0100) // end of packet
101 #define TSR0_ABT cpu_to_le16(0x0080) // Tx abort because of excessive collision
102 #define TSR0_OWT cpu_to_le16(0x0040) // Jumbo frame Tx abort
103 #define TSR0_OWC cpu_to_le16(0x0020) // Out of window collision
104 #define TSR0_COLS cpu_to_le16(0x0010) // experience collision in this transmit event
105 #define TSR0_NCR3 cpu_to_le16(0x0008) // collision retry counter[3]
106 #define TSR0_NCR2 cpu_to_le16(0x0004) // collision retry counter[2]
107 #define TSR0_NCR1 cpu_to_le16(0x0002) // collision retry counter[1]
108 #define TSR0_NCR0 cpu_to_le16(0x0001) // collision retry counter[0]
109 #define TSR0_TERR cpu_to_le16(0x8000) //
110 #define TSR0_FDX cpu_to_le16(0x4000) // current transaction is serviced by full duplex mode
111 #define TSR0_GMII cpu_to_le16(0x2000) // current transaction is serviced by GMII mode
112 #define TSR0_LNKFL cpu_to_le16(0x1000) // packet serviced during link down
113 #define TSR0_SHDN cpu_to_le16(0x0400) // shutdown case
114 #define TSR0_CRS cpu_to_le16(0x0200) // carrier sense lost
115 #define TSR0_CDH cpu_to_le16(0x0100) // AQE test fail (CD heartbeat)
177 RX_INTEN = cpu_to_le16(0x8000)
204 TD_QUEUE = cpu_to_le16(0x8000)
236 OWNED_BY_NIC = cpu_to_le16(0x8000)