Lines Matching +full:bd +full:- +full:address
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
21 /* transmit BD's status */
28 #define T_A 0x04000000 /* Address - the data transmitted as address
33 #define T_P 0x01000000 /* Preamble - send Preamble sequence before
44 /* Receive BD's status */
52 #define R_A 0x04000000 /* the first byte in this buffer is address
58 #define R_AM 0x00800000 /* Address match */
59 #define R_DE 0x00800000 /* Address match */
89 /* 16-bit CCITT CRC (HDLC). (X16 + X12 + X5 + 1) */
93 /* 32-bit CCITT CRC (Ethernet and HDLC) */
196 and length for first BD in a frame */
197 s32 tx_base_offset; /* first BD in Tx BD table offset (In MURAM) */
198 s32 rx_base_offset; /* first BD in Rx BD table offset (In MURAM) */
199 struct qe_bd __iomem *confBd; /* next BD for confirm after Tx */
200 struct qe_bd __iomem *tx_bd; /* next BD for new Tx request */
201 struct qe_bd __iomem *rx_bd; /* next BD to collect after Rx */
219 * us_info - (In) pointer to the slow UCC info structure.
220 * uccs_ret - (Out) pointer to the slow UCC structure.
227 * uccs - (In) pointer to the slow UCC structure.
235 * uccs - (In) pointer to the slow UCC structure.
236 * mode - (In) TX, RX, or both.
244 * uccs - (In) pointer to the slow UCC structure.
245 * mode - (In) TX, RX, or both.
252 * uccs - (In) pointer to the slow UCC structure.
259 * uccs - (In) pointer to the slow UCC structure.
266 * uccs - (In) pointer to the slow UCC structure.