Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/al_eth/
HDal_init_eth_kr.c111 struct al_eth_kr_coef_up_data last_lpcoeff; /* last coeff received */
224 struct al_eth_kr_coef_up_data *lpcoeff) in al_eth_coeff_req_handle()
269 sizeof(struct al_eth_kr_coef_up_data)); in al_eth_kr_lt_receiver_task_init()
276 struct al_eth_kr_coef_up_data *lpcoeff) in al_eth_lp_coeff_up_change()
278 struct al_eth_kr_coef_up_data *last_lpcoeff = &kr_data->last_lpcoeff; in al_eth_lp_coeff_up_change()
281 sizeof(struct al_eth_kr_coef_up_data)) == 0) { in al_eth_lp_coeff_up_change()
285 al_memcpy(last_lpcoeff, lpcoeff, sizeof(struct al_eth_kr_coef_up_data)); in al_eth_lp_coeff_up_change()
300 struct al_eth_kr_coef_up_data new_lpcoeff; in al_eth_kr_lt_receiver_task_run()
376 al_eth_kr_lt_coef_set(struct al_eth_kr_coef_up_data *ldcoeff, in al_eth_kr_lt_coef_set()
420 struct al_eth_kr_coef_up_data ldcoeff = { 0, 0, 0, 0, 0 }; in al_eth_kr_lt_transmitter_task_run()
/freebsd-14-stable/sys/contrib/alpine-hal/eth/
HDal_hal_eth_kr.h128 struct al_eth_kr_coef_up_data { struct
161 struct al_eth_kr_coef_up_data *lpcoeff);
187 struct al_eth_kr_coef_up_data *ldcoeff);
HDal_hal_eth_kr.c500 struct al_eth_kr_coef_up_data *lpcoeff) in al_eth_lp_coeff_up_get()
557 struct al_eth_kr_coef_up_data *ldcoeff) in al_eth_ld_coeff_up_set()