diff options
author | Moshe Shemesh <moshe@mellanox.com> | 2018-07-04 07:30:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-07-05 06:58:35 -0400 |
commit | bd1b51dc66dfe355b67afc94d299f2916136f104 (patch) | |
tree | 74936aee4e1850517ad88e96c7554beabbf24707 /net/lapb/lapb_in.c | |
parent | 036467c3990c75ec8ce97e517a864b52e184a1aa (diff) |
mlx4: Add mlx4 initial parameters table and register it
Create initial parameters table for mlx4.
The table consists of two generic parameters and two driver-specific
parameters.
Generic:
internal_err_reset - Enable reset device on internal errors. This
parameter can be configured on mlx4 either on runtime or during driver
initialization.
max_macs - Max number of MACs per ETH port. For mlx4 this parameter
value range is between 1 and 128. This parameter can be configured on
mlx4 only during driver initialization.
Driver specific:
enable_64b_cqe_eqe - Enable 64 byte CQEs/EQEs when the FW supports it.
This parameter can be configured on mlx4 only during driver
initialization.
enable_4k_uar - Enable using 4K UAR. This parameter can be configured on
mlx4 only during driver initialization.
Register the parameters table on mlx4_init_one() and unregister on
mlx4_remove_one().
Signed-off-by: Moshe Shemesh <moshe@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions