Searched defs:i40e_aq_get_phy_abilities_resp (Results 1 – 1 of 1) sorted by relevance
2044 struct i40e_aq_get_phy_abilities_resp { struct2045 __le32 phy_type; /* bitmap using the above enum for offsets */2046 u8 link_speed; /* bitmap using the above enum bit patterns */2047 u8 abilities;2056 __le16 eee_capability;2066 __le32 eeer_val;2067 u8 d3_lpan;2069 u8 phy_type_ext;2096 I40E_CHECK_STRUCT_LEN(0x218, i40e_aq_get_phy_abilities_resp); argument