Lines Matching refs:circularQ
851 struct inbound_queue_table *circularQ; in pm80xx_set_thermal_config() local
862 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_thermal_config()
874 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_set_thermal_config()
890 struct inbound_queue_table *circularQ; in pm80xx_set_sas_protocol_timer_config() local
904 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_sas_protocol_timer_config()
956 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_set_sas_protocol_timer_config()
1061 struct inbound_queue_table *circularQ; in pm80xx_encrypt_update() local
1071 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_encrypt_update()
1079 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_encrypt_update()
1388 struct inbound_queue_table *circularQ; in pm80xx_send_abort_all() local
1418 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_abort_all()
1425 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &task_abort, 0); in pm80xx_send_abort_all()
1442 struct inbound_queue_table *circularQ; in pm80xx_send_read_log() local
1485 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_read_log()
1500 res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, 0); in pm80xx_send_read_log()
2843 struct inbound_queue_table *circularQ; in pm80xx_hw_event_ack_req() local
2846 circularQ = &pm8001_ha->inbnd_q_tbl[Qnum]; in pm80xx_hw_event_ack_req()
2852 pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_hw_event_ack_req()
3722 struct outbound_queue_table *circularQ; in process_oq() local
3729 circularQ = &pm8001_ha->outbnd_q_tbl[vec]; in process_oq()
3731 ret = pm8001_mpi_msg_consume(pm8001_ha, circularQ, &pMsg1, &bc); in process_oq()
3737 circularQ, bc); in process_oq()
3741 circularQ->producer_index = in process_oq()
3742 cpu_to_le32(pm8001_read_32(circularQ->pi_virt)); in process_oq()
3743 if (le32_to_cpu(circularQ->producer_index) == in process_oq()
3744 circularQ->consumer_idx) in process_oq()
3790 struct inbound_queue_table *circularQ; in pm80xx_chip_smp_req() local
3819 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_smp_req()
3889 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_smp_req()
3953 struct inbound_queue_table *circularQ; in pm80xx_chip_ssp_io_req() local
3974 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_ssp_io_req()
4097 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_ssp_io_req()
4117 struct inbound_queue_table *circularQ; in pm80xx_chip_sata_req() local
4122 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_sata_req()
4338 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_sata_req()
4353 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_start_req() local
4357 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_start_req()
4394 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, 0); in pm80xx_chip_phy_start_req()
4408 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_stop_req() local
4412 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_stop_req()
4416 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, 0); in pm80xx_chip_phy_stop_req()
4429 struct inbound_queue_table *circularQ; in pm80xx_chip_reg_dev_req() local
4438 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_reg_dev_req()
4482 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_chip_reg_dev_req()
4500 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_ctl_req() local
4504 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_ctl_req()
4508 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_chip_phy_ctl_req()
4546 struct inbound_queue_table *circularQ; in mpi_set_phy_profile_req() local
4553 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in mpi_set_phy_profile_req()
4563 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in mpi_set_phy_profile_req()
4588 struct inbound_queue_table *circularQ; in pm8001_set_phy_profile_single() local
4596 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm8001_set_phy_profile_single()
4606 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm8001_set_phy_profile_single()