diff options
Diffstat (limited to 'sys/dev/ice/ice_iflib.h')
-rw-r--r-- | sys/dev/ice/ice_iflib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ice/ice_iflib.h b/sys/dev/ice/ice_iflib.h index 4ac5fffe5b7e..3a5dc201189a 100644 --- a/sys/dev/ice/ice_iflib.h +++ b/sys/dev/ice/ice_iflib.h @@ -146,7 +146,6 @@ struct ice_tx_queue { struct ice_tx_desc *tx_base; bus_addr_t tx_paddr; struct tx_stats stats; - u64 tso; u16 desc_count; u32 tail; struct ice_irq_vector *irqv; |