This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
sys
/
dev
/
bxe
History
Dimitry Andric
5bf328b6f4
Avoid left-shifting negative signed values in bxe(4).
...
Reviewed by: davidcs MFC after: 3 days
2015-08-13 18:24:41 +00:00
..
57710_init_values.c
…
57710_int_offsets.h
…
57711_init_values.c
…
57711_int_offsets.h
…
57712_init_values.c
…
57712_int_offsets.h
…
bxe_dcb.h
…
bxe_debug.c
Convert bxe(4) to use the driver API.
2014-06-02 18:54:45 +00:00
bxe_elink.c
…
bxe_elink.h
…
bxe_stats.c
Add stat counters for Jumbo Frames using SGE ring.
2015-05-22 01:44:07 +00:00
bxe_stats.h
Add stat counters for Jumbo Frames using SGE ring.
2015-05-22 01:44:07 +00:00
bxe.c
- Avoid lock contention in the if_transmit callback by using trylock and
2015-07-28 19:15:44 +00:00
bxe.h
- Avoid lock contention in the if_transmit callback by using trylock and
2015-07-28 19:15:44 +00:00
ecore_fw_defs.h
…
ecore_hsi.h
Avoid left-shifting negative signed values in bxe(4).
2015-08-13 18:24:41 +00:00
ecore_init_ops.h
…
ecore_init.h
…
ecore_mfw_req.h
…
ecore_reg.h
PHY LOCK acquires the hardware lock via bxe_acquire_phy_lock() and releases it via bxe_release_phy_lock(). It was simply acquiring a mutex earlier which can cause the PHY to use bogus values. Fixes intermittent link failures.
2015-06-13 01:28:19 +00:00
ecore_sp.c
In bxe_init_mcast_macs_list(): mc_mac->mac needs to point to the multicast mac address
2015-06-16 21:11:32 +00:00
ecore_sp.h
For ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() check bxe_debug flag before
2014-09-17 22:49:29 +00:00