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

/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1242 struct phy_error_log_reply { struct
1272 struct phy_error_log_reply *phy_error_log_reply; local
1310 sizeof(struct phy_error_log_reply);
1343 sizeof(struct phy_error_log_reply));
1373 sizeof(struct phy_error_log_reply))
1376 phy_error_log_reply = data_out +
1381 phy_error_log_reply->function_result));
1384 be32_to_cpu(phy_error_log_reply->invalid_dword);
1386 be32_to_cpu(phy_error_log_reply
[all...]
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c2502 struct phy_error_log_reply { struct
2532 struct phy_error_log_reply *phy_error_log_reply; local
2549 data_in_sz = sizeof(struct phy_error_log_reply);
2559 phy_error_log_reply = data_out + data_out_sz;
2601 sizeof(struct phy_error_log_reply))
2606 phy_error_log_reply->function_result);
2609 be32_to_cpu(phy_error_log_reply->invalid_dword);
2611 be32_to_cpu(phy_error_log_reply->running_disparity_error);
2613 be32_to_cpu(phy_error_log_reply
[all...]

Completed in 136 milliseconds