diff options
| author | Yuto Ohnuki <[email protected]> | 2025-07-07 18:01:17 +0000 |
|---|---|---|
| committer | Tony Nguyen <[email protected]> | 2025-07-18 16:02:28 +0000 |
| commit | dfe80201e1b04f683698a065f059b66102b12e89 (patch) | |
| tree | 7d294aba606dc6f266ee7d534a39071c181f46fa /tools/testing/selftests/drivers/net/hw/rss_api.py | |
| parent | igc: Add wildcard rule support to ethtool NFC using Default Queue (diff) | |
| download | kernel-dfe80201e1b04f683698a065f059b66102b12e89.tar.gz kernel-dfe80201e1b04f683698a065f059b66102b12e89.zip | |
igbvf: remove unused fields from struct igbvf_adapter
Remove following unused fields from struct igbvf_adapter that are never
referenced in the driver.
- blink_timer
- eeprom_wol
- fc_autoneg
- int_mode
- led_status
- mng_vlan_id
- polling_interval
- rx_dma_failed
- test_icr
- test_rx_ring
- test_tx_ring
- tx_dma_failed
- tx_fifo_head
- tx_fifo_size
- tx_head_addr
Also removed the following fields from struct igbvf_adapter since they
are never read or used after initialization by igbvf_probe() and igbvf_sw_init().
- bd_number
- rx_abs_int_delay
- tx_abs_int_delay
- rx_int_delay
- tx_int_delay
This changes simplify the igbvf driver by removing unused fields, which
improves maintenability.
Tested-by: Kohei Enju <[email protected]>
Signed-off-by: Yuto Ohnuki <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/testing/selftests/drivers/net/hw/rss_api.py')
0 files changed, 0 insertions, 0 deletions
