linux/drivers/net/ethernet/broadcom/bnx2x
Eric Dumazet 2cfa5a0471 net: treewide use of RCU_INIT_POINTER
rcu_assign_pointer(ptr, NULL) can be safely replaced by
RCU_INIT_POINTER(ptr, NULL)

(old rcu_assign_pointer() macro was testing the NULL value and could
omit the smp_wmb(), but this had to be removed because of compiler
warnings)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-23 18:48:19 -05:00
..
bnx2x_cmn.c net: introduce and use netdev_features_t for device features sets 2011-11-16 17:43:10 -05:00
bnx2x_cmn.h net: introduce and use netdev_features_t for device features sets 2011-11-16 17:43:10 -05:00
bnx2x_dcb.c bnx2x: DCBX: use #define instead of magic 2011-11-13 16:03:54 -05:00
bnx2x_dcb.h bnx2x: DCBX: use #define instead of magic 2011-11-13 16:03:54 -05:00
bnx2x_dump.h
bnx2x_ethtool.c bnx2x: uses build_skb() in receive path 2011-11-14 14:13:30 -05:00
bnx2x_fw_defs.h
bnx2x_fw_file_hdr.h
bnx2x_hsi.h bnx2x: use FW 7.0.29.0 2011-10-27 16:14:16 -04:00
bnx2x_init_ops.h
bnx2x_init.h
bnx2x_link.c bnx2x: Fix 54618se LED behavior 2011-10-27 16:14:16 -04:00
bnx2x_link.h bnx2x: Add link retry to 578xx-KR 2011-10-27 16:14:15 -04:00
bnx2x_main.c net: treewide use of RCU_INIT_POINTER 2011-11-23 18:48:19 -05:00
bnx2x_reg.h
bnx2x_sp.c bnx2x: cache-in compressed fw image 2011-11-16 17:37:15 -05:00
bnx2x_sp.h
bnx2x_stats.c bnx2x: prevent race in statistics flow 2011-11-13 16:03:56 -05:00
bnx2x_stats.h
bnx2x.h bnx2x: uses build_skb() in receive path 2011-11-14 14:13:30 -05:00
Makefile