Lines Matching defs:phy_control_request
1311 struct phy_control_request { struct
1312 u8 smp_frame_type; /* 0x40 */
1313 u8 function; /* 0x91 */
1314 u8 allocated_response_length;
1315 u8 request_length; /* 0x09 */
1316 u16 expander_change_count;
1317 u8 reserved_1[3];
1318 u8 phy_identifier;
1319 u8 phy_operation;
1320 u8 reserved_2[13];
1321 u64 attached_device_name;
1322 u8 programmed_min_physical_link_rate;
1323 u8 programmed_max_physical_link_rate;
1324 u8 reserved_3[6];
1354 struct phy_control_request *phy_control_request; in _transport_expander_phy_control() local