Home
last modified time | relevance | path

Searched refs:qed_feature (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c8089 struct qed_dbg_feature *qed_feature = in qed_dbg_feature() local
8112 memcpy(buffer, qed_feature->dump_buf, qed_feature->buf_size); in qed_dbg_feature()
8125 struct qed_dbg_feature *qed_feature = &cdev->dbg_features[feature]; in qed_dbg_feature_size() local
8143 qed_feature->buf_size = buf_size_dwords * sizeof(u32); in qed_dbg_feature_size()
8144 return qed_feature->buf_size; in qed_dbg_feature_size()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c8598 struct qed_dbg_feature *qed_feature = &cdev->dbg_features[feature]; in qed_dbg_feature() local
8621 memcpy(buffer, qed_feature->dump_buf, qed_feature->buf_size); in qed_dbg_feature()
8632 struct qed_dbg_feature *qed_feature = &cdev->dbg_features[feature]; in qed_dbg_feature_size() local
8651 qed_feature->buf_size = buf_size_dwords * sizeof(u32); in qed_dbg_feature_size()
8652 return qed_feature->buf_size; in qed_dbg_feature_size()

Completed in 22 milliseconds