Skip to content

Commit 2d22bc8

Browse files
Michal Kalderondavem330
authored andcommitted
qed: FW 8.42.2.0 debug features
Add to debug dump more information on the platform it was collected from (pci func, path id). Provide human readable reg fifo erros. Removed static debug arrays from HSI Functions, and move them to the hwfn. Some structures were slightly changed (removing reserved chip id for example) which lead to many long initializations being modified with one parameter less during initialization. This leads to some long diffs that don't really change anything. Signed-off-by: Ariel Elior <[email protected]> Signed-off-by: Michal Kalderon <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 6bc82d9 commit 2d22bc8

File tree

6 files changed

+1530
-2538
lines changed

6 files changed

+1530
-2538
lines changed

drivers/net/ethernet/qlogic/qed/qed.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,7 @@ struct qed_hwfn {
666666

667667
struct dbg_tools_data dbg_info;
668668
void *dbg_user_info;
669+
struct virt_mem_desc dbg_arrays[MAX_BIN_DBG_BUFFER_TYPE];
669670

670671
/* PWM region specific data */
671672
u16 wid_count;
@@ -877,6 +878,7 @@ struct qed_dev {
877878
struct qed_cb_ll2_info *ll2;
878879
u8 ll2_mac_address[ETH_ALEN];
879880
#endif
881+
struct qed_dbg_feature dbg_features[DBG_FEATURE_NUM];
880882
bool disable_ilt_dump;
881883
DECLARE_HASHTABLE(connections, 10);
882884
const struct firmware *firmware;

0 commit comments

Comments
 (0)