en.h (ed0cee0b) en.h (f2b4782c)
1/*-
2 * Copyright (c) 2015 Mellanox Technologies. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 760 unchanged lines hidden (view full) ---

769 MLX5_DECLARE_DOORBELL_LOCK(doorbell_lock)
770
771 struct ifnet *ifp;
772 struct sysctl_ctx_list sysctl_ctx;
773 struct sysctl_oid *sysctl_ifnet;
774 struct sysctl_oid *sysctl_hw;
775 int sysctl_debug;
776 struct mlx5e_stats stats;
1/*-
2 * Copyright (c) 2015 Mellanox Technologies. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

--- 760 unchanged lines hidden (view full) ---

769 MLX5_DECLARE_DOORBELL_LOCK(doorbell_lock)
770
771 struct ifnet *ifp;
772 struct sysctl_ctx_list sysctl_ctx;
773 struct sysctl_oid *sysctl_ifnet;
774 struct sysctl_oid *sysctl_hw;
775 int sysctl_debug;
776 struct mlx5e_stats stats;
777 struct sysctl_ctx_list sysctl_ctx_channel_debug;
777 int counter_set_id;
778
779 struct workqueue_struct *wq;
780
781 eventhandler_tag vlan_detach;
782 eventhandler_tag vlan_attach;
783 struct ifmedia media;
784 int media_status_last;

--- 137 unchanged lines hidden ---
778 int counter_set_id;
779
780 struct workqueue_struct *wq;
781
782 eventhandler_tag vlan_detach;
783 eventhandler_tag vlan_attach;
784 struct ifmedia media;
785 int media_status_last;

--- 137 unchanged lines hidden ---