Searched defs:i40e_aq_get_phy_abilities_resp (Results 1 – 1 of 1) sorted by relevance
2021 struct i40e_aq_get_phy_abilities_resp { struct2022 __le32 phy_type; /* bitmap using the above enum for offsets */2023 u8 link_speed; /* bitmap using the above enum bit patterns */2024 u8 abilities;2033 __le16 eee_capability;2043 __le32 eeer_val;2044 u8 d3_lpan;2046 u8 phy_type_ext;2073 I40E_CHECK_STRUCT_LEN(0x218, i40e_aq_get_phy_abilities_resp); argument