Searched refs:tx_fr (Results 1 – 1 of 1) sorted by relevance
1910 u32 tx_fr = ec->tx_max_coalesced_frames; in rtl_set_coalesce() local1919 if (rx_fr > RTL_COALESCE_FRAME_MAX || tx_fr > RTL_COALESCE_FRAME_MAX) in rtl_set_coalesce()1939 if (tx_fr == 1) in rtl_set_coalesce()1940 tx_fr = 0; in rtl_set_coalesce()1943 if ((tx_fr && !ec->tx_coalesce_usecs) || in rtl_set_coalesce()1947 w |= FIELD_PREP(RTL_COALESCE_TX_FRAMES, DIV_ROUND_UP(tx_fr, 4)); in rtl_set_coalesce()1959 if (!rx_fr && !tx_fr) in rtl_set_coalesce()