aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/cxgbei/cxgbei.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* cxgbei: Replace worker thread pools with per-connection kthreads.John Baldwin2022-02-081-18/+4
* cxgbei: Dispatch sent PDUs to the NIC asynchronously.John Baldwin2022-02-081-9/+12
* cxgbei: Handle errors in PDUs.John Baldwin2021-09-101-3/+0
* iscsi: Teach the iSCSI stack about "large" received PDUs.John Baldwin2021-08-181-1/+0
* cxgbei: Restructure how PDU limits are managed.John Baldwin2021-08-171-2/+2
* cxgbei: Support for ISO (iSCSI segmentation offload).John Baldwin2021-08-061-0/+2
* cxgbei: Support iSCSI offload on T6.John Baldwin2021-05-281-0/+16
* cxgbei: Add support for zero-copy iSCSI target transmission/read.John Baldwin2021-05-141-0/+4
* cxgbe: Make the TOE ISCSI RX stats per-queue instead of per adapter.John Baldwin2021-05-141-6/+0
* cxgbei: Move some function prototypes to cxgbei.h.John Baldwin2021-03-221-0/+4
* cxgbe/cxgbei: Count various events related to iSCSI operation and makeNavdeep Parhar2016-09-011-0/+7
* cxgbe/cxgbei: Retire all DDP related code from cxgbei and switch toNavdeep Parhar2016-09-011-54/+3
* cxgbe/cxgbei: There is no need for multiple modules in the KLD.Navdeep Parhar2016-08-261-0/+4
* cxgbe/cxgbei: Convert the driver-private PDU flags to enums and replaceNavdeep Parhar2016-08-251-11/+14
* cxgbe/cxgbei: Read the chip's configuration to determine the actualNavdeep Parhar2016-08-251-2/+2
* cxgbei: Hardware accelerated iSCSI target and initiator for TOE capableNavdeep Parhar2015-12-261-0/+167