Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1348 struct phy_control_request { struct
1390 struct phy_control_request *phy_control_request; in _transport_expander_phy_control() local
1451 sz = sizeof(struct phy_control_request) + in _transport_expander_phy_control()
1464 phy_control_request = data_out; in _transport_expander_phy_control()
1465 phy_control_request->smp_frame_type = 0x40; in _transport_expander_phy_control()
1466 phy_control_request->function = 0x91; in _transport_expander_phy_control()
1467 phy_control_request->request_length = 9; in _transport_expander_phy_control()
1468 phy_control_request->allocated_response_length = 0; in _transport_expander_phy_control()
1469 phy_control_request->phy_identifier = phy->number; in _transport_expander_phy_control()
1470 phy_control_request->phy_operation = phy_operation; in _transport_expander_phy_control()
[all …]
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_transport.c1365 struct phy_control_request{ struct
1407 struct phy_control_request *phy_control_request; in _transport_expander_phy_control() local
1468 sz = sizeof(struct phy_control_request) + in _transport_expander_phy_control()
1481 phy_control_request = data_out; in _transport_expander_phy_control()
1482 phy_control_request->smp_frame_type = 0x40; in _transport_expander_phy_control()
1483 phy_control_request->function = 0x91; in _transport_expander_phy_control()
1484 phy_control_request->request_length = 9; in _transport_expander_phy_control()
1485 phy_control_request->allocated_response_length = 0; in _transport_expander_phy_control()
1486 phy_control_request->phy_identifier = phy->number; in _transport_expander_phy_control()
1487 phy_control_request->phy_operation = phy_operation; in _transport_expander_phy_control()
[all …]