cxgbe/t4_tom: DDP_DEAD is a ddp flag and not a toepcb flag.
The driver was in effect setting TPF_ABORT_SHUTDOWN on the toepcb instead of what was intended. MFC after: 1 week Sponsored by: Chelsio Communications
This commit is contained in:
parent
cb53797473
commit
17795d8234
@ -220,7 +220,7 @@ release_ddp_resources(struct toepcb *toep)
|
||||
int i;
|
||||
|
||||
DDP_LOCK(toep);
|
||||
toep->flags |= DDP_DEAD;
|
||||
toep->ddp.flags |= DDP_DEAD;
|
||||
for (i = 0; i < nitems(toep->ddp.db); i++) {
|
||||
free_ddp_buffer(toep->td, &toep->ddp.db[i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user