diff options
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | 2009-01-08 13:57:15 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-08 13:57:15 -0500 |
commit | 41efea5a34caa76c11e56458db21eb259d5c6384 (patch) | |
tree | 4c914132408c03f448333e8714d042827a5637bb /drivers/net/mlx4/mlx4_en.h | |
parent | 33a2a2b4c7076fc3ff1ee77d2376723dd12df44d (diff) |
mlx4_en: Consider inline packets on completion
Was trying to unmap work queue entries that had inline packets,
so naturally weren't mapped.
Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mlx4/mlx4_en.h')
-rw-r--r-- | drivers/net/mlx4/mlx4_en.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mlx4/mlx4_en.h b/drivers/net/mlx4/mlx4_en.h index 2e96c7b2180a..08bf321a9e62 100644 --- a/drivers/net/mlx4/mlx4_en.h +++ b/drivers/net/mlx4/mlx4_en.h | |||
@@ -202,6 +202,7 @@ struct mlx4_en_tx_info { | |||
202 | u32 nr_txbb; | 202 | u32 nr_txbb; |
203 | u8 linear; | 203 | u8 linear; |
204 | u8 data_offset; | 204 | u8 data_offset; |
205 | u8 inl; | ||
205 | }; | 206 | }; |
206 | 207 | ||
207 | 208 | ||