Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c8571 struct qed_dbg_feature *qed_feature = &cdev->dbg_features[feature]; in qed_dbg_feature() local
8594 memcpy(buffer, qed_feature->dump_buf, qed_feature->buf_size); in qed_dbg_feature()
8605 struct qed_dbg_feature *qed_feature = &cdev->dbg_features[feature]; in qed_dbg_feature_size() local
8624 qed_feature->buf_size = buf_size_dwords * sizeof(u32); in qed_dbg_feature_size()
8625 return qed_feature->buf_size; in qed_dbg_feature_size()