Searched refs:tx_fr (Results 1 – 1 of 1) sorted by relevance
2028 u32 tx_fr = ec->tx_max_coalesced_frames; in rtl_set_coalesce() local2037 if (rx_fr > RTL_COALESCE_FRAME_MAX || tx_fr > RTL_COALESCE_FRAME_MAX) in rtl_set_coalesce()2057 if (tx_fr == 1) in rtl_set_coalesce()2058 tx_fr = 0; in rtl_set_coalesce()2061 if ((tx_fr && !ec->tx_coalesce_usecs) || in rtl_set_coalesce()2065 w |= FIELD_PREP(RTL_COALESCE_TX_FRAMES, DIV_ROUND_UP(tx_fr, 4)); in rtl_set_coalesce()2077 if (!rx_fr && !tx_fr) in rtl_set_coalesce()