summaryrefslogtreecommitdiff
path: root/taia.c
AgeCommit message (Collapse)AuthorFilesLines
2013-06-11taia: minor: add comment about windowDaniel Borkmann1-1/+1
Add a small comment about the 700ms. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
2013-06-04taia: move taia evaluation out of curve.Daniel Borkmann1-0/+27
This is not really related to curve functions, so move it out from there. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
8 -0600 committerDavid S. Miller <davem@davemloft.net>2017-02-09 17:09:19 -0500 commit038b9404d4e2db4fbc03d5d2203abafc6e188528 (patch) treefd3c02c461fdeb60eb1ae3ab7470fcb92ec3399e /drivers parentc4e7beea21921733026b6a1bca0652c883d84680 (diff)
net: qcom/emac: add ethtool support for setting ring parameters
Implement the set_ringparam method, which allows the user to specify the size of the TX and RX descriptor rings. The values are constrained to the limits of the hardware. Since the driver does not use separate queues for mini or jumbo frames, attempts to set those values are rejected. If the interface is already running when the setting is changed, then the interface is reset. Signed-off-by: Timur Tabi <timur@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')