linux/drivers/net/ethernet/mellanox/mlx5/core
Wei Yongjun 44fafdaa75 net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the code
Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR.

Generated by: scripts/coccinelle/api/ptr_ret.cocci

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-07-20 14:46:00 -07:00
..
alloc.c
cmd.c net/mlx5: Add timeout handle to commands with callback 2016-07-01 06:12:03 -04:00
cq.c net/mlx5_core: Use tasklet for user-space CQ completion events 2016-05-18 10:45:49 -04:00
debugfs.c
en_arfs.c net/mlx5: Refactor mlx5_add_flow_rule 2016-07-05 00:06:02 -07:00
en_clock.c net/mlx5e: CQE compression 2016-05-11 19:42:39 -04:00
en_common.c net/mlx5e: TIRs management refactoring 2016-07-02 14:40:40 -04:00
en_dcbnl.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2016-07-06 10:35:22 -07:00
en_ethtool.c net/mlx5e: Expose flow control counters to ethtool 2016-07-05 00:06:03 -07:00
en_fs_ethtool.c net/mlx5e: Add support to get ethtool flow rules 2016-07-05 00:06:03 -07:00
en_fs.c net/mlx5e: Add ethtool flow steering support 2016-07-05 00:06:02 -07:00
en_main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2016-07-06 10:35:22 -07:00
en_rep.c net/mlx5e: Add TC offload support for the VF representors netdevice 2016-07-14 13:34:29 -07:00
en_rx_am.c net/mlx5e: Support adaptive RX coalescing 2016-06-27 04:10:41 -04:00
en_rx.c net/mlx5e: Handle RQ flush in error cases 2016-07-01 06:12:03 -04:00
en_stats.h net/mlx5e: Expose flow control counters to ethtool 2016-07-05 00:06:03 -07:00
en_tc.c net/mlx5e: Add TC HW support for FDB (SRIOV e-switch) offloads 2016-07-14 13:34:29 -07:00
en_tc.h net/mlx5e: Hardware offloaded flower filter statistics support 2016-05-16 13:43:51 -04:00
en_tx.c net/mlx5e: Fix select queue callback 2016-07-01 06:12:04 -04:00
en_txrx.c net/mlx5e: Support adaptive RX coalescing 2016-06-27 04:10:41 -04:00
en.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2016-07-06 10:35:22 -07:00
eq.c net/mlx5_core: Use tasklet for user-space CQ completion events 2016-05-18 10:45:49 -04:00
eswitch_offloads.c net/mlx5: E-Switch, Add API to configure rules for the offloaded mode 2016-07-14 13:34:28 -07:00
eswitch.c net/mlx5: Refactor mlx5_add_flow_rule 2016-07-05 00:06:02 -07:00
eswitch.h net/mlx5: E-Switch, Add API to configure rules for the offloaded mode 2016-07-14 13:34:28 -07:00
fs_cmd.c net/mlx5: Introduce bulk reading of flow counters 2016-07-14 13:34:28 -07:00
fs_cmd.h net/mlx5: Introduce bulk reading of flow counters 2016-07-14 13:34:28 -07:00
fs_core.c net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the code 2016-07-20 14:46:00 -07:00
fs_core.h net/mlx5: Store counters in rbtree instead of list 2016-07-14 13:34:28 -07:00
fs_counters.c net/mlx5: Introduce bulk reading of flow counters 2016-07-14 13:34:28 -07:00
fw.c net/mlx5: Rate limit tables support 2016-06-27 04:10:40 -04:00
health.c net/mlx5: Avoid calling sleeping function by the health poll thread 2016-07-01 06:12:03 -04:00
Kconfig net/mlx5: Add devlink interface 2016-07-02 14:40:40 -04:00
mad.c
main.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2016-07-06 10:35:22 -07:00
Makefile net/mlx5e: Add ethtool flow steering support 2016-07-05 00:06:02 -07:00
mcg.c
mlx5_core.h Primary 4.7 merge window changes 2016-05-20 14:35:07 -07:00
mr.c
pagealloc.c net/mlx5: Fix incorrect page count when in internal error 2016-07-01 06:12:03 -04:00
pd.c
port.c net/mlx5e: Report correct auto negotiation and allow toggling 2016-06-27 04:10:41 -04:00
qp.c net/mlx5: Fix masking of reserved bits in XRCD number 2016-06-09 22:06:25 -07:00
rl.c net/mlx5: Rate limit tables support 2016-06-27 04:10:40 -04:00
sriov.c net/mlx5: E-Switch, Add operational mode to the SRIOV e-Switch 2016-07-02 14:40:39 -04:00
srq.c
transobj.c
uar.c net/mlx5: Unmap only the relevant IO memory mapping 2016-05-03 13:37:25 -04:00
vport.c net/mlx5: Avoid setting unused var when modifying vport node GUID 2016-07-05 11:52:42 -07:00
vxlan.c net/mlx5e: Prevent adding the same vxlan port 2016-06-29 04:28:46 -04:00
vxlan.h mlx5: Fix merge errors. 2016-05-09 22:05:13 -04:00
wq.c net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_create 2016-06-28 05:17:38 -04:00
wq.h