Home
last modified time | relevance | path

Searched refs:enh_desc (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dchain_mode.c29 if (priv->plat->enh_desc) in jumbo_frm()
87 static bool is_jumbo_frm(unsigned int len, bool enh_desc) in is_jumbo_frm() argument
91 if ((enh_desc && (len > BUF_SIZE_8KiB)) || in is_jumbo_frm()
92 (!enh_desc && (len > BUF_SIZE_2KiB))) in is_jumbo_frm()
H A Dring_mode.c31 if (priv->plat->enh_desc) in jumbo_frm()
94 static bool is_jumbo_frm(unsigned int len, bool enh_desc) in is_jumbo_frm() argument
H A DMakefile5 dwmac100_core.o dwmac100_dma.o enh_desc.o norm_desc.o \
H A Ddwmac1000_dma.c240 dma_cap->enh_desc = (hw_cap & DMA_HW_FEAT_ENHDESSEL) >> 24; in dwmac1000_get_hw_feature()
H A Dstmmac_platform.c525 plat->enh_desc = 1; in stmmac_probe_config_dt()
540 plat->enh_desc = 1; in stmmac_probe_config_dt()
H A Dcommon.h465 unsigned int enh_desc; member
H A Dhwif.c73 if (priv->plat->enh_desc) { in stmmac_dwmac1_quirks()
H A Dstmmac_main.c4647 bool enh_desc, has_vlan, set_ic, is_jumbo = false; in stmmac_xmit() local
4738 enh_desc = priv->plat->enh_desc; in stmmac_xmit()
4740 if (enh_desc) in stmmac_xmit()
4741 is_jumbo = stmmac_is_jumbo_frm(priv, skb->len, enh_desc); in stmmac_xmit()
6589 (priv->dma_cap.enh_desc) ? "Y" : "N"); in stmmac_dma_cap_show()
7395 priv->plat->enh_desc = priv->dma_cap.enh_desc; in stmmac_hw_init()
7964 else if (priv->plat->enh_desc || priv->synopsys_id >= DWMAC_CORE_4_00) in __stmmac_dvr_probe()
H A Dhwif.h547 bool (*is_jumbo_frm)(unsigned int len, bool enh_desc);
/linux/include/linux/
H A Dstmmac.h233 int enh_desc; member
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst378 int enh_desc;