OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_link_up_info
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_api.c
292
if (hw->mac.ops.
get_link_up_info
)
293
return hw->mac.ops.
get_link_up_info
(hw, speed, duplex);
igc_hw.h
197
int (*
get_link_up_info
)(struct igc_hw *, uint16_t *, uint16_t *);
member in struct:igc_mac_operations
igc_mac.c
707
ret_val = mac->ops.
get_link_up_info
(hw, &speed, &duplex);
igc_i225.c
111
mac->ops.
get_link_up_info
= igc_get_speed_and_duplex_copper_generic;
906
hw->mac.ops.
get_link_up_info
(hw, &speed, &duplex);
Completed in 21 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025