Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c780 ic->rx_coalesce_usecs = enetc_cycles_to_usecs(v->rx_ictt); in enetc_get_coalesce()
796 u32 rx_ictt, tx_ictt; in enetc_set_coalesce() local
801 rx_ictt = enetc_usecs_to_cycles(ic->rx_coalesce_usecs); in enetc_set_coalesce()
812 rx_ictt = 0x1; in enetc_set_coalesce()
814 ic_mode |= rx_ictt ? ENETC_IC_RX_MANUAL : 0; in enetc_set_coalesce()
828 v->rx_ictt = rx_ictt; in enetc_set_coalesce()
Denetc.h289 u32 rx_ictt; member
Denetc.c684 enetc_wr_reg_hot(v->ricr1, v->rx_ictt); in enetc_msix()
704 v->rx_ictt = enetc_usecs_to_cycles(moder.usec); in enetc_rx_dim_work()
3056 v->rx_ictt = 0x1; in enetc_alloc_msix()