aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/sfxge_ev.c
Commit message (Expand)AuthorAgeFilesLines
* 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