Lines Matching refs:opc

854 	u32 opc = OPC_INB_SET_CONTROLLER_CONFIG;  in pm80xx_set_thermal_config()  local
874 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_set_thermal_config()
894 u32 opc = OPC_INB_SET_CONTROLLER_CONFIG; in pm80xx_set_sas_protocol_timer_config() local
956 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_set_sas_protocol_timer_config()
1064 u32 opc = OPC_INB_KEK_MANAGEMENT; in pm80xx_encrypt_update() local
1079 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_encrypt_update()
1389 u32 opc = OPC_INB_SATA_ABORT; in pm80xx_send_abort_all() local
1425 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &task_abort, 0); in pm80xx_send_abort_all()
1443 u32 opc = OPC_INB_SATA_HOST_OPSTART; in pm80xx_send_read_log() local
1500 res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, 0); in pm80xx_send_read_log()
2841 u32 opc = OPC_INB_SAS_HW_EVENT_ACK; in pm80xx_hw_event_ack_req() local
2852 pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_hw_event_ack_req()
3512 u32 opc = (u32)((le32_to_cpu(pHeader)) & 0xFFF); in process_one_iomb() local
3514 switch (opc) { in process_one_iomb()
3665 "OPC_OUB_PHY_START_RESP opcode:%x\n", opc)); in process_one_iomb()
3670 "OPC_OUB_PHY_STOP_RESP opcode:%x\n", opc)); in process_one_iomb()
3675 "OPC_OUB_SET_CONTROLLER_CONFIG opcode:%x\n", opc)); in process_one_iomb()
3680 "OPC_OUB_GET_CONTROLLER_CONFIG opcode:%x\n", opc)); in process_one_iomb()
3685 "OPC_OUB_GET_PHY_PROFILE opcode:%x\n", opc)); in process_one_iomb()
3690 "OPC_OUB_FLASH_OP_EXT opcode:%x\n", opc)); in process_one_iomb()
3695 "OPC_OUB_SET_PHY_PROFILE opcode:%x\n", opc)); in process_one_iomb()
3700 "OPC_OUB_KEK_MANAGEMENT_RESP opcode:%x\n", opc)); in process_one_iomb()
3705 "OPC_OUB_DEK_MANAGEMENT_RESP opcode:%x\n", opc)); in process_one_iomb()
3710 "OPC_OUB_SSP_COALESCED_COMP_RESP opcode:%x\n", opc)); in process_one_iomb()
3715 "Unknown outbound Queue IOMB OPC = 0x%x\n", opc)); in process_one_iomb()
3789 u32 opc; in pm80xx_chip_smp_req() local
3818 opc = OPC_INB_SMP_REQUEST; in pm80xx_chip_smp_req()
3889 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_smp_req()
3955 u32 opc = OPC_INB_SSPINIIOSTART; in pm80xx_chip_ssp_io_req() local
3982 opc = OPC_INB_SSP_INI_DIF_ENC_IO; in pm80xx_chip_ssp_io_req()
4097 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_ssp_io_req()
4119 u32 opc = OPC_INB_SATA_HOST_OPSTART; in pm80xx_chip_sata_req() local
4161 opc = OPC_INB_SATA_DIF_ENC_IO; in pm80xx_chip_sata_req()
4338 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_sata_req()
4427 u32 opc; in pm80xx_chip_reg_dev_req() local
4464 opc = OPC_INB_REG_DEV; in pm80xx_chip_reg_dev_req()
4482 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_chip_reg_dev_req()
4502 u32 opc = OPC_INB_LOCAL_PHY_CONTROL; in pm80xx_chip_phy_ctl_req() local
4508 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_chip_phy_ctl_req()
4547 u32 opc = OPC_INB_SET_PHY_PROFILE; in mpi_set_phy_profile_req() local
4563 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in mpi_set_phy_profile_req()
4585 u32 tag, opc; in pm8001_set_phy_profile_single() local
4597 opc = OPC_INB_SET_PHY_PROFILE; in pm8001_set_phy_profile_single()
4606 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm8001_set_phy_profile_single()