Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc_ethtool.c579 ic->tx_max_coalesced_frames = ENETC_TXIC_PKTTHR; in enetc_get_coalesce()
601 if (ic->tx_max_coalesced_frames != ENETC_TXIC_PKTTHR) in enetc_set_coalesce()
Denetc.h242 #define ENETC_TXIC_PKTTHR min_t(u32, 128, ENETC_TX_RING_DEFAULT_SIZE / 2) macro
Denetc.c1400 icpt = ENETC_TBICR0_SET_ICPT(ENETC_TXIC_PKTTHR); in enetc_setup_interrupts()