Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/freescale/enetc/
Denetc.h343 #define ENETC_TXIC_PKTTHR min_t(u32, 128, ENETC_TX_RING_DEFAULT_SIZE / 2) macro
Denetc_ethtool.c782 ic->tx_max_coalesced_frames = ENETC_TXIC_PKTTHR; in enetc_get_coalesce()
806 if (ic->tx_max_coalesced_frames != ENETC_TXIC_PKTTHR) in enetc_set_coalesce()
Denetc.c2397 icpt = ENETC_TBICR0_SET_ICPT(ENETC_TXIC_PKTTHR); in enetc_setup_interrupts()