summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_sge.c
Commit message (Expand)AuthorAgeFilesLines
* Many updates to cxgbe(4)np2011-12-161-822/+1369
* Do not clobber the ingress queue's congestion setting.np2011-12-141-1/+1
* - driver ioctl to get SGE context for any given queue.np2011-06-111-0/+34
* Allow lazy fill up of freelists.np2011-06-041-1/+9
* Update to firmware interface 1.3.10np2011-05-301-1/+1
* - Specialized ingress queues that take interrupts for other ingressnp2011-05-301-151/+218
* - Enable per-channel congestion notification.np2011-05-181-7/+17
* sysctl that displays the absolute queue id of an rxq.np2011-05-141-0/+13
* T4 packet timestamps.np2011-05-051-1/+22
* T4 packet filtering/steering.np2011-05-051-1/+5
* Always re-arm an iq's interrupt before leaving the handler.np2011-05-041-10/+4
* Ring the freelist doorbell from within refill_fl. While here, fix a bugnp2011-04-201-16/+20
* Use the correct free routine when destroying a control queue.np2011-04-201-1/+1
* - Move all Ethernet specific items from sge_eq to sge_txq. sge_eq isnp2011-04-191-90/+293
* Fix a couple of bad races that can occur when a cxgbe interface is takennp2011-04-151-15/+68
* There is no need to request a tx credit flush if such a request is alreadynp2011-04-141-4/+14
* Do not over-allocate MSI interrupts for the case where each ingressnp2011-03-241-1/+1
* Fix an error while constructing the table that maps context id -> egressnp2011-03-221-1/+1
* cxgbe shouldn't directly know of the UMA zones where network buffersnp2011-03-081-19/+30
* There is no need to hold an ingress queue's lock while processing itsnp2011-03-051-8/+0
* Calculate how many descriptors can be reclaimed before callingnp2011-03-051-37/+53
* Tweaks for rx:np2011-03-051-76/+100
* Store the ifnet rather than the port_info in each txq and rxq struct.np2011-03-051-6/+7
* A txpkts work request should have a valid FID.np2011-03-051-2/+4
* Resume tx immediately in response to an SGE egress update from the hardware.np2011-03-051-34/+42
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-181-0/+2392
OpenPOWER on IntegriCloud