Lines Matching refs:pPayload
2840 struct hw_event_resp *pPayload = in hw_event_sas_phy_up() local
2843 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sas_phy_up()
2844 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sas_phy_up()
2857 u8 deviceType = pPayload->sas_identify.dev_type; in hw_event_sas_phy_up()
2904 memcpy(phy->frame_rcvd, &pPayload->sas_identify, in hw_event_sas_phy_up()
2922 struct hw_event_resp *pPayload = in hw_event_sata_phy_up() local
2924 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sata_phy_up()
2926 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sata_phy_up()
2952 memcpy(phy->frame_rcvd, ((u8 *)&pPayload->sata_fis - 4), in hw_event_sata_phy_up()
2970 struct hw_event_resp *pPayload = in hw_event_phy_down() local
2974 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_phy_down()
2976 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_phy_down()
3030 struct phy_start_resp *pPayload = in mpi_phy_start_resp() local
3033 le32_to_cpu(pPayload->status); in mpi_phy_start_resp()
3035 le32_to_cpu(pPayload->phyid); in mpi_phy_start_resp()
3057 struct thermal_hw_event *pPayload = in mpi_thermal_hw_event() local
3060 u32 thermal_event = le32_to_cpu(pPayload->thermal_event); in mpi_thermal_hw_event()
3061 u32 rht_lht = le32_to_cpu(pPayload->rht_lht); in mpi_thermal_hw_event()
3088 struct hw_event_resp *pPayload = in mpi_hw_event() local
3091 le32_to_cpu(pPayload->lr_status_evt_portid); in mpi_hw_event()
3092 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in mpi_hw_event()
3291 struct phy_stop_resp *pPayload = in mpi_phy_stop_resp() local
3294 le32_to_cpu(pPayload->status); in mpi_phy_stop_resp()
3296 le32_to_cpu(pPayload->phyid); in mpi_phy_stop_resp()
3314 struct set_ctrl_cfg_resp *pPayload = in mpi_set_controller_config_resp() local
3316 u32 status = le32_to_cpu(pPayload->status); in mpi_set_controller_config_resp()
3317 u32 err_qlfr_pgcd = le32_to_cpu(pPayload->err_qlfr_pgcd); in mpi_set_controller_config_resp()
3376 struct set_phy_profile_resp *pPayload = in mpi_set_phy_profile_resp() local
3378 u32 ppc_phyid = le32_to_cpu(pPayload->ppc_phyid); in mpi_set_phy_profile_resp()
3379 u32 status = le32_to_cpu(pPayload->status); in mpi_set_phy_profile_resp()
3407 struct kek_mgmt_resp *pPayload = (struct kek_mgmt_resp *)(piomb + 4); in mpi_kek_management_resp() local
3409 u32 status = le32_to_cpu(pPayload->status); in mpi_kek_management_resp()
3410 u32 kidx_new_curr_ksop = le32_to_cpu(pPayload->kidx_new_curr_ksop); in mpi_kek_management_resp()
3411 u32 err_qlfr = le32_to_cpu(pPayload->err_qlfr); in mpi_kek_management_resp()