Searched refs:adv_link_support (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vf_mbx.h21 u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed);
40 ice_conv_link_speed_to_virtchnl(bool __always_unused adv_link_support, argument
H A Dice_vf_mbx.c58 * @adv_link_support: determines the format of the returned link speed
62 * If adv_link_support is true, then return link speed in Mbps. Else return
65 * adv_link_support is false, but when adv_link_support is true the caller can
68 u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed) argument
73 if (adv_link_support)

Completed in 152 milliseconds