qed.h (30d5f85895fad1b3fec34b86cb779d4f56f85e32) | qed.h (8a52bbab39c9791480cbae86c69ad0d47f62972e) |
---|---|
1/* QLogic qed NIC Driver 2 * Copyright (c) 2015-2017 QLogic Corporation 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 863 unchanged lines hidden (view full) --- 872 void *ops_cookie; 873 874 struct qed_dbg_params dbg_params; 875 876#ifdef CONFIG_QED_LL2 877 struct qed_cb_ll2_info *ll2; 878 u8 ll2_mac_address[ETH_ALEN]; 879#endif | 1/* QLogic qed NIC Driver 2 * Copyright (c) 2015-2017 QLogic Corporation 3 * 4 * This software is available to you under a choice of one of two 5 * licenses. You may choose to be licensed under the terms of the GNU 6 * General Public License (GPL) Version 2, available from the file 7 * COPYING in the main directory of this source tree, or the 8 * OpenIB.org BSD license below: --- 863 unchanged lines hidden (view full) --- 872 void *ops_cookie; 873 874 struct qed_dbg_params dbg_params; 875 876#ifdef CONFIG_QED_LL2 877 struct qed_cb_ll2_info *ll2; 878 u8 ll2_mac_address[ETH_ALEN]; 879#endif |
880 bool disable_ilt_dump; |
|
880 DECLARE_HASHTABLE(connections, 10); 881 const struct firmware *firmware; 882 883 u32 rdma_max_sge; 884 u32 rdma_max_inline; 885 u32 rdma_max_srq_sge; 886 u16 tunn_feature_mask; 887 --- 147 unchanged lines hidden --- | 881 DECLARE_HASHTABLE(connections, 10); 882 const struct firmware *firmware; 883 884 u32 rdma_max_sge; 885 u32 rdma_max_inline; 886 u32 rdma_max_srq_sge; 887 u16 tunn_feature_mask; 888 --- 147 unchanged lines hidden --- |