Home
last modified time | relevance | path

Searched refs:reset_hw (Results 1 – 28 of 28) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Dvf.h181 s32 (*reset_hw)(struct e1000_hw *); member
Dvf.c56 mac->ops.reset_hw = e1000_reset_hw_vf; in e1000_init_mac_params_vf()
Dnetdev.c1468 if (mac->ops.reset_hw(hw)) in igbvf_reset()
2739 err = hw->mac.ops.reset_hw(hw); in igbvf_probe()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dvf.h47 s32 (*reset_hw)(struct ixgbe_hw *); member
Dvf.c722 .reset_hw = ixgbevf_reset_hw_vf,
Dixgbevf_main.c2243 if (hw->mac.ops.reset_hw(hw)) { in ixgbevf_reset()
2636 err = hw->mac.ops.reset_hw(hw); in ixgbevf_sw_init()
/linux-4.1.27/drivers/dma/ioat/
Ddma_v2.c402 if (device->reset_hw(&ioat->base)) { in ioat2_enumerate_channels()
812 device->reset_hw(chan); in ioat2_free_chan_resources()
885 device->reset_hw = ioat2_reset_hw; in ioat2_dma_probe()
Ddma.h90 int (*reset_hw)(struct ioat_chan_common *chan); member
Ddma_v3.c1615 device->reset_hw = ioat3_reset_hw; in ioat3_dma_probe()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_vf.c551 .reset_hw = &fm10k_reset_hw_vf,
Dfm10k_type.h518 s32 (*reset_hw)(struct fm10k_hw *); member
Dfm10k_pci.c166 err = hw->mac.ops.reset_hw(hw) ? : hw->mac.ops.init_hw(hw); in fm10k_reinit()
1625 err = hw->mac.ops.reset_hw(hw) ? : hw->mac.ops.init_hw(hw); in fm10k_sw_init()
Dfm10k_pf.c1834 .reset_hw = &fm10k_reset_hw_pf,
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_hw.h315 s32 (*reset_hw)(struct e1000_hw *); member
De1000_82575.c404 mac->ops.reset_hw = igb_reset_hw_82580; in igb_init_mac_params_82575()
406 mac->ops.reset_hw = igb_reset_hw_82575; in igb_init_mac_params_82575()
Digb_main.c1979 hw->mac.ops.reset_hw(hw); in igb_reset()
2403 hw->mac.ops.reset_hw(hw); in igb_probe()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dhw.h471 s32 (*reset_hw)(struct e1000_hw *); member
D80003es2lan.c1361 .reset_hw = e1000_reset_hw_80003es2lan,
D82571.c1887 .reset_hw = e1000_reset_hw_82571,
Dnetdev.c3947 mac->ops.reset_hw(hw); in e1000e_reset()
6931 adapter->hw.mac.ops.reset_hw(&adapter->hw); in e1000_probe()
Dich8lan.c5629 .reset_hw = e1000_reset_hw_ich8lan,
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c1444 .reset_hw = &ixgbe_reset_hw_X540,
1455 .reset_hw = &ixgbe_reset_hw_X550em,
Dixgbe_x540.c776 .reset_hw = &ixgbe_reset_hw_X540,
Dixgbe_82598.c1163 .reset_hw = &ixgbe_reset_hw_82598,
Dixgbe_82599.c2294 .reset_hw = &ixgbe_reset_hw_82599,
Dixgbe_type.h3017 s32 (*reset_hw)(struct ixgbe_hw *); member
Dixgbe_common.c360 status = hw->mac.ops.reset_hw(hw); in ixgbe_init_hw_generic()
Dixgbe_main.c8491 err = hw->mac.ops.reset_hw(hw); in ixgbe_probe()