Home
last modified time | relevance | path

Searched refs:lkp_link_caps (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
Dhw_atl2_utils_fw.c187 static u32 a2_fw_lkp_to_mask(struct lkp_link_caps_s *lkp_link_caps) in a2_fw_lkp_to_mask() argument
191 if (lkp_link_caps->rate_10G) in a2_fw_lkp_to_mask()
193 if (lkp_link_caps->rate_5G) in a2_fw_lkp_to_mask()
195 if (lkp_link_caps->rate_2P5G) in a2_fw_lkp_to_mask()
197 if (lkp_link_caps->rate_1G) in a2_fw_lkp_to_mask()
199 if (lkp_link_caps->rate_1G_hd) in a2_fw_lkp_to_mask()
201 if (lkp_link_caps->rate_100M) in a2_fw_lkp_to_mask()
203 if (lkp_link_caps->rate_100M_hd) in a2_fw_lkp_to_mask()
205 if (lkp_link_caps->rate_10M) in a2_fw_lkp_to_mask()
207 if (lkp_link_caps->rate_10M_hd) in a2_fw_lkp_to_mask()
[all …]
Dhw_atl2_utils.h595 struct lkp_link_caps_s lkp_link_caps; member