2 * Copyright (c) 2007 Mellanox Technologies. All rights reserved.
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:
10 * Redistribution and use in source and binary forms, with or
11 * without modification, are permitted provided that the following
14 * - Redistributions of source code must retain the above
15 * copyright notice, this list of conditions and the following
18 * - Redistributions in binary form must reproduce the above
19 * copyright notice, this list of conditions and the following
20 * disclaimer in the documentation and/or other materials
21 * provided with the distribution.
23 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34 #ifndef _MLX4_EN_PORT_H_
35 #define _MLX4_EN_PORT_H_
38 #define SET_PORT_GEN_ALL_VALID 0x7
39 #define SET_PORT_PROMISC_SHIFT 31
40 #define SET_PORT_MC_PROMISC_SHIFT 30
42 #define MLX4_EN_NUM_TC 8
44 #define VLAN_FLTR_SIZE 128
45 struct mlx4_set_vlan_fltr_mbox
{
46 __be32 entry
[VLAN_FLTR_SIZE
];
51 MLX4_MCAST_CONFIG
= 0,
52 MLX4_MCAST_DISABLE
= 1,
53 MLX4_MCAST_ENABLE
= 2,
57 MLX4_1000BASE_CX_SGMII
= 0,
68 MLX4_40GBASE_SR4
= 15,
69 MLX4_56GBASE_CR4
= 17,
70 MLX4_56GBASE_SR4
= 18,
76 #define MLX4_PROT_MASK(link_mode) (1<<link_mode)
79 MLX4_EN_100M_SPEED
= 0x04,
80 MLX4_EN_10G_SPEED_XAUI
= 0x00,
81 MLX4_EN_10G_SPEED_XFI
= 0x01,
82 MLX4_EN_1G_SPEED
= 0x02,
83 MLX4_EN_20G_SPEED
= 0x08,
84 MLX4_EN_40G_SPEED
= 0x40,
85 MLX4_EN_56G_SPEED
= 0x20,
86 MLX4_EN_OTHER_SPEED
= 0x0f,
89 struct mlx4_en_query_port_context
{
91 #define MLX4_EN_LINK_UP_MASK 0x80
92 #define MLX4_EN_ANC_MASK 0x40
94 #define MLX4_EN_AUTONEG_MASK 0x80
98 #define MLX4_EN_SPEED_MASK 0x6f
105 struct mlx4_en_stat_out_mbox
{
106 /* Received frames with a length of 64 octets */
116 /* Received frames with a length of 127 octets */
126 /* Received frames with a length of 255 octets */
136 /* Received frames with a length of 511 octets */
146 /* Received frames with a length of 1023 octets */
156 /* Received frames with a length of 1518 octets */
166 /* Received frames with a length of 1522 octets */
176 /* Received frames with a length of 1548 octets */
186 /* Received frames with a length of 1548 < octets < MTU */
196 /* Received frames with a length of MTU< octets and good CRC */
197 __be64 RGIANT_prio_0
;
198 __be64 RGIANT_prio_1
;
199 __be64 RGIANT_prio_2
;
200 __be64 RGIANT_prio_3
;
201 __be64 RGIANT_prio_4
;
202 __be64 RGIANT_prio_5
;
203 __be64 RGIANT_prio_6
;
204 __be64 RGIANT_prio_7
;
205 __be64 RGIANT_novlan
;
206 /* Received broadcast frames with good CRC */
207 __be64 RBCAST_prio_0
;
208 __be64 RBCAST_prio_1
;
209 __be64 RBCAST_prio_2
;
210 __be64 RBCAST_prio_3
;
211 __be64 RBCAST_prio_4
;
212 __be64 RBCAST_prio_5
;
213 __be64 RBCAST_prio_6
;
214 __be64 RBCAST_prio_7
;
215 __be64 RBCAST_novlan
;
216 /* Received multicast frames with good CRC */
226 /* Received unicast not short or GIANT frames with good CRC */
237 /* Count of total octets of received frames, includes framing characters */
238 __be64 RTTLOCT_prio_0
;
239 /* Count of total octets of received frames, not including framing
241 __be64 RTTLOCT_NOFRM_prio_0
;
242 /* Count of Total number of octets received
243 (only for frames without errors) */
246 __be64 RTTLOCT_prio_1
;
247 __be64 RTTLOCT_NOFRM_prio_1
;
250 __be64 RTTLOCT_prio_2
;
251 __be64 RTTLOCT_NOFRM_prio_2
;
254 __be64 RTTLOCT_prio_3
;
255 __be64 RTTLOCT_NOFRM_prio_3
;
258 __be64 RTTLOCT_prio_4
;
259 __be64 RTTLOCT_NOFRM_prio_4
;
262 __be64 RTTLOCT_prio_5
;
263 __be64 RTTLOCT_NOFRM_prio_5
;
266 __be64 RTTLOCT_prio_6
;
267 __be64 RTTLOCT_NOFRM_prio_6
;
270 __be64 RTTLOCT_prio_7
;
271 __be64 RTTLOCT_NOFRM_prio_7
;
274 __be64 RTTLOCT_novlan
;
275 __be64 RTTLOCT_NOFRM_novlan
;
278 /* Count of Total received frames including bad frames */
280 /* Count of Total number of received frames with 802.1Q encapsulation */
316 /* Total number of Successfully Received Control Frames */
321 /* Count of received frames with a length/type field value between 46
322 (42 for VLANtagged frames) and 1500 (also 1500 for VLAN-tagged frames),
324 __be64 RInRangeLengthErr
;
325 /* Count of received frames with length/type field between 1501 and 1535
326 decimal, inclusive */
327 __be64 ROutRangeLengthErr
;
328 /* Count of received frames that are longer than max allowed size for
329 802.3 frames (1518/1522) */
331 /* Count frames received with PCS error */
334 /* Transmit frames with a length of 64 octets */
345 /* Transmit frames with a length of 65 to 127 octets. */
356 /* Transmit frames with a length of 128 to 255 octets */
367 /* Transmit frames with a length of 256 to 511 octets */
378 /* Transmit frames with a length of 512 to 1023 octets */
389 /* Transmit frames with a length of 1024 to 1518 octets */
400 /* Counts transmit frames with a length of 1519 to 1522 bytes */
411 /* Transmit frames with a length of 1523 to 1548 octets */
422 /* Counts transmit frames with a length of 1549 to MTU bytes */
433 /* Transmit frames with a length greater than MTU octets and a good CRC. */
434 __be64 TGIANT_prio_0
;
435 __be64 TGIANT_prio_1
;
436 __be64 TGIANT_prio_2
;
437 __be64 TGIANT_prio_3
;
438 __be64 TGIANT_prio_4
;
439 __be64 TGIANT_prio_5
;
440 __be64 TGIANT_prio_6
;
441 __be64 TGIANT_prio_7
;
442 __be64 TGIANT_novlan
;
443 __be64 TGIANT_loopbk
;
444 /* Transmit broadcast frames with a good CRC */
445 __be64 TBCAST_prio_0
;
446 __be64 TBCAST_prio_1
;
447 __be64 TBCAST_prio_2
;
448 __be64 TBCAST_prio_3
;
449 __be64 TBCAST_prio_4
;
450 __be64 TBCAST_prio_5
;
451 __be64 TBCAST_prio_6
;
452 __be64 TBCAST_prio_7
;
453 __be64 TBCAST_novlan
;
454 __be64 TBCAST_loopbk
;
455 /* Transmit multicast frames with a good CRC */
456 __be64 TMCAST_prio_0
;
457 __be64 TMCAST_prio_1
;
458 __be64 TMCAST_prio_2
;
459 __be64 TMCAST_prio_3
;
460 __be64 TMCAST_prio_4
;
461 __be64 TMCAST_prio_5
;
462 __be64 TMCAST_prio_6
;
463 __be64 TMCAST_prio_7
;
464 __be64 TMCAST_novlan
;
465 __be64 TMCAST_loopbk
;
466 /* Transmit good frames that are neither broadcast nor multicast */
478 /* total octets of transmitted frames, including framing characters */
479 __be64 TTTLOCT_prio_0
;
480 /* total octets of transmitted frames, not including framing characters */
481 __be64 TTTLOCT_NOFRM_prio_0
;
485 __be64 TTTLOCT_prio_1
;
486 __be64 TTTLOCT_NOFRM_prio_1
;
489 __be64 TTTLOCT_prio_2
;
490 __be64 TTTLOCT_NOFRM_prio_2
;
493 __be64 TTTLOCT_prio_3
;
494 __be64 TTTLOCT_NOFRM_prio_3
;
497 __be64 TTTLOCT_prio_4
;
498 __be64 TTTLOCT_NOFRM_prio_4
;
501 __be64 TTTLOCT_prio_5
;
502 __be64 TTTLOCT_NOFRM_prio_5
;
505 __be64 TTTLOCT_prio_6
;
506 __be64 TTTLOCT_NOFRM_prio_6
;
509 __be64 TTTLOCT_prio_7
;
510 __be64 TTTLOCT_NOFRM_prio_7
;
513 __be64 TTTLOCT_novlan
;
514 __be64 TTTLOCT_NOFRM_novlan
;
517 __be64 TTTLOCT_loopbk
;
518 __be64 TTTLOCT_NOFRM_loopbk
;
521 /* Total frames transmitted with a good CRC that are not aborted */
523 /* Total number of frames transmitted with 802.1Q encapsulation */
563 /* Received frames with a length greater than MTU octets and a bad CRC */
565 /* Received frames with a bad CRC that are not runts, jabbers,
566 or alignment errors */
568 /* Received frames with SFD with a length of less than 64 octets and a
571 /* Received frames with a length less than 64 octets and a good CRC */
573 /* Total Number of Received Packets Dropped */
575 /* Drop due to overflow */
577 /* Drop due to overflow */
579 /* Total of good frames. Does not include frames received with
580 frame-too-long, FCS, or length errors */
582 /* Total dropped Xmited packets */