Commit 6ecfd0c7 authored by Ben Hutchings's avatar Ben Hutchings

sfc: Remove unused field and comment on a previously removed field

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent cf78f8ee
...@@ -179,7 +179,6 @@ struct efx_tx_queue { ...@@ -179,7 +179,6 @@ struct efx_tx_queue {
struct efx_nic *efx ____cacheline_aligned_in_smp; struct efx_nic *efx ____cacheline_aligned_in_smp;
unsigned queue; unsigned queue;
struct efx_channel *channel; struct efx_channel *channel;
struct efx_nic *nic;
struct efx_tx_buffer *buffer; struct efx_tx_buffer *buffer;
struct efx_special_buffer txd; struct efx_special_buffer txd;
unsigned int ptr_mask; unsigned int ptr_mask;
...@@ -321,7 +320,6 @@ enum efx_rx_alloc_method { ...@@ -321,7 +320,6 @@ enum efx_rx_alloc_method {
* @irq_moderation: IRQ moderation value (in hardware ticks) * @irq_moderation: IRQ moderation value (in hardware ticks)
* @napi_dev: Net device used with NAPI * @napi_dev: Net device used with NAPI
* @napi_str: NAPI control structure * @napi_str: NAPI control structure
* @reset_work: Scheduled reset work thread
* @work_pending: Is work pending via NAPI? * @work_pending: Is work pending via NAPI?
* @eventq: Event queue buffer * @eventq: Event queue buffer
* @eventq_mask: Event queue pointer mask * @eventq_mask: Event queue pointer mask
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment