Searched refs:taildrop (Results 1 – 4 of 4) sorted by relevance
1578 struct dpni_taildrop *taildrop) in dpni_set_taildrop() argument1592 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() argument1646 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()
969 struct dpni_taildrop *taildrop);978 struct dpni_taildrop *taildrop);
113 enable/disable Rx taildrop based on the pause frame settings.
5031 + * Within that, the 'stashing' and 'taildrop' pieces are also factored out, the