Lines Matching +full:mac +full:- +full:s
1 /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-or-later */
3 * Copyright 2008 - 2015 Freescale Semiconductor Inc.
21 /* TX-Port: Unsupported Format */
29 /* IPR non-consistent-sp */
66 /* non Frame-Manager error */
119 __be16 cksum; /* Running-sum */
120 /* Flags&fragment-offset field of the last IP-header */
127 u8 ip_pid_off; /* IP PID (last IP-proto) offset */
143 * buffer; Note that the private-area will start from the base
149 * order to get the parser-result from a buffer.
156 * parser-result from a buffer.
159 /* Add all other Internal-Context information: AD,
160 * hash-result, key, etc.
166 * buffer pools used by a port or storage-profile.
175 * storage-profile.
194 * depletion (Note - this pool must be used by this port!).
198 * after a single-pool is depleted;
202 * for depletion (Note - this pool must be used by this port!)
207 /* Enum for inter-module interrupts registration */
209 FMAN_MOD_MAC = 0, /* MAC event */
220 /* Enum for inter-module interrupts registration */
222 FMAN_EV_ERR_MAC0 = 0, /* MAC 0 error event */
223 FMAN_EV_ERR_MAC1, /* MAC 1 error event */
224 FMAN_EV_ERR_MAC2, /* MAC 2 error event */
225 FMAN_EV_ERR_MAC3, /* MAC 3 error event */
226 FMAN_EV_ERR_MAC4, /* MAC 4 error event */
227 FMAN_EV_ERR_MAC5, /* MAC 5 error event */
228 FMAN_EV_ERR_MAC6, /* MAC 6 error event */
229 FMAN_EV_ERR_MAC7, /* MAC 7 error event */
230 FMAN_EV_ERR_MAC8, /* MAC 8 error event */
231 FMAN_EV_ERR_MAC9, /* MAC 9 error event */
232 FMAN_EV_MAC0, /* MAC 0 event (Magic packet detection) */
233 FMAN_EV_MAC1, /* MAC 1 event (Magic packet detection) */
234 FMAN_EV_MAC2, /* MAC 2 (Magic packet detection) */
235 FMAN_EV_MAC3, /* MAC 3 (Magic packet detection) */
236 FMAN_EV_MAC4, /* MAC 4 (Magic packet detection) */
237 FMAN_EV_MAC5, /* MAC 5 (Magic packet detection) */
238 FMAN_EV_MAC6, /* MAC 6 (Magic packet detection) */
239 FMAN_EV_MAC7, /* MAC 7 (Magic packet detection) */
240 FMAN_EV_MAC8, /* MAC 8 event (Magic packet detection) */
241 FMAN_EV_MAC9, /* MAC 9 event (Magic packet detection) */
255 * fman - Pointer to FMan
256 * exception - The exception.
266 * fman - Pointer to FMan
267 * port_id - Port id
268 * addr - Address that caused the error
269 * tnum - Owner of error
270 * liodn - Logical IO device number
329 /* Structure for port-FM communication during fman_port_init. */
334 u16 liodn_offset; /* Port's requested resource */
335 u8 num_of_tasks; /* Port's requested resource */
336 u8 num_of_extra_tasks; /* Port's requested resource */
337 u8 num_of_open_dmas; /* Port's requested resource */
338 u8 num_of_extra_open_dmas; /* Port's requested resource */
339 u32 size_of_fifo; /* Port's requested resource */
340 u32 extra_size_of_fifo; /* Port's requested resource */
341 u8 deq_pipeline_depth; /* Port's requested resource */
342 u16 max_frame_length; /* Port's max frame length. */