OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcd_speed
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe_x550.h
95
s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *
lcd_speed
);
ixgbe_x550.c
3960
ixgbe_link_speed
lcd_speed
;
local in function:ixgbe_enter_lplu_t_x550em
3991
status = ixgbe_get_lcd_t_x550em(hw, &
lcd_speed
);
3997
if (
lcd_speed
== IXGBE_LINK_SPEED_UNKNOWN)
4017
(
lcd_speed
== IXGBE_LINK_SPEED_1GB_FULL)) ||
4019
(
lcd_speed
== IXGBE_LINK_SPEED_10GB_FULL)))
4048
status = hw->mac.ops.setup_link(hw,
lcd_speed
, FALSE);
4059
* @
lcd_speed
: pointer to lowest common link speed
4063
s32 ixgbe_get_lcd_t_x550em(struct ixgbe_hw *hw, ixgbe_link_speed *
lcd_speed
)
4069
*
lcd_speed
= IXGBE_LINK_SPEED_UNKNOWN;
4080
*
lcd_speed
= IXGBE_LINK_SPEED_1GB_FULL
[
all
...]
Completed in 107 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025