qed.h (54280168f3d9870e0d2b169b991189a09fc870b2) | qed.h (d51e4af5c2092c48a06ceaf2323b13a39a2df4ee) |
---|---|
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: --- 490 unchanged lines hidden (view full) --- 499 500 /* This is used to calculate the doorbell address */ 501 u32 dpi_start_offset; 502 503 /* If one of the following is set then EDPM shouldn't be used */ 504 u8 dcbx_no_edpm; 505 u8 db_bar_no_edpm; 506 | 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: --- 490 unchanged lines hidden (view full) --- 499 500 /* This is used to calculate the doorbell address */ 501 u32 dpi_start_offset; 502 503 /* If one of the following is set then EDPM shouldn't be used */ 504 u8 dcbx_no_edpm; 505 u8 db_bar_no_edpm; 506 |
507 struct qed_ptt *p_arfs_ptt; 508 |
|
507 /* p_ptp_ptt is valid for leading HWFN only */ 508 struct qed_ptt *p_ptp_ptt; 509 struct qed_simd_fp_handler simd_proto_handler[64]; 510 511#ifdef CONFIG_QED_SRIOV 512 struct workqueue_struct *iov_wq; 513 struct delayed_work iov_task; 514 unsigned long iov_task_flags; --- 277 unchanged lines hidden --- | 509 /* p_ptp_ptt is valid for leading HWFN only */ 510 struct qed_ptt *p_ptp_ptt; 511 struct qed_simd_fp_handler simd_proto_handler[64]; 512 513#ifdef CONFIG_QED_SRIOV 514 struct workqueue_struct *iov_wq; 515 struct delayed_work iov_task; 516 unsigned long iov_task_flags; --- 277 unchanged lines hidden --- |