Searched refs:c_us (Results 1 – 1 of 1) sorted by relevance
1968 u32 scale, c_us, c_fr; in rtl_get_coalesce() local1985 c_us = FIELD_GET(RTL_COALESCE_TX_USECS, intrmit); in rtl_get_coalesce()1986 ec->tx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()1990 ec->tx_max_coalesced_frames = (c_us || c_fr) ? c_fr * 4 : 1; in rtl_get_coalesce()1992 c_us = FIELD_GET(RTL_COALESCE_RX_USECS, intrmit); in rtl_get_coalesce()1993 ec->rx_coalesce_usecs = DIV_ROUND_UP(c_us * scale, 1000); in rtl_get_coalesce()1996 ec->rx_max_coalesced_frames = (c_us || c_fr) ? c_fr * 4 : 1; in rtl_get_coalesce()