Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/enetc/
Denetc.h327 #define ENETC_TXIC_PKTTHR min_t(u32, 128, ENETC_TX_RING_DEFAULT_SIZE / 2) macro
Denetc_ethtool.c709 ic->tx_max_coalesced_frames = ENETC_TXIC_PKTTHR; in enetc_get_coalesce()
733 if (ic->tx_max_coalesced_frames != ENETC_TXIC_PKTTHR) in enetc_set_coalesce()
Denetc.c2260 icpt = ENETC_TBICR0_SET_ICPT(ENETC_TXIC_PKTTHR); in enetc_setup_interrupts()