summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlexey Brodkin <[email protected]>2014-01-13 13:28:38 +0400
committerTom Rini <[email protected]>2014-02-07 09:16:26 -0500
commit74cb708d5853854d28547b917d4b8a5588ee7324 (patch)
tree1dcce360febe1b48f13640bca350cb503009441a /include
parentbde237368adb421a39c418ee57c7bd9c330a2ef9 (diff)
net/designware: add explicit reset of {tx|rx}_currdescnum
Driver "init" function might be called multiple times. On every "init" Tx/Rx buffer descriptors are initialized: "descs_init" -> "{tx|rx}_descs_init". In its turn those init functions set MAC's "{tx|rx}desclistaddr" to point on the first buffer descriptor in the list. So CPU to start operation from the first buffer descriptor as well after every "init" we have to reset "{tx|rx}_currdescnum". Cc: Joe Hershberger <[email protected]> Cc: Vipin Kumar <[email protected]> Cc: Stefan Roese <[email protected]> Cc: Mischa Jonker <[email protected]> Signed-off-by: Alexey Brodkin <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions