freebsd-dev/sys/dev/mlx5/mlx5_en
John Baldwin e37240f9f3 Add support for IFCAP_NOMAP to mlx5(4).
Since mlx5 uses bus_dma, this only required adding the capability
flag.

Submitted by:	gallatin
Reviewed by:	gallatin, hselasky, rrs
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D20616
2019-06-29 00:53:07 +00:00
..
en_rl.h Extend the counters framework in mlx5en(4). 2019-05-08 10:59:16 +00:00
en.h Remove non-functional MLX5E_MAX_RX_SEGS macro in mlx5en(4). 2019-05-08 11:06:42 +00:00
mlx5_en_dim.c Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4). 2019-05-08 10:23:33 +00:00
mlx5_en_ethtool.c Fix LINT compilation issue. 2019-05-08 12:27:16 +00:00
mlx5_en_flow_table.c Ensure the flowtable rules are not freed twice in mlx5en(4). 2019-05-08 11:08:21 +00:00
mlx5_en_main.c Add support for IFCAP_NOMAP to mlx5(4). 2019-06-29 00:53:07 +00:00
mlx5_en_rl.c Make sure the DMA tags get freed in mlx5en(4). 2019-06-04 08:06:51 +00:00
mlx5_en_rx.c Remove non-functional MLX5E_MAX_RX_SEGS macro in mlx5en(4). 2019-05-08 11:06:42 +00:00
mlx5_en_tx.c Restructure mbuf send tags to provide stronger guarantees. 2019-05-24 22:30:40 +00:00
mlx5_en_txrx.c Avoid more LFENCE/SFENCe on x86 in mlx5en(4), 2018-03-08 15:58:30 +00:00