Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1523 struct phy_control_request { struct
1566 struct phy_control_request *phy_control_request; in _transport_expander_phy_control() local
1604 sz = sizeof(struct phy_control_request) + in _transport_expander_phy_control()
1618 phy_control_request = data_out; in _transport_expander_phy_control()
1619 phy_control_request->smp_frame_type = 0x40; in _transport_expander_phy_control()
1620 phy_control_request->function = 0x91; in _transport_expander_phy_control()
1621 phy_control_request->request_length = 9; in _transport_expander_phy_control()
1622 phy_control_request->allocated_response_length = 0; in _transport_expander_phy_control()
1623 phy_control_request->phy_identifier = phy->number; in _transport_expander_phy_control()
1624 phy_control_request->phy_operation = phy_operation; in _transport_expander_phy_control()
[all …]
/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c2739 struct phy_control_request { struct
2784 struct phy_control_request *phy_control_request; in mpi3mr_expander_phy_control() local
2804 data_out_sz = sizeof(struct phy_control_request); in mpi3mr_expander_phy_control()
2820 phy_control_request = data_out; in mpi3mr_expander_phy_control()
2821 phy_control_request->smp_frame_type = 0x40; in mpi3mr_expander_phy_control()
2822 phy_control_request->function = 0x91; in mpi3mr_expander_phy_control()
2823 phy_control_request->request_length = 9; in mpi3mr_expander_phy_control()
2824 phy_control_request->allocated_response_length = 0; in mpi3mr_expander_phy_control()
2825 phy_control_request->phy_identifier = phy->number; in mpi3mr_expander_phy_control()
2826 phy_control_request->phy_operation = phy_operation; in mpi3mr_expander_phy_control()
[all …]