Searched defs:i40e_aq_get_phy_abilities_resp (Results 1 – 1 of 1) sorted by relevance
2028 struct i40e_aq_get_phy_abilities_resp { struct2029 __le32 phy_type; /* bitmap using the above enum for offsets */2030 u8 link_speed; /* bitmap using the above enum bit patterns */2031 u8 abilities;2040 __le16 eee_capability;2050 __le32 eeer_val;2051 u8 d3_lpan;2053 u8 phy_type_ext;2080 I40E_CHECK_STRUCT_LEN(0x218, i40e_aq_get_phy_abilities_resp); argument