Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h345 #define ENETC_TXIC_PKTTHR min_t(u32, 128, ENETC_TX_RING_DEFAULT_SIZE / 2) macro
H A Denetc_ethtool.c779 ic->tx_max_coalesced_frames = ENETC_TXIC_PKTTHR; in enetc_get_coalesce()
803 if (ic->tx_max_coalesced_frames != ENETC_TXIC_PKTTHR) in enetc_set_coalesce()
H A Denetc.c2379 icpt = ENETC_TBICR0_SET_ICPT(ENETC_TXIC_PKTTHR); in enetc_setup_interrupts()