aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/sfxge_ev.c
Commit message (Expand)AuthorAgeFilesLines
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-18/+15
* sfxge(4): use n Tx queues instead of n + 2 on EF10 HWAndrew Rybchenko2018-12-101-2/+5
* sfxge(4): prepare the number of Tx queues on event queue 0 to become variableAndrew Rybchenko2018-12-101-2/+3
* sfxge(4): populate per-event queue stats in sysctlAndrew Rybchenko2018-12-101-8/+103
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): add possibility to control event queue performance profileAndrew Rybchenko2016-12-281-1/+2
* sfxge(4): handle negative ticks difference correctlyAndrew Rybchenko2016-06-091-1/+1
* sfxge(4): always be ready to receive batched eventsAndrew Rybchenko2016-06-041-2/+1
* sfxge(4): set moderation in efx_ev_qcreateAndrew Rybchenko2016-06-011-4/+1
* sfxge(4): cope with code duplication on SW events compositionAndrew Rybchenko2016-06-011-18/+3
* sfxge(4): avoid code duplication in SW events definitionAndrew Rybchenko2016-05-311-7/+7
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* sfxge(4): do not use RxQ index as labelAndrew Rybchenko2016-04-281-32/+25
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-36/+77
* sfxge: expect required init_state on data path and in periodic callsAndrew Rybchenko2015-02-271-5/+5
* sfxge: correct event queue interrupt moderation timer quantaAndrew Rybchenko2015-02-221-1/+1
* sfxge: assert event queue lock in event handlersAndrew Rybchenko2015-02-221-0/+19
* sfxge: add driver context member with number of event queuesAndrew Rybchenko2015-02-181-7/+12
* sfxge: make lock names uniqueAndrew Rybchenko2015-02-051-1/+1
* sfxge: Add macros to init, destroy, acquire, release and assert locksAndrew Rybchenko2015-02-041-17/+17
* sfxge: Use SFXGE_MODERATION to initialize event moderationAndrew Rybchenko2015-01-291-1/+1
* sfxge: Add evq argument to sfxge_tx_qcomplete()Andrew Rybchenko2015-01-291-2/+2
* sfxge: Make it possible to build without EVQ statisticsAndrew Rybchenko2015-01-291-0/+8
* sfxge: Change sfxge_ev_qpoll() proto to avoid EVQ pointers array accessAndrew Rybchenko2015-01-291-4/+1
* Make size of Tx and Rx rings configurableGeorge V. Neville-Neil2014-09-301-12/+28
* cleanup: code style fixesGeorge V. Neville-Neil2014-09-301-6/+6
* Commit various fixes for the SolarFlare drivers, in particularGeorge V. Neville-Neil2014-04-141-10/+25
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+5
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+862