aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/driver.h
Commit message (Expand)AuthorAgeFilesLines
* Make mlx5_cmd_exec_cb() a safe API in mlx5core.Hans Petter Selasky2020-11-161-6/+27
* Report EQE data upon CQ completion in mlx5core.Hans Petter Selasky2020-11-161-1/+1
* mlx5_core: Import PDDR register definitionsKonstantin Belousov2020-08-311-0/+1
* mlx5: Restore eswitch management code from attic.Konstantin Belousov2020-03-181-0/+2
* Add support for disabling and polling MSIX interrupts in mlx5core.Hans Petter Selasky2020-02-121-0/+3
* Widen EPOCH(9) usage in mlx5en(4).Hans Petter Selasky2020-01-301-6/+2
* mlx5: Do not poke hardware for statistic after teardown is started.Konstantin Belousov2019-12-051-1/+2
* Add sysctl(8) to get and set forward error correction, FEC, configurationHans Petter Selasky2019-10-021-0/+1
* Add definition for the Port Buffer Status Register in mlx5core.Hans Petter Selasky2019-10-021-0/+1
* Sort the ports registers definitions numerically in mlx5core.Hans Petter Selasky2019-10-021-5/+5
* Read rege map from crdump scan space in mlx5core.Hans Petter Selasky2019-10-021-1/+1
* Make the mlx5_vsc_wait_on_flag(9) function global.Hans Petter Selasky2019-10-021-0/+1
* Add port module event software counters in mlx5core.Hans Petter Selasky2019-10-021-0/+6
* Cleanup naming of IRQ vectors in mlx5en.Hans Petter Selasky2019-10-021-10/+1
* Add support for Multi-Physical Function Switch, MPFS, in mlx5en.Hans Petter Selasky2019-10-021-0/+6
* Make command workqueue persistant in mlx5core.Hans Petter Selasky2019-05-081-3/+1
* Fix race between driver unload and dumping firmware in mlx5core.Hans Petter Selasky2019-05-081-2/+6
* Flush command workqueue when command completion is triggered in mlx5core.Hans Petter Selasky2019-05-081-0/+1
* Make command timeout way shorter in mlx5core.Hans Petter Selasky2019-05-081-1/+1
* Add Firmware Reset Level, MFRL, register accessors in mlx5core.Hans Petter Selasky2019-05-081-0/+1
* Implement reading PCI power status in mlx5core.Hans Petter Selasky2019-05-081-0/+6
* Move workqueue from mlx5en(4) to mlx5core.Hans Petter Selasky2019-05-081-1/+2
* Remove unused speed enums in mlx5core.Hans Petter Selasky2019-05-081-30/+0
* Add MCC (Management Component Control) register definitions in mlx5core.Hans Petter Selasky2019-05-081-0/+3
* Query and cache PCAM, MCAM registers on initialization in mlx5core.Hans Petter Selasky2019-05-081-0/+2
* Expose PCAM, MCAM registers infrastructure in mlx5core.Hans Petter Selasky2019-05-081-0/+2
* Protect from infinite sw-reset loop in mlx5core.Hans Petter Selasky2019-05-081-0/+1
* Disable all MSIX interrupts before shutdown in mlx5.Hans Petter Selasky2019-05-081-0/+1
* Correctly define the interface state bits in mlx5en(4).Hans Petter Selasky2019-05-081-3/+1
* mlx5fpga: IOCTL for FPGA temperature measurementSlava Shwartsman2018-12-051-0/+1
* mlx5fpga: Initial code import.Slava Shwartsman2018-12-051-0/+48
* mlx5: Fixes to allow command polling mode to exist alongside event mode.Slava Shwartsman2018-12-051-3/+9
* mlx5: Extend vector argument to u64.Slava Shwartsman2018-12-051-1/+1
* mlx5: Fix use-after-free in self-healing flowSlava Shwartsman2018-12-051-1/+1
* mlx5: Add SRQ fixes from LinuxSlava Shwartsman2018-12-051-2/+2
* Make the MSIX module parameter limit per device, in mlx5en(4).Hans Petter Selasky2018-09-061-0/+3
* Refactor access to CR-space into using VSC APIs in mlx5core.Hans Petter Selasky2018-07-171-2/+4
* Implement support for Differentiated Service Code Point, DSCP, in mlx5en(4).Hans Petter Selasky2018-07-171-0/+6
* Add support for hardware rate limiting to mlx5en(4).Hans Petter Selasky2018-05-291-0/+38
* Remove unused structure field in mlx5core.Hans Petter Selasky2018-03-301-1/+0
* Remove redundant prototype to fix compilation with GCC.Hans Petter Selasky2018-03-251-1/+0
* Add mutual exclusion mechanism for software reset of firmware in mlx5core.Hans Petter Selasky2018-03-231-0/+1
* Handle software reset of firmware in error flow in mlx5core.Hans Petter Selasky2018-03-231-1/+1
* Cancel delayed recovery work when unloading the mlx5core driver.Hans Petter Selasky2018-03-231-0/+1
* Add support for fast unload in shutdown flow in mlx5core.Hans Petter Selasky2018-03-231-0/+4
* Improve support for health recovery in mlx5core.Hans Petter Selasky2018-03-231-0/+2
* mlx5(4): Remove redundant declaration of mlx5_enter_error_stateConrad Meyer2018-03-101-1/+0
* Add kernel and userspace code to dump the firmware state of supportedHans Petter Selasky2018-03-081-0/+2
* Add vendor specific capability interface support in mlx5core.Hans Petter Selasky2018-03-081-0/+17
* Use the autogenerated interface file for all commands in mlx5core.Hans Petter Selasky2018-03-081-15/+17