Lines Matching +full:enable +full:- +full:soft +full:- +full:reset
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
103 * Byte 1: 0x43 -> Ascii code 'C'
104 * Byte 2: 0x41 -> Ascii code 'A'
105 * Byte 3: 0x4d -> Ascii code 'M'
113 /* Aborted frame enable */
116 /* 0: Enable CPU mode for TX, 1: DMA */
122 /* 0: Enable CPU mode for RX, 1: DMA */
143 /* Enable DA Filtering */
149 /* Enable Hash filter */
155 /* Enable SA Filtering */
164 /* Enable Receive Flow Control */
167 /* Enable Transmit Flow Control */
170 /* Enable soft reset */
175 /* Enable duplex */
178 /* Enable MAC Frame Length Checking */
181 /* Enable Huge Frame */
184 /* Enable MAC Delayed CRC */
187 /* Enable MAC CRC */
190 /* Enable MAC PAD Short frames */
193 /* Enable MAC PAD Short frames and append CRC */
196 /* Enable MAC auto detect Short frames */
202 /* Enable no back off */
238 #define EMAC_LOCK(cs) mtx_lock(&(sc)->emac_mtx)
239 #define EMAC_UNLOCK(cs) mtx_unlock(&(sc)->emac_mtx)
240 #define EMAC_ASSERT_LOCKED(sc) mtx_assert(&(sc)->emac_mtx, MA_OWNED);