sfc: Implement ethtool reset operation
Refactor efx_reset_down() and efx_reset_up() accordingly. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
89c758fa47
commit
eb9f6744cb
@@ -3305,6 +3305,7 @@ struct efx_nic_type falcon_a1_nic_type = {
|
||||
.phys_addr_channels = 4,
|
||||
.tx_dc_base = 0x130000,
|
||||
.rx_dc_base = 0x100000,
|
||||
.reset_world_flags = ETH_RESET_IRQ,
|
||||
};
|
||||
|
||||
struct efx_nic_type falcon_b0_nic_type = {
|
||||
@@ -3348,5 +3349,6 @@ struct efx_nic_type falcon_b0_nic_type = {
|
||||
* channels */
|
||||
.tx_dc_base = 0x130000,
|
||||
.rx_dc_base = 0x100000,
|
||||
.reset_world_flags = ETH_RESET_IRQ,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user