Searched refs:ice_conv_link_speed_to_virtchnl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_sriov.h | 14 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() function
|
H A D | ice_sriov.c | 44 * ice_conv_link_speed_to_virtchnl 55 u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed) in ice_conv_link_speed_to_virtchnl() function
|
H A D | ice_virtchnl_pf.c | 116 ice_conv_link_speed_to_virtchnl(true, ice_link_speed); in ice_set_pfe_link() 122 ice_conv_link_speed_to_virtchnl(false, ice_link_speed); in ice_set_pfe_link()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_vf_mbx.h | 21 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() function
|
H A D | ice_vf_mbx.c | 57 * ice_conv_link_speed_to_virtchnl 68 u32 ice_conv_link_speed_to_virtchnl(bool adv_link_support, u16 link_speed) in ice_conv_link_speed_to_virtchnl() function
|
H A D | ice_virtchnl.c | 215 ice_conv_link_speed_to_virtchnl(true, ice_link_speed); in ice_set_pfe_link() 221 ice_conv_link_speed_to_virtchnl(false, ice_link_speed); in ice_set_pfe_link()
|
Completed in 11 milliseconds