Searched refs:c_us (Results 1 – 1 of 1) sorted by relevance
1785 u32 scale, c_us, c_fr; in rtl_get_coalesce() local1802 c_us = FIELD_GET(RTL_COALESCE_TX_USECS, intrmit); in rtl_get_coalesce()1803 ec->tx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()1807 ec->tx_max_coalesced_frames = (c_us || c_fr) ? c_fr * 4 : 1; in rtl_get_coalesce()1809 c_us = FIELD_GET(RTL_COALESCE_RX_USECS, intrmit); in rtl_get_coalesce()1810 ec->rx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()1813 ec->rx_max_coalesced_frames = (c_us || c_fr) ? c_fr * 4 : 1; in rtl_get_coalesce()