summaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/adapter.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Merge ^/head r325842 through r325998.Hans Petter Selasky2017-11-191-8/+4
|\
| * cxgbe(4): Combine all _10g and _1g tunables and drop the suffix fromNavdeep Parhar2017-11-151-8/+4
* | Merge ^/head r325663 through r325841.Hans Petter Selasky2017-11-151-3/+3
|\|
| * CXGBE: fix big-endian behaviourWojciech Macek2017-11-151-3/+3
* | Update the iw_cxgbe bits in the projects branch.Navdeep Parhar2017-11-071-0/+1
|/
* cxgbe(4): Read the MPS buffer group map from the firmware as it could beNavdeep Parhar2017-10-241-2/+3
* cxgbe(4): Provide knobs to set the holdoff parameters of TOE rx queuesNavdeep Parhar2017-10-051-0/+2
* cxgbe(4): Add two new debug flags -- one to allow manual firmwareNavdeep Parhar2017-08-301-1/+3
* cxgbe(4): Maintain one ifmedia per physical port instead of one perNavdeep Parhar2017-08-281-1/+1
* cxgbe(4): Verify that the driver accesses the firmware mailbox in aNavdeep Parhar2017-08-281-1/+1
* cxgbe(4): Save the last reported link parameters and compare them withNavdeep Parhar2017-08-121-2/+3
* cxgbe(4): Various link/media related improvements.Navdeep Parhar2017-07-171-22/+4
* cxgbe(4): Fix per-queue netmap operation.Navdeep Parhar2017-06-151-1/+2
* Add a driver for the Chelsio T6 crypto accelerator engine.John Baldwin2017-05-171-0/+1
* Adjust whitespace and fix a comment. No functional change.Navdeep Parhar2017-05-101-6/+6
* cxgbe(4): Do not assume that if_qflush is always followed by inteface-down.Navdeep Parhar2017-05-091-0/+1
* cxgbe(4): Fixes related to the knob that controls link autonegotiation.Navdeep Parhar2017-05-091-0/+18
* cxgbe(4): Support routines for Tx traffic scheduling.Navdeep Parhar2017-05-021-8/+39
* cxgbe: Add tunables to control the number of LRO entries and the numberNavdeep Parhar2017-04-171-0/+1
* cxgbe(4): Updates to link configuration.Navdeep Parhar2016-12-301-2/+1
* cxgbe(4): Retire t4_bus_space_read_8 and t4_bus_space_write_8.Navdeep Parhar2016-12-131-41/+13
* cxgbe/t4_tom: The SMAC entry for a VI is at a different location in the T6.Navdeep Parhar2016-09-171-0/+1
* cxgbe(4): Attach to cards with the Terminator 6 ASIC. T6 cards willNavdeep Parhar2016-09-161-0/+11
* cxgbe(4): Catch up with the rename of tlscaps -> cryptocaps. TLS is oneNavdeep Parhar2016-09-121-1/+1
* cxgbe(4): Add support for additional port types and link speeds.Navdeep Parhar2016-09-111-0/+16
* Chelsio T4/T5 VF driver.John Baldwin2016-09-071-1/+25
* cxgbe(4): Provide more details about the card in the sysctl MIB.Navdeep Parhar2016-08-271-1/+2
* Track the base absolute ID of ingress and egress queues.John Baldwin2016-08-091-2/+5
* Reserve an adapter flag IS_VF to mark VF devices vs PF devices.John Baldwin2016-08-081-0/+1
* Store the offset of the KDOORBELL and GTS registers in the softc.John Baldwin2016-08-011-0/+2
* cxgbe(4): Changes to the CPL-handler registration mechanism and codeNavdeep Parhar2016-07-051-16/+13
* cxgbe(4): Merge netmap support from the ncxgbe/ncxl interfaces to theNavdeep Parhar2016-06-231-9/+21
* cxgbe(4): Add a sysctl to manage the binding of a txq to a traffic class.Navdeep Parhar2016-06-081-0/+1
* cxgbe(4): Track the state of the hardware traffic schedulers in theNavdeep Parhar2016-06-071-0/+14
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Remove #ifdef's from various structures used in the cxgbe/cxl driver.John Baldwin2016-03-311-22/+0
* cxgbe(4): Catch up with the latest list of card capabilities as reportedNavdeep Parhar2016-03-121-0/+3
* cxgbe(4): Add sysctls to display the TP microcode version and theNavdeep Parhar2016-03-111-1/+3
* cxgbe(4): Add general purpose routines that offer safe access to theNavdeep Parhar2016-03-101-0/+25
* cxgbe(4): Rename regwin_lock to reg_lock. It is used to protect accessNavdeep Parhar2016-03-081-1/+1
* cxgbe(4): Updates to the shared routines that deal with the serial EEPROM,Navdeep Parhar2016-03-081-0/+2
* cxgbe(4): Overhaul the shared code that deals with the chip's TP block,Navdeep Parhar2016-03-081-0/+11
* cxgbe(4): Add a struct sge_params to store per-adapter SGE parameters.Navdeep Parhar2016-03-081-9/+0
* cxgbe(4): Very basic T6 awareness. This is part of ongoing work toNavdeep Parhar2016-03-041-2/+3
* cxgbe(4): Add a sysctl to retrieve the maximum speed/bandwidth supported by aNavdeep Parhar2016-02-251-0/+16
* cxgbe: catch up with the latest hardware-related definitions.Navdeep Parhar2016-02-191-1/+1
* cxgbe(4): Updates to the base NIC driver and t4_tom to support the iSCSINavdeep Parhar2015-12-261-1/+1
* Add support for configuring additional virtual interfaces (VIs) on a port.John Baldwin2015-12-031-62/+80
* cxgbe(4): Save the flags for the last adapter-wide synchronizedNavdeep Parhar2015-08-191-0/+1