linux/drivers/net/ethernet/mellanox/mlxsw/ib.h
<<
>>
Prefs
   1/* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */
   2/* Copyright (c) 2016-2018 Mellanox Technologies. All rights reserved */
   3
   4#ifndef _MLXSW_IB_H
   5#define _MLXSW_IB_H
   6
   7#define MLXSW_IB_DEFAULT_MTU 4096
   8
   9#endif /* _MLXSW_IB_H */
  10