Lines Matching refs:opc
1198 u32 opc = OPC_INB_SET_CONTROLLER_CONFIG; in pm80xx_set_thermal_config() local
1223 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in pm80xx_set_thermal_config()
1243 u32 opc = OPC_INB_SET_CONTROLLER_CONFIG; in pm80xx_set_sas_protocol_timer_config() local
1293 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in pm80xx_set_sas_protocol_timer_config()
1401 u32 opc = OPC_INB_KEK_MANAGEMENT; in pm80xx_encrypt_update() local
1420 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in pm80xx_encrypt_update()
1787 u32 opc = OPC_INB_SATA_ABORT; in pm80xx_send_abort_all() local
1811 ret = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &task_abort, in pm80xx_send_abort_all()
1829 u32 opc = OPC_INB_SATA_HOST_OPSTART; in pm80xx_send_read_log() local
1878 res = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &sata_cmd, in pm80xx_send_read_log()
3206 u32 opc = OPC_INB_SAS_HW_EVENT_ACK; in pm80xx_hw_event_ack_req() local
3215 pm8001_mpi_build_cmd(pm8001_ha, Qnum, opc, &payload, in pm80xx_hw_event_ack_req()
3891 u32 opc = (u32)((le32_to_cpu(pHeader)) & 0xFFF); in process_one_iomb() local
3893 switch (opc) { in process_one_iomb()
4014 "OPC_OUB_PHY_START_RESP opcode:%x\n", opc); in process_one_iomb()
4019 "OPC_OUB_PHY_STOP_RESP opcode:%x\n", opc); in process_one_iomb()
4024 "OPC_OUB_SET_CONTROLLER_CONFIG opcode:%x\n", opc); in process_one_iomb()
4029 "OPC_OUB_GET_CONTROLLER_CONFIG opcode:%x\n", opc); in process_one_iomb()
4034 "OPC_OUB_GET_PHY_PROFILE opcode:%x\n", opc); in process_one_iomb()
4039 "OPC_OUB_FLASH_OP_EXT opcode:%x\n", opc); in process_one_iomb()
4044 "OPC_OUB_SET_PHY_PROFILE opcode:%x\n", opc); in process_one_iomb()
4049 "OPC_OUB_KEK_MANAGEMENT_RESP opcode:%x\n", opc); in process_one_iomb()
4054 "OPC_OUB_DEK_MANAGEMENT_RESP opcode:%x\n", opc); in process_one_iomb()
4059 "OPC_OUB_SSP_COALESCED_COMP_RESP opcode:%x\n", opc); in process_one_iomb()
4064 "Unknown outbound Queue IOMB OPC = 0x%x\n", opc); in process_one_iomb()
4214 u32 opc; in pm80xx_chip_smp_req() local
4242 opc = OPC_INB_SMP_REQUEST; in pm80xx_chip_smp_req()
4310 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &smp_cmd, in pm80xx_chip_smp_req()
4397 u32 opc = OPC_INB_SSPINIIOSTART; in pm80xx_chip_ssp_io_req() local
4425 opc = OPC_INB_SSP_INI_DIF_ENC_IO; in pm80xx_chip_ssp_io_req()
4535 return pm8001_mpi_build_cmd(pm8001_ha, q_index, opc, &ssp_cmd, in pm80xx_chip_ssp_io_req()
4554 u32 opc = OPC_INB_SATA_HOST_OPSTART; in pm80xx_chip_sata_req() local
4595 opc = OPC_INB_SATA_DIF_ENC_IO; in pm80xx_chip_sata_req()
4768 ccb->ccb_tag, opc, in pm80xx_chip_sata_req()
4771 return pm8001_mpi_build_cmd(pm8001_ha, q_index, opc, &sata_cmd, in pm80xx_chip_sata_req()
4840 u32 opc; in pm80xx_chip_reg_dev_req() local
4873 opc = OPC_INB_REG_DEV; in pm80xx_chip_reg_dev_req()
4891 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in pm80xx_chip_reg_dev_req()
4911 u32 opc = OPC_INB_LOCAL_PHY_CONTROL; in pm80xx_chip_phy_ctl_req() local
4922 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in pm80xx_chip_phy_ctl_req()
4968 u32 opc = OPC_INB_SET_PHY_PROFILE; in mpi_set_phy_profile_req() local
4987 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in mpi_set_phy_profile_req()
5009 u32 tag, opc; in pm8001_set_phy_profile_single() local
5021 opc = OPC_INB_SET_PHY_PROFILE; in pm8001_set_phy_profile_single()
5031 rc = pm8001_mpi_build_cmd(pm8001_ha, 0, opc, &payload, in pm8001_set_phy_profile_single()