Lines Matching refs:cpu_to_le16
74 #define RSR_DETAG cpu_to_le16(0x0080)
75 #define RSR_SNTAG cpu_to_le16(0x0040)
76 #define RSR_RXER cpu_to_le16(0x0020)
77 #define RSR_RL cpu_to_le16(0x0010)
78 #define RSR_CE cpu_to_le16(0x0008)
79 #define RSR_FAE cpu_to_le16(0x0004)
80 #define RSR_CRC cpu_to_le16(0x0002)
81 #define RSR_VIDM cpu_to_le16(0x0001)
87 #define RSR_RXOK cpu_to_le16(0x8000) // rx OK
88 #define RSR_PFT cpu_to_le16(0x4000) // Perfect filtering address match
89 #define RSR_MAR cpu_to_le16(0x2000) // MAC accept multicast address packet
90 #define RSR_BAR cpu_to_le16(0x1000) // MAC accept broadcast address packet
91 #define RSR_PHY cpu_to_le16(0x0800) // MAC accept physical address packet
92 #define RSR_VTAG cpu_to_le16(0x0400) // 802.1p/1q tagging packet indicator
93 #define RSR_STP cpu_to_le16(0x0200) // start of packet
94 #define RSR_EDP cpu_to_le16(0x0100) // end of packet
111 #define TSR0_ABT cpu_to_le16(0x0080) // Tx abort because of excessive collision
112 #define TSR0_OWT cpu_to_le16(0x0040) // Jumbo frame Tx abort
113 #define TSR0_OWC cpu_to_le16(0x0020) // Out of window collision
114 #define TSR0_COLS cpu_to_le16(0x0010) // experience collision in this transmit event
115 #define TSR0_NCR3 cpu_to_le16(0x0008) // collision retry counter[3]
116 #define TSR0_NCR2 cpu_to_le16(0x0004) // collision retry counter[2]
117 #define TSR0_NCR1 cpu_to_le16(0x0002) // collision retry counter[1]
118 #define TSR0_NCR0 cpu_to_le16(0x0001) // collision retry counter[0]
119 #define TSR0_TERR cpu_to_le16(0x8000) //
120 #define TSR0_FDX cpu_to_le16(0x4000) // current transaction is serviced by full duplex mode
121 #define TSR0_GMII cpu_to_le16(0x2000) // current transaction is serviced by GMII mode
122 #define TSR0_LNKFL cpu_to_le16(0x1000) // packet serviced during link down
123 #define TSR0_SHDN cpu_to_le16(0x0400) // shutdown case
124 #define TSR0_CRS cpu_to_le16(0x0200) // carrier sense lost
125 #define TSR0_CDH cpu_to_le16(0x0100) // AQE test fail (CD heartbeat)
187 RX_INTEN = cpu_to_le16(0x8000)
214 TD_QUEUE = cpu_to_le16(0x8000)
246 OWNED_BY_NIC = cpu_to_le16(0x8000)