aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/sfxge.h
Commit message (Expand)AuthorAgeFilesLines
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove support for FreeBSD 7 and 8Warner Losh2020-02-271-5/+0
* sfxge(4): use n Tx queues instead of n + 2 on EF10 HWAndrew Rybchenko2018-12-101-0/+2
* sfxge(4): populate per-event queue stats in sysctlAndrew Rybchenko2018-12-101-0/+7
* sfxge(4): report memory BAR numberAndrew Rybchenko2018-11-271-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): cleanup: remove unused soft context struct member rxq_cacheAndrew Rybchenko2017-01-271-1/+0
* sfxge(4): add tunable to configure MAC stats update periodAndrew Rybchenko2017-01-121-0/+1
* sfxge(4): stats refresh in SW should depend on HW update periodAndrew Rybchenko2017-01-121-0/+2
* sfxge(4): treat EFX_LINK_UNKOWN as link downAndrew Rybchenko2017-01-071-1/+3
* sfxge(4): do not limit driver RSS table to RSS channels maxAndrew Rybchenko2016-12-271-1/+1
* sfxge(4): cope with code duplication on SW events compositionAndrew Rybchenko2016-06-011-0/+20
* sfxge(4): avoid code duplication in SW events definitionAndrew Rybchenko2016-05-311-11/+8
* sfxge(4): move definition of the SW events to sfxge.hAndrew Rybchenko2016-05-311-0/+20
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* Use m_getjcl() instead of manually selecting zone.Gleb Smirnoff2016-01-281-1/+1
* sfxge: support FATSOv2Andrew Rybchenko2016-01-151-1/+4
* sfxge: support for MCDI logging implementedAndrew Rybchenko2015-12-051-0/+3
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-24/+58
* sfxge: cleanup: add a blank line before each #if to improve readabilityAndrew Rybchenko2015-03-241-0/+7
* sfxge: remove obsolete Tx non-multi queue supportAndrew Rybchenko2015-03-231-15/+0
* sfxge: implement if_get_counter callbackAndrew Rybchenko2015-02-221-0/+1
* sfxge: add driver context member with number of event queuesAndrew Rybchenko2015-02-181-0/+1
* sfxge: add driver context member with number of receive queuesAndrew Rybchenko2015-02-181-0/+1
* sfxge: add driver context member with number of transmit queuesAndrew Rybchenko2015-02-181-0/+2
* sfxge: make lock names uniqueAndrew Rybchenko2015-02-051-9/+49
* sfxge: Add macros to init, destroy, acquire, release and assert locksAndrew Rybchenko2015-02-041-0/+44
* sfxge: implemented parameter to restrict RSS channelsAndrew Rybchenko2015-01-291-0/+1
* sfxge: Remove extra cache-line alignment and reorder sfxge_evq_tAndrew Rybchenko2015-01-291-10/+10
* sfxge: Make it possible to build without EVQ statisticsAndrew Rybchenko2015-01-291-0/+2
* sfxge: Change sfxge_ev_qpoll() proto to avoid EVQ pointers array accessAndrew Rybchenko2015-01-291-1/+1
* The patch allows to check state of the software Tx queues at run time.George V. Neville-Neil2014-09-301-0/+1
* Make size of Tx and Rx rings configurableGeorge V. Neville-Neil2014-09-301-1/+10
* cleanup: code style fixesGeorge V. Neville-Neil2014-09-301-20/+20
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* sfxge: Remove interrupt self-test codePhilip Paeps2011-11-191-1/+0
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+304