Searched refs:reset_hw (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dvf.h181 s32 (*reset_hw)(struct e1000_hw *); member in struct:e1000_mac_operations
H A Dvf.c58 mac->ops.reset_hw = e1000_reset_hw_vf;
H A Dnetdev.c1459 if (mac->ops.reset_hw(hw))
2751 err = hw->mac.ops.reset_hw(hw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dvf.h48 s32 (*reset_hw)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations
H A Dvf.c373 .reset_hw = ixgbevf_reset_hw_vf,
H A Dixgbevf_main.c1887 if (!hw->mac.ops.reset_hw(hw)) {
1900 if (hw->mac.ops.reset_hw(hw))
2217 err = hw->mac.ops.reset_hw(hw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ioat/
H A Ddma.h59 * @reset_hw: hw version specific channel (re)initialization
78 int (*reset_hw)(struct ioat_chan_common *chan); member in struct:ioatdma_device
H A Ddma_v2.c385 if (device->reset_hw(&ioat->base)) {
798 device->reset_hw(chan);
872 device->reset_hw = ioat2_reset_hw;
H A Ddma_v3.c1158 device->reset_hw = ioat3_reset_hw;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_hw.h300 s32 (*reset_hw)(struct e1000_hw *); member in struct:e1000_mac_operations
H A De1000_82575.c184 mac->ops.reset_hw = igb_reset_hw_82580;
186 mac->ops.reset_hw = igb_reset_hw_82575;
H A Digb_main.c1660 hw->mac.ops.reset_hw(hw);
1869 hw->mac.ops.reset_hw(hw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A D82571.c1703 .reset_hw = e1000_reset_hw_82571,
H A Des2lan.c1445 .reset_hw = e1000_reset_hw_80003es2lan,
H A Dhw.h769 s32 (*reset_hw)(struct e1000_hw *); member in struct:e1000_mac_operations
H A Dich8lan.c3760 .reset_hw = e1000_reset_hw_ich8lan,
H A Dnetdev.c3168 mac->ops.reset_hw(hw);
5676 adapter->hw.mac.ops.reset_hw(&adapter->hw);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82598.c1189 .reset_hw = &ixgbe_reset_hw_82598,
H A Dixgbe_82599.c2338 .reset_hw = &ixgbe_reset_hw_82599,
H A Dixgbe_common.c111 status = hw->mac.ops.reset_hw(hw);
H A Dixgbe_type.h2410 s32 (*reset_hw)(struct ixgbe_hw *); member in struct:ixgbe_mac_operations
H A Dixgbe_main.c6689 /* reset_hw fills in the perm_addr as well */
6691 err = hw->mac.ops.reset_hw(hw);

Completed in 326 milliseconds