aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-10/+11
* mlx5: normalize use of the opt_*.h filesKonstantin Belousov2022-02-011-0/+3
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-2/+2
* mlx5: drop Giant around VSC lock and CRSPACE enumeration on attachKonstantin Belousov2021-07-121-2/+6
* mlx5: add a knob to administratively disable mlx5 fw dump setupKonstantin Belousov2021-07-121-0/+13
* Properly handle case where firmware dump returns more registers on second passHans Petter Selasky2021-01-081-6/+18
* Downgrade error about missing VSC to warning and make messages consistentHans Petter Selasky2021-01-081-1/+1
* mlx5: Do not try to enable fwdumps if scan space did not responded.Konstantin Belousov2019-12-021-0/+4
* mlx5: Downgrade assert about misbehaving hardware to error message.Konstantin Belousov2019-12-021-3/+5
* Improve mlx5_fwdump_prep logging in mlx5core.Hans Petter Selasky2019-10-021-4/+7
* Return an error from ioctl(MLX5_FW_RESET) if reset was rejected in mlx5core.Hans Petter Selasky2019-10-021-3/+7
* Move EEPROM information query from a sysctl in mlx5en(4) to an ioctlHans Petter Selasky2019-10-021-0/+63
* Unify prints in mlx5core.Hans Petter Selasky2019-10-021-3/+3
* Remove no longer needed fwdump register tables from mlx5core.Hans Petter Selasky2019-10-021-4/+0
* Read rege map from crdump scan space in mlx5core.Hans Petter Selasky2019-10-021-15/+71
* Fix race between driver unload and dumping firmware in mlx5core.Hans Petter Selasky2019-05-081-62/+66
* Rename functions from mlx5_fwdump to mlx5_ctl in mlx5core.Hans Petter Selasky2019-05-081-10/+10
* Implement firmware reset from userspace in mlx5tool(8).Hans Petter Selasky2019-05-081-0/+29
* Implement userspace firmware update for ConnectX-4/5/6.Hans Petter Selasky2019-05-081-0/+32
* Rename mlx5_fwdump_addr to more neutral mlx5_tool_addr in mlx5core.Hans Petter Selasky2019-05-081-4/+4
* Prepare for FW dump in error state in mlx5core.Hans Petter Selasky2018-03-301-1/+5
* Add call to setup firmware data dump structure during device load inHans Petter Selasky2018-03-081-5/+8
* Add kernel and userspace code to dump the firmware state of supportedHans Petter Selasky2018-03-081-0/+308