spectrum.c (c20b80187a93b4fcc1c5c46fc8a436df1f17636d) | spectrum.c (a94a614fa2bd32848a67f8261228e193beb826ca) |
---|---|
1/* 2 * drivers/net/ethernet/mellanox/mlxsw/spectrum.c 3 * Copyright (c) 2015 Mellanox Technologies. All rights reserved. 4 * Copyright (c) 2015 Jiri Pirko <jiri@mellanox.com> 5 * Copyright (c) 2015 Ido Schimmel <idosch@mellanox.com> 6 * Copyright (c) 2015 Elad Raz <eladr@mellanox.com> 7 * 8 * Redistribution and use in source and binary forms, with or without --- 2647 unchanged lines hidden (view full) --- 2656 { 2657 .func = mlxsw_sp_rx_listener_func, 2658 .local_port = MLXSW_PORT_DONT_CARE, 2659 .trap_id = MLXSW_TRAP_ID_TTLERROR, 2660 }, 2661 { 2662 .func = mlxsw_sp_rx_listener_func, 2663 .local_port = MLXSW_PORT_DONT_CARE, | 1/* 2 * drivers/net/ethernet/mellanox/mlxsw/spectrum.c 3 * Copyright (c) 2015 Mellanox Technologies. All rights reserved. 4 * Copyright (c) 2015 Jiri Pirko <jiri@mellanox.com> 5 * Copyright (c) 2015 Ido Schimmel <idosch@mellanox.com> 6 * Copyright (c) 2015 Elad Raz <eladr@mellanox.com> 7 * 8 * Redistribution and use in source and binary forms, with or without --- 2647 unchanged lines hidden (view full) --- 2656 { 2657 .func = mlxsw_sp_rx_listener_func, 2658 .local_port = MLXSW_PORT_DONT_CARE, 2659 .trap_id = MLXSW_TRAP_ID_TTLERROR, 2660 }, 2661 { 2662 .func = mlxsw_sp_rx_listener_func, 2663 .local_port = MLXSW_PORT_DONT_CARE, |
2664 .trap_id = MLXSW_TRAP_ID_LBERROR, 2665 }, 2666 { 2667 .func = mlxsw_sp_rx_listener_func, 2668 .local_port = MLXSW_PORT_DONT_CARE, |
|
2664 .trap_id = MLXSW_TRAP_ID_OSPF, 2665 }, 2666 { 2667 .func = mlxsw_sp_rx_listener_func, 2668 .local_port = MLXSW_PORT_DONT_CARE, 2669 .trap_id = MLXSW_TRAP_ID_IP2ME, 2670 }, 2671 { --- 1852 unchanged lines hidden --- | 2669 .trap_id = MLXSW_TRAP_ID_OSPF, 2670 }, 2671 { 2672 .func = mlxsw_sp_rx_listener_func, 2673 .local_port = MLXSW_PORT_DONT_CARE, 2674 .trap_id = MLXSW_TRAP_ID_IP2ME, 2675 }, 2676 { --- 1852 unchanged lines hidden --- |