Searched refs:phy_error_log_reply (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1246 struct phy_error_log_reply { struct
1276 struct phy_error_log_reply *phy_error_log_reply; local
1314 sizeof(struct phy_error_log_reply);
1347 sizeof(struct phy_error_log_reply));
1377 sizeof(struct phy_error_log_reply))
1380 phy_error_log_reply = data_out +
1385 phy_error_log_reply->function_result));
1388 be32_to_cpu(phy_error_log_reply->invalid_dword);
1390 be32_to_cpu(phy_error_log_reply
[all...]
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c2500 struct phy_error_log_reply {
2530 struct phy_error_log_reply *phy_error_log_reply;
2547 data_in_sz = sizeof(struct phy_error_log_reply);
2557 phy_error_log_reply = data_out + data_out_sz;
2599 sizeof(struct phy_error_log_reply))
2604 phy_error_log_reply->function_result);
2607 be32_to_cpu(phy_error_log_reply->invalid_dword);
2609 be32_to_cpu(phy_error_log_reply->running_disparity_error);
2611 be32_to_cpu(phy_error_log_reply
2494 struct phy_error_log_reply { struct
2524 struct phy_error_log_reply *phy_error_log_reply; local
[all...]

Completed in 3480 milliseconds