Lines Matching refs:pPayload

2885 	struct hw_event_resp *pPayload = (struct hw_event_resp *)(piomb + 4);  in hw_event_port_recover()  local
2886 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_port_recover()
2889 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_port_recover()
2890 u8 deviceType = pPayload->sas_identify.dev_type; in hw_event_port_recover()
2916 struct hw_event_resp *pPayload = in hw_event_sas_phy_up() local
2919 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sas_phy_up()
2920 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sas_phy_up()
2933 u8 deviceType = pPayload->sas_identify.dev_type; in hw_event_sas_phy_up()
2981 memcpy(phy->frame_rcvd, &pPayload->sas_identify, in hw_event_sas_phy_up()
2999 struct hw_event_resp *pPayload = in hw_event_sata_phy_up() local
3001 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_sata_phy_up()
3003 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_sata_phy_up()
3029 memcpy(phy->frame_rcvd, ((u8 *)&pPayload->sata_fis - 4), in hw_event_sata_phy_up()
3047 struct hw_event_resp *pPayload = in hw_event_phy_down() local
3051 le32_to_cpu(pPayload->lr_status_evt_portid); in hw_event_phy_down()
3053 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in hw_event_phy_down()
3119 struct phy_start_resp *pPayload = in mpi_phy_start_resp() local
3122 le32_to_cpu(pPayload->status); in mpi_phy_start_resp()
3124 le32_to_cpu(pPayload->phyid); in mpi_phy_start_resp()
3147 struct thermal_hw_event *pPayload = in mpi_thermal_hw_event() local
3150 u32 thermal_event = le32_to_cpu(pPayload->thermal_event); in mpi_thermal_hw_event()
3151 u32 rht_lht = le32_to_cpu(pPayload->rht_lht); in mpi_thermal_hw_event()
3178 struct hw_event_resp *pPayload = in mpi_hw_event() local
3181 le32_to_cpu(pPayload->lr_status_evt_portid); in mpi_hw_event()
3182 u32 phyid_npip_portstate = le32_to_cpu(pPayload->phyid_npip_portstate); in mpi_hw_event()
3393 struct phy_stop_resp *pPayload = in mpi_phy_stop_resp() local
3396 le32_to_cpu(pPayload->status); in mpi_phy_stop_resp()
3398 le32_to_cpu(pPayload->phyid) & 0xFF; in mpi_phy_stop_resp()
3417 struct set_ctrl_cfg_resp *pPayload = in mpi_set_controller_config_resp() local
3419 u32 status = le32_to_cpu(pPayload->status); in mpi_set_controller_config_resp()
3420 u32 err_qlfr_pgcd = le32_to_cpu(pPayload->err_qlfr_pgcd); in mpi_set_controller_config_resp()
3479 struct set_phy_profile_resp *pPayload = in mpi_set_phy_profile_resp() local
3481 u32 ppc_phyid = le32_to_cpu(pPayload->ppc_phyid); in mpi_set_phy_profile_resp()
3482 u32 status = le32_to_cpu(pPayload->status); in mpi_set_phy_profile_resp()
3510 struct kek_mgmt_resp *pPayload = (struct kek_mgmt_resp *)(piomb + 4); in mpi_kek_management_resp() local
3512 u32 status = le32_to_cpu(pPayload->status); in mpi_kek_management_resp()
3513 u32 kidx_new_curr_ksop = le32_to_cpu(pPayload->kidx_new_curr_ksop); in mpi_kek_management_resp()
3514 u32 err_qlfr = le32_to_cpu(pPayload->err_qlfr); in mpi_kek_management_resp()