Searched refs:log_hw_state (Results 1 – 3 of 3) sorted by relevance
978 if (!dc->hwss.log_hw_state) in dtn_log_read()981 dc->hwss.log_hw_state(dc, &log_ctx); in dtn_log_read()1016 if (dc->hwss.log_hw_state) in dtn_log_write()1017 dc->hwss.log_hw_state(dc, NULL); in dtn_log_write()
261 void (*log_hw_state)(struct dc *dc, member
3348 .log_hw_state = dcn10_log_hw_state,