summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/adapter.h
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Ask the card's firmware to pad up tiny CPLs by encapsulatingnp2013-02-261-1/+1
* Force the 404-BT card (4 x 1G) to use the "uwire" configuration file.np2013-01-261-1/+2
* cxgbe: Make the for_each macros safer to use by turning themnp2013-01-171-8/+8
* cxgbe: Fix the for_each_foo macros -- the last argument should not sharenp2013-01-161-12/+12
* cxgbe(4): Add functions to help synchronize "slow" operations (those notnp2013-01-101-5/+28
* Prefer __containerof() over __member2struct().ed2012-10-191-2/+2
* Remove unused item. cxgbe's rx queue's lock was removed a long time ago.np2012-10-101-1/+0
* Initialize various DDP parameters in the main cxgbe(4) driver:np2012-08-161-0/+7
* Add a routine (t4_set_tcb_field) to update arbitrary parts of a hardwarenp2012-08-161-0/+1
* Allow for a different handler for each type of firmware message.np2012-08-161-1/+4
* cxgbe(4): support for IPv6 TSO and LRO.np2012-06-291-2/+2
* - Updated TOE support in the kernel.np2012-06-191-18/+85
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+1
* cxgbe: reduce diffs with other branches.np2012-02-071-0/+11
* Many updates to cxgbe(4)np2011-12-161-63/+168
* - driver ioctl to get SGE context for any given queue.np2011-06-111-1/+1
* Allow lazy fill up of freelists.np2011-06-041-0/+1
* - Specialized ingress queues that take interrupts for other ingressnp2011-05-301-9/+12
* L2 table code. This is enough to get the T4's switch + L2 rewritenp2011-05-301-0/+1
* - Move all Ethernet specific items from sge_eq to sge_txq. sge_eq isnp2011-04-191-17/+40
* Fix a couple of bad races that can occur when a cxgbe interface is takennp2011-04-151-11/+8
* There is no need to request a tx credit flush if such a request is alreadynp2011-04-141-1/+1
* Do not over-allocate MSI interrupts for the case where each ingressnp2011-03-241-0/+7
* cxgbe shouldn't directly know of the UMA zones where network buffersnp2011-03-081-1/+6
* Tweaks for rx:np2011-03-051-9/+12
* Store the ifnet rather than the port_info in each txq and rxq struct.np2011-03-051-2/+2
* A txpkts work request should have a valid FID.np2011-03-051-0/+1
* Resume tx immediately in response to an SGE egress update from the hardware.np2011-03-051-1/+7
* Fix incorrect assertion.np2011-03-051-4/+5
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-181-0/+569
OpenPOWER on IntegriCloud