summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Collapse)AuthorAgeFilesLines
* Do not over-allocate MSI interrupts for the case where each ingressnp2011-03-243-26/+39
| | | | | | | | | queue has its own interrupt. If the exact number that we need is not a power of 2 and we're using MSI, then switch to interrupt multiplexing. While here, replace the magic numbers with something more readable. MFC after: 3 days
* Fix an error while constructing the table that maps context id -> egressnp2011-03-221-1/+1
| | | | | | queue. MFC after: 1 day
* Display holdoff timers and packet counts as a list of numbers.np2011-03-091-8/+24
| | | | MFC after: 1 week
* cxgbe shouldn't directly know of the UMA zones where network buffersnp2011-03-083-22/+48
| | | | | | come from. MFC after: 1 week
* Be sure to stay within the bounds of the mod_str array when displayingnp2011-03-051-2/+6
| | | | the transceiver type.
* There is no need to hold an ingress queue's lock while processing itsnp2011-03-051-8/+0
| | | | | | descriptors. MFC after: 1 week
* Calculate how many descriptors can be reclaimed before callingnp2011-03-051-37/+53
| | | | reclaim_tx_descs
* Tweaks for rx:np2011-03-052-85/+112
| | | | | | | | - everything related to LRO should be in #ifdef INET blocks - reorder sge_iq's fields so that the most frequently used are all together - pull all rx code into t4_intr_data directly - let go of the ingress queue lock when passing up data - refill the freelist only if it is short of at least 32 buffers
* Store the ifnet rather than the port_info in each txq and rxq struct.np2011-03-053-10/+10
| | | | MFC after: 1 week
* A txpkts work request should have a valid FID.np2011-03-052-2/+5
| | | | MFC after: 1 week
* Upgrade the firmware on the card automatically if a better version isnp2011-03-052-17/+58
| | | | | | available. Downgrade only for a major version mismatch. MFC after: 1 week
* Resume tx immediately in response to an SGE egress update from the hardware.np2011-03-053-42/+90
| | | | MFC after: 1 week
* Fix incorrect assertion.np2011-03-051-4/+5
| | | | MFC after: 3 days
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-1814-0/+43744
MFC after: 3 weeks
OpenPOWER on IntegriCloud