Home
last modified time | relevance | path

Searched refs:rx_ictt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c768 ic->rx_coalesce_usecs = enetc_cycles_to_usecs(v->rx_ictt, clk_freq); in enetc_get_coalesce()
785 u32 rx_ictt, tx_ictt; in enetc_set_coalesce() local
790 rx_ictt = enetc_usecs_to_cycles(ic->rx_coalesce_usecs, clk_freq); in enetc_set_coalesce()
801 rx_ictt = 0x1; in enetc_set_coalesce()
803 ic_mode |= rx_ictt ? ENETC_IC_RX_MANUAL : 0; in enetc_set_coalesce()
817 v->rx_ictt = rx_ictt; in enetc_set_coalesce()
H A Denetc.c1005 enetc_wr_reg_hot(v->ricr1, v->rx_ictt); in enetc_msix()
1026 v->rx_ictt = enetc_usecs_to_cycles(moder.usec, priv->sysclk_freq); in enetc_rx_dim_work()
3378 v->rx_ictt = 0x1; in enetc_int_vector_init()