Lines Matching refs:report
226 struct al_eth_kr_status_report_data *report = &kr_data->status_report; in al_eth_coeff_req_handle() local
238 report->c_minus = C72_CSTATE_UPDATED; in al_eth_coeff_req_handle()
240 report->c_plus = C72_CSTATE_UPDATED; in al_eth_coeff_req_handle()
242 report->c_zero = C72_CSTATE_MAX; in al_eth_coeff_req_handle()
251 report->c_minus = al_eth_lt_coeff_set(kr_data, in al_eth_coeff_req_handle()
254 report->c_zero = al_eth_lt_coeff_set(kr_data, in al_eth_coeff_req_handle()
257 report->c_plus = al_eth_lt_coeff_set(kr_data, in al_eth_coeff_req_handle()
261 __func__, report->c_zero, report->c_plus, report->c_minus); in al_eth_coeff_req_handle()
363 al_eth_kr_lt_all_not_updated(struct al_eth_kr_status_report_data *report) in al_eth_kr_lt_all_not_updated() argument
366 if ((report->c_zero == C72_CSTATE_NOT_UPDATED) && in al_eth_kr_lt_all_not_updated()
367 (report->c_minus == C72_CSTATE_NOT_UPDATED) && in al_eth_kr_lt_all_not_updated()
368 (report->c_plus == C72_CSTATE_NOT_UPDATED)) { in al_eth_kr_lt_all_not_updated()
394 al_eth_kr_lt_coef_report_get(struct al_eth_kr_status_report_data *report, in al_eth_kr_lt_coef_report_get() argument
400 return (report->c_minus); in al_eth_kr_lt_coef_report_get()
402 return (report->c_plus); in al_eth_kr_lt_coef_report_get()
404 return (report->c_zero); in al_eth_kr_lt_coef_report_get()
418 struct al_eth_kr_status_report_data report; in al_eth_kr_lt_transmitter_task_run() local
436 AL_ETH_AN__LT_LANE_0, &report); in al_eth_kr_lt_transmitter_task_run()
439 coeff_status_cur = al_eth_kr_lt_coef_report_get(&report, in al_eth_kr_lt_transmitter_task_run()
461 if (al_eth_kr_lt_all_not_updated(&report) != 0) { in al_eth_kr_lt_transmitter_task_run()
471 if (al_eth_kr_lt_all_not_updated(&report) == 0) in al_eth_kr_lt_transmitter_task_run()
482 if (al_eth_kr_lt_all_not_updated(&report) != 0) in al_eth_kr_lt_transmitter_task_run()