Home
last modified time | relevance | path

Searched refs:phy_control_request (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/scsi/mpt3sas/
A Dmpt3sas_transport.c1513 struct phy_control_request { struct
1556 struct phy_control_request *phy_control_request; in _transport_expander_phy_control() local
1594 sz = sizeof(struct phy_control_request) + in _transport_expander_phy_control()
1608 phy_control_request = data_out; in _transport_expander_phy_control()
1609 phy_control_request->smp_frame_type = 0x40; in _transport_expander_phy_control()
1610 phy_control_request->function = 0x91; in _transport_expander_phy_control()
1611 phy_control_request->request_length = 9; in _transport_expander_phy_control()
1612 phy_control_request->allocated_response_length = 0; in _transport_expander_phy_control()
1613 phy_control_request->phy_identifier = phy->number; in _transport_expander_phy_control()
1631 sizeof(struct phy_control_request), in _transport_expander_phy_control()
[all …]
/linux-6.3-rc2/drivers/scsi/mpi3mr/
A Dmpi3mr_transport.c2732 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()
[all …]

Completed in 12 milliseconds