Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_sriov.h14 u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed);
27 ice_conv_link_speed_to_virtchnl(bool __always_unused adv_link_support, in ice_conv_link_speed_to_virtchnl() argument
H A Dice_sriov.c45 * @adv_link_support: determines the format of the returned link speed
49 * If adv_link_support is true, then return link speed in Mbps. Else return
52 * adv_link_support is false, but when adv_link_support is true the caller can
55 u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed) in ice_conv_link_speed_to_virtchnl() argument
59 if (adv_link_support) in ice_conv_link_speed_to_virtchnl()
/kernel/linux/linux-6.6/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, in ice_conv_link_speed_to_virtchnl() 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) in ice_conv_link_speed_to_virtchnl() argument
73 if (adv_link_support) in ice_conv_link_speed_to_virtchnl()

Completed in 2 milliseconds