mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-07 14:08:23 +00:00
If tsnep_tx_map() fails, then tsnep_tx_unmap() shall start at the write
index like tsnep_tx_map(). This is different to the normal operation.
Thus, add an additional parameter to tsnep_tx_unmap() to enable start at
different positions for successful TX and failed TX.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| tsnep_ethtool.c | ||
| tsnep_hw.h | ||
| tsnep_main.c | ||
| tsnep_ptp.c | ||
| tsnep_selftests.c | ||
| tsnep_tc.c | ||
| tsnep.h | ||