Searched refs:c_us (Results 1 – 1 of 1) sorted by relevance
1762 u32 scale, c_us, c_fr; in rtl_get_coalesce() local1779 c_us = FIELD_GET(RTL_COALESCE_TX_USECS, intrmit); in rtl_get_coalesce()1780 ec->tx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()1784 ec->tx_max_coalesced_frames = (c_us || c_fr) ? c_fr * 4 : 1; in rtl_get_coalesce()1786 c_us = FIELD_GET(RTL_COALESCE_RX_USECS, intrmit); in rtl_get_coalesce()1787 ec->rx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()1790 ec->rx_max_coalesced_frames = (c_us || c_fr) ? c_fr * 4 : 1; in rtl_get_coalesce()