Home
last modified time | relevance | path

Searched refs:taildrop (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpni.c1578 struct dpni_taildrop *taildrop) in dpni_set_taildrop() argument
1592 dpni_set_field(cmd_params->enable, ENABLE, taildrop->enable); in dpni_set_taildrop()
1593 cmd_params->units = taildrop->units; in dpni_set_taildrop()
1594 cmd_params->threshold = cpu_to_le32(taildrop->threshold); in dpni_set_taildrop()
1622 struct dpni_taildrop *taildrop) in dpni_get_taildrop() argument
1646 taildrop->enable = dpni_get_field(rsp_params->enable, ENABLE); in dpni_get_taildrop()
1647 taildrop->units = rsp_params->units; in dpni_get_taildrop()
1648 taildrop->threshold = le32_to_cpu(rsp_params->threshold); in dpni_get_taildrop()
Ddpni.h969 struct dpni_taildrop *taildrop);
978 struct dpni_taildrop *taildrop);
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
Dmac-phy-support.rst113 enable/disable Rx taildrop based on the pause frame settings.
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch5031 + * Within that, the 'stashing' and 'taildrop' pieces are also factored out, the