summaryrefslogtreecommitdiff
path: root/sys/dev/bxe/bxe_stats.h
AgeCommit message (Expand)Author
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-271. state checks in bxe_tx_mq_start_locked() and bxe_tx_mq_start() to sync thr...David C Somayajulu
2016-10-181. Use taskqueue_create() instead of taskqueue_create_fast() for bothDavid C Somayajulu
2016-09-30Revert commitDavid C Somayajulu
2016-09-23Fixes for issues under high workloadsDavid C Somayajulu
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-121. Process tx completions in bxe_periodic_callout_func() and restartDavid C Somayajulu
2015-12-23Check for packet_length is greater than 60 bytes as well as packet_length isDavid C Somayajulu
2015-05-22Add stat counters for Jumbo Frames using SGE ring.David C Somayajulu
2014-09-18- Use if_inc_counter() to increment various counters.Gleb Smirnoff
2014-05-06Modify Copyright information to reflect Qlogic Corporation's purchaseDavid C Somayajulu
2013-09-20Substantial rewrite of bxe(4) to add support for the BCM57712 andDavid Christensen