freebsd-nq/sys/dev/mlx5/mlx5_en
Hans Petter Selasky 7c22ae80d2 Use the device unit number for naming the ifnet interface in mlx5en(4).
Currently the ifnet interface is named mceX, where X is a monotonically
incremented value. If the device is reset due to a fatal error, then the
interface name will change.  Using the device unit number will keep the
naming consistent across the reset logic.

Submitted by:	Matthew Finlay <matt@mellanox.com>
MFC after:	1 week
Sponsored by:	Mellanox Technologies
2018-03-08 15:43:41 +00:00
..
en.h Add support for per priority flow control, PFC, to mlx5en(4). 2018-03-08 11:40:39 +00:00
mlx5_en_ethtool.c Implement priority to traffic class mapping in mlx5core. 2018-03-07 15:23:07 +00:00
mlx5_en_flow_table.c Refactor the flowsteering APIs used by mlx5en(4). This change is needed by 2017-11-10 09:49:08 +00:00
mlx5_en_main.c Use the device unit number for naming the ifnet interface in mlx5en(4). 2018-03-08 15:43:41 +00:00
mlx5_en_rx.c mlx5en: Avoid SFENCe on x86 2017-12-19 14:11:41 +00:00
mlx5_en_tx.c Make sure the doorbell lock is valid for the i386 version 2017-10-02 12:20:55 +00:00
mlx5_en_txrx.c mlx5en: Separate the sendqueue from using the mlx5e_channel structure. 2016-09-16 11:35:45 +00:00