Lines Matching refs:phy_control_request
2732 struct phy_control_request { struct
2777 struct phy_control_request *phy_control_request; in mpi3mr_expander_phy_control() local
2797 data_out_sz = sizeof(struct phy_control_request); in mpi3mr_expander_phy_control()
2813 phy_control_request = data_out; in mpi3mr_expander_phy_control()
2814 phy_control_request->smp_frame_type = 0x40; in mpi3mr_expander_phy_control()
2815 phy_control_request->function = 0x91; in mpi3mr_expander_phy_control()
2816 phy_control_request->request_length = 9; in mpi3mr_expander_phy_control()
2817 phy_control_request->allocated_response_length = 0; in mpi3mr_expander_phy_control()
2818 phy_control_request->phy_identifier = phy->number; in mpi3mr_expander_phy_control()
2819 phy_control_request->phy_operation = phy_operation; in mpi3mr_expander_phy_control()
2820 phy_control_request->programmed_min_physical_link_rate = in mpi3mr_expander_phy_control()
2822 phy_control_request->programmed_max_physical_link_rate = in mpi3mr_expander_phy_control()