aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlxgbe/ql_os.h
Commit message (Collapse)AuthorAgeFilesLines
* qlxgbe: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+2
| | | | Notes: svn path=/head/; revision=365167
* 1. Added support to offline a port if is error recovery on successful.David C Somayajulu2018-02-231-0/+8
| | | | | | | | | | | | | | | | | 2. Sysctls to enable/disable driver_state_dump and error_recovery. 3. Sysctl to control the delay between hw/fw reinitialization and restarting the fastpath. 4. Stop periodic stats retrieval if interface has IFF_DRV_RUNNING flag off. 5. Print contents of PEG_HALT_STATUS1 and PEG_HALT_STATUS2 on heartbeat failure. 6. Speed up slowpath shutdown during error recovery. 7. link_state update using atomic_store. 8. Added timestamp information on driver state and minidump captures. 9. Added support for Slowpath event logging 10.Added additional failure injection types to simulate failures. Notes: svn path=/head/; revision=329855
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326255
* Upgrade FW to 5.4.66David C Somayajulu2017-08-211-2/+2
| | | | | | | | | | | | | sysctls to display stats, stats polled every 2 seconds Modify QLA_LOCK()/QLA_UNLOCK() to not sleep after acquiring mtx_lock Add support to turn OFF/ON error recovery following heartbeat failure for debug purposes. Set default max values to 32 Tx/Rx/SDS rings MFC after:5 days Notes: svn path=/head/; revision=322771
* Cleanup QLA_LOCK/QLA_UNLOCK macrosDavid C Somayajulu2017-04-201-5/+2
| | | | | | | | | | remove unused QLA_TX_LOCK/QLA_TX_UNLOCK macros format qla_error_recovery() MFC after:3 days Notes: svn path=/head/; revision=317180
* Added support for if_transmit and if_qflushDavid C Somayajulu2017-01-251-2/+2
| | | | | | | | | | Removed if_start updated version to 3.10.33 MFC after:5 days Notes: svn path=/head/; revision=312728
* Updated Copyright informationDavid C Somayajulu2015-06-231-1/+1
| | | | | | | | | | | | | Added support for the following: - iSCSI TLV (requires 64 Tx and 32 Rx rings - 9K receive buffers for jumbo frames (feature may be enabled/disabled) - builtin firmware, bootloader and minidump template - quick stats - async event handling for SFP insertion/removal and DCBX changes - Configuring DCBX and interrupt coalescing parameters Notes: svn path=/head/; revision=284741
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
| | | | | | | | | | via if_var.h. Sponsored by: Netflix Sponsored by: Nginx, Inc. Notes: svn path=/head/; revision=257241
* Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 forDavid C Somayajulu2013-05-151-0/+170
QLogic 8300 Series Adapters Submitted by: David C Somayajulu (davidcs@freebsd.org) QLogic Corporation Approved by: George Neville-Neil (gnn@freebsd.org) Notes: svn path=/head/; revision=250661