freebsd-dev/sys/dev/mlx5
Hans Petter Selasky 1c807f6795 Use the busdma API to allocate all DMA-able memory.
The MLX5 driver has four different types of DMA allocations which are
now allocated using busdma:

1) The 4K firmware DMA-able blocks. One busdma object per 4K allocation.
2) Data for firmware commands use the 4K firmware blocks split into four 1K blocks.
3) The 4K firmware blocks are also used for doorbell pages.
4) The RQ-, SQ- and CQ- DMA rings. One busdma object per allocation.

After this patch the mlx5en driver can be used with DMAR enabled in
the FreeBSD kernel.

MFC after:		1 week
Sponsored by:		Mellanox Technologies
2017-01-27 11:46:55 +00:00
..
mlx5_core Use the busdma API to allocate all DMA-able memory. 2017-01-27 11:46:55 +00:00
mlx5_en Add support for reading advanced diagnostic counters. 2017-01-27 10:03:50 +00:00
cq.h Add runtime support for modifying the SQ and RQ completion event 2017-01-20 11:11:49 +00:00
device.h Use the busdma API to allocate all DMA-able memory. 2017-01-27 11:46:55 +00:00
diagnostics.h Add support for reading advanced diagnostic counters. 2017-01-27 10:03:50 +00:00
doorbell.h
driver.h Use the busdma API to allocate all DMA-able memory. 2017-01-27 11:46:55 +00:00
eswitch_vacl.h Update the mlx5 shared driver code to the latest version, which 2015-12-07 13:16:48 +00:00
flow_table.h Update the MLX5 core module: 2016-09-16 11:28:16 +00:00
mlx5_ifc.h Update firmware interface structures and definitions adding support 2017-01-20 10:47:32 +00:00
mlx5_rdma_if.h
qp.h Add more firmware related structures and update existing ones in the 2016-11-07 11:28:50 +00:00
srq.h
vport.h Update the MLX5 core module: 2016-09-16 11:28:16 +00:00