Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_common.c782 u16 fc_thres_val, tx_timer_val; in ice_fill_tx_timer_and_fc_thresh() local
802 fc_thres_val = val & E830_PRTMAC_CL01_QUANTA_THRESH_CL0_QUANTA_THRESH_M; in ice_fill_tx_timer_and_fc_thresh()
812 fc_thres_val = val & E800_PRTMAC_HSEC_CTL_TX_PAUSE_REFRESH_TIMER_M; in ice_fill_tx_timer_and_fc_thresh()
815 cmd->fc_refresh_threshold = CPU_TO_LE16(fc_thres_val); in ice_fill_tx_timer_and_fc_thresh()