Searched refs:rx_ictt (Results 1 – 1 of 1) sorted by relevance
1067 ic->rx_coalesce_usecs = enetc_cycles_to_usecs(v->rx_ictt, clk_freq); in enetc_get_coalesce()1084 u32 rx_ictt, tx_ictt; in enetc_set_coalesce() local1089 rx_ictt = enetc_usecs_to_cycles(ic->rx_coalesce_usecs, clk_freq); in enetc_set_coalesce()1100 rx_ictt = 0x1; in enetc_set_coalesce()1102 ic_mode |= rx_ictt ? ENETC_IC_RX_MANUAL : 0; in enetc_set_coalesce()1116 v->rx_ictt = rx_ictt; in enetc_set_coalesce()