OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reset_hw
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_api.c
257
if (hw->mac.ops.
reset_hw
)
258
return hw->mac.ops.
reset_hw
(hw);
igc_hw.h
199
int (*
reset_hw
)(struct igc_hw *);
member in struct:igc_mac_operations
igc_i225.c
103
mac->ops.
reset_hw
= igc_reset_hw_i225;
/src/sys/dev/pci/ixgbe/
ixgbe_vf.c
67
hw->mac.ops.
reset_hw
= ixgbe_reset_hw_vf;
ixgbe_82598.c
142
mac->ops.
reset_hw
= ixgbe_reset_hw_82598;
ixgbe_api.c
252
return ixgbe_call_func(hw, hw->mac.ops.
reset_hw
, (hw),
ixgbe_x540.c
94
mac->ops.
reset_hw
= ixgbe_reset_hw_X540;
ixv.c
422
error = hw->mac.ops.
reset_hw
(hw);
424
aprint_error_dev(dev, "...
reset_hw
() failure: Reset Failed!\n");
426
aprint_error_dev(dev, "...
reset_hw
() failed with error %d\n",
746
hw->mac.ops.
reset_hw
(hw);
1485
hw->mac.ops.
reset_hw
(hw);
ixgbe_82599.c
346
mac->ops.
reset_hw
= ixgbe_reset_hw_82599;
ixgbe_common.c
103
mac->ops.
reset_hw
= NULL;
407
/* PHY ops initialization must be done in
reset_hw
() */
506
status = hw->mac.ops.
reset_hw
(hw);
ixgbe_x550.c
758
mac->ops.
reset_hw
= ixgbe_reset_hw_X550em;
ixgbe_type.h
4022
s32 (*
reset_hw
)(struct ixgbe_hw *);
member in struct:ixgbe_mac_operations
Completed in 62 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025