Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1310 struct phy_control_request { struct
1353 struct phy_control_request *phy_control_request; in _transport_expander_phy_control() local
1391 sz = sizeof(struct phy_control_request) + in _transport_expander_phy_control()
1405 phy_control_request = data_out; in _transport_expander_phy_control()
1406 phy_control_request->smp_frame_type = 0x40; in _transport_expander_phy_control()
1407 phy_control_request->function = 0x91; in _transport_expander_phy_control()
1408 phy_control_request->request_length = 9; in _transport_expander_phy_control()
1409 phy_control_request->allocated_response_length = 0; in _transport_expander_phy_control()
1410 phy_control_request->phy_identifier = phy->number; in _transport_expander_phy_control()
1411 phy_control_request->phy_operation = phy_operation; in _transport_expander_phy_control()
[all …]