commit | 3c59e36a25f34928b13ba2bd0bcc0c305b433c7a | [log] [tgz] |
---|---|---|
author | speriaka <speriaka@codeaurora.org> | Mon Jul 29 14:18:03 2019 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun Aug 04 21:40:26 2019 -0700 |
tree | 01fb92eb4bcf06b19de3d8bae2ee30e5256ec445 | |
parent | c19196d8b92617b5b656ce6276033f3e7eab0346 [diff] |
drivers: net: ipq6018: Update edma recv and alloc This patch updates the edma eth_recv by disabling the interrupts for txcmpl and rxfill. These interrupts are again enabled as and when needed. This patch also updates the alloc_rx_buffer next pointer based on currently filled rx buffers. Change-Id: I84aaba61132d683dc91e8e7156b3919570e4a0d1 Signed-off-by: speriaka <speriaka@codeaurora.org>