aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qlxgbe/ql_def.h
Commit message (Collapse)AuthorAgeFilesLines
* qlxgbe: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+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-2/+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
* ql*_def.h: fix QL_ALIGN parenthesizationRyan Libby2017-10-181-1/+1
| | | | | | | | | | | | QL_ALIGN is a set of copies of roundup2, but it was missing an outer set of parentheses, which began to matter with r324538. Now, fully copy the parenthesization of roundup2. Reviewed by: davidcs Differential Revision: https://reviews.freebsd.org/D12673 Notes: svn path=/head/; revision=324728
* Added support driver state capture/retrievalDavid C Somayajulu2017-10-111-1/+0
| | | | | | | MFC after:5 days Notes: svn path=/head/; revision=324538
* Add sysctl "enable_minidump" to turn on/off automatic minidump retrievalDavid C Somayajulu2017-09-191-0/+1
| | | | | | | MFC after:5 days Notes: svn path=/head/; revision=323782
* Upgrade FW to 5.4.66David C Somayajulu2017-08-211-8/+12
| | | | | | | | | | | | | 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
* Raise the watchdog timer interval to 2 ticks, there by guaranteeingDavid C Somayajulu2017-07-191-1/+1
| | | | | | | | | | | that it fires between 1ms and 2ms. ` Treat two consecutive occurrences of Heartbeat failures as a legitimate Heartbeat failure MFC after:3 days Notes: svn path=/head/; revision=321233
* Added support for if_transmit and if_qflushDavid C Somayajulu2017-01-251-3/+12
| | | | | | | | | | Removed if_start updated version to 3.10.33 MFC after:5 days Notes: svn path=/head/; revision=312728
* Upgrade fw, bootloader and minidump template to version 5.4.58David C Somayajulu2016-08-171-1/+1
| | | | | | | | | Add minidump retrieval code MFC after: 5 days Notes: svn path=/head/; revision=304247
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
| | | | | | | Most affect comments, very few have user-visible effects. Notes: svn path=/head/; revision=298955
* Updated Copyright informationDavid C Somayajulu2015-06-231-1/+6
| | | | | | | | | | | | | 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
* Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 forDavid C Somayajulu2013-05-151-0/+258
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