This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
dev
/
bxe
History
davidcs
cb5e83ba7d
tx_mtx should be grabbed before calling buf_ring_dequeue_sc()
...
Submitted by:Attilio.Rao@isilon.com MFC after:5 days
2015-06-23 20:09:52 +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
…
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
tx_mtx should be grabbed before calling buf_ring_dequeue_sc()
2015-06-23 20:09:52 +00:00
bxe.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_fw_defs.h
…
ecore_hsi.h
…
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
…