Searched refs:tx_fr (Results 1 – 1 of 1) sorted by relevance
1883 u32 tx_fr = ec->tx_max_coalesced_frames; in rtl_set_coalesce() local1892 if (rx_fr > RTL_COALESCE_FRAME_MAX || tx_fr > RTL_COALESCE_FRAME_MAX) in rtl_set_coalesce()1912 if (tx_fr == 1) in rtl_set_coalesce()1913 tx_fr = 0; in rtl_set_coalesce()1916 if ((tx_fr && !ec->tx_coalesce_usecs) || in rtl_set_coalesce()1920 w |= FIELD_PREP(RTL_COALESCE_TX_FRAMES, DIV_ROUND_UP(tx_fr, 4)); in rtl_set_coalesce()1932 if (!rx_fr && !tx_fr) in rtl_set_coalesce()