Home
last modified time | relevance | path

Searched refs:qed_dbg_feature (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.h53 int qed_dbg_feature(struct qed_dev *cdev, void *buffer,
H A Dqed.h690 struct qed_dbg_feature { struct
831 struct qed_dbg_feature dbg_features[DBG_FEATURE_NUM];
H A Dqed_debug.c7940 struct qed_dbg_feature *feature = in format_feature()
8028 struct qed_dbg_feature *feature = in qed_dbg_dump()
8105 return qed_dbg_feature(cdev, buffer, DBG_FEATURE_IDLE_CHK, in qed_dbg_idle_chk()
8116 return qed_dbg_feature(cdev, buffer, DBG_FEATURE_REG_FIFO, in qed_dbg_reg_fifo()
8127 return qed_dbg_feature(cdev, buffer, DBG_FEATURE_IGU_FIFO, in qed_dbg_igu_fifo()
8201 return qed_dbg_feature(cdev, buffer, DBG_FEATURE_FW_ASSERTS, in qed_dbg_fw_asserts()
8223 return qed_dbg_feature(cdev, buffer, DBG_FEATURE_MCP_TRACE, in qed_dbg_mcp_trace()
8595 int qed_dbg_feature(struct qed_dev *cdev, void *buffer, in qed_dbg_feature() function
8598 struct qed_dbg_feature *qed_feature = &cdev->dbg_features[feature]; in qed_dbg_feature()
8632 struct qed_dbg_feature *qed_feature = &cdev->dbg_features[feature]; in qed_dbg_feature_size()
[all …]