Lines Matching refs:phy_control_request
1511 struct phy_control_request { struct
1554 struct phy_control_request *phy_control_request; in _transport_expander_phy_control() local
1592 sz = sizeof(struct phy_control_request) + in _transport_expander_phy_control()
1606 phy_control_request = data_out; in _transport_expander_phy_control()
1607 phy_control_request->smp_frame_type = 0x40; in _transport_expander_phy_control()
1608 phy_control_request->function = 0x91; in _transport_expander_phy_control()
1609 phy_control_request->request_length = 9; in _transport_expander_phy_control()
1610 phy_control_request->allocated_response_length = 0; in _transport_expander_phy_control()
1611 phy_control_request->phy_identifier = phy->number; in _transport_expander_phy_control()
1612 phy_control_request->phy_operation = phy_operation; in _transport_expander_phy_control()
1613 phy_control_request->programmed_min_physical_link_rate = in _transport_expander_phy_control()
1615 phy_control_request->programmed_max_physical_link_rate = in _transport_expander_phy_control()
1629 sizeof(struct phy_control_request), in _transport_expander_phy_control()
1630 data_out_dma + sizeof(struct phy_control_request), in _transport_expander_phy_control()
1665 sizeof(struct phy_control_request); in _transport_expander_phy_control()