linux/drivers/net/ethernet/chelsio/cxgb3
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
..
adapter.h
ael1002.c
aq100x.c
common.h
cxgb3_ctl_defs.h
cxgb3_defs.h
cxgb3_ioctl.h
cxgb3_main.c Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers 2011-11-22 16:43:32 -05:00
cxgb3_offload.c net: treewide use of RCU_INIT_POINTER 2011-11-23 18:48:19 -05:00
cxgb3_offload.h
firmware_exports.h
l2t.c drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE 2011-10-31 19:31:08 -04:00
l2t.h
Makefile
mc5.c
regs.h
sge_defs.h
sge.c net: add skb frag size accessors 2011-10-19 03:10:46 -04:00
t3_cpl.h
t3_hw.c
t3cdev.h
version.h
vsc8211.c
xgmac.c