Lines Matching refs:circularQ
1186 struct inbound_queue_table *circularQ; in pm80xx_set_thermal_config() local
1197 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_thermal_config()
1213 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_set_thermal_config()
1230 struct inbound_queue_table *circularQ; in pm80xx_set_sas_protocol_timer_config() local
1244 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_sas_protocol_timer_config()
1288 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_set_sas_protocol_timer_config()
1394 struct inbound_queue_table *circularQ; in pm80xx_encrypt_update() local
1404 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_encrypt_update()
1416 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_encrypt_update()
1775 struct inbound_queue_table *circularQ; in pm80xx_send_abort_all() local
1804 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_abort_all()
1811 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &task_abort, in pm80xx_send_abort_all()
1830 struct inbound_queue_table *circularQ; in pm80xx_send_read_log() local
1872 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_read_log()
1887 res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, in pm80xx_send_read_log()
3235 struct inbound_queue_table *circularQ; in pm80xx_hw_event_ack_req() local
3238 circularQ = &pm8001_ha->inbnd_q_tbl[Qnum]; in pm80xx_hw_event_ack_req()
3244 pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_hw_event_ack_req()
4116 struct outbound_queue_table *circularQ; in process_oq() local
4136 circularQ = &pm8001_ha->outbnd_q_tbl[vec]; in process_oq()
4137 spin_lock_irqsave(&circularQ->oq_lock, flags); in process_oq()
4143 if (!circularQ->pi_virt) in process_oq()
4145 ret = pm8001_mpi_msg_consume(pm8001_ha, circularQ, &pMsg1, &bc); in process_oq()
4151 circularQ, bc); in process_oq()
4155 circularQ->producer_index = in process_oq()
4156 cpu_to_le32(pm8001_read_32(circularQ->pi_virt)); in process_oq()
4157 if (le32_to_cpu(circularQ->producer_index) == in process_oq()
4158 circularQ->consumer_idx) in process_oq()
4163 spin_unlock_irqrestore(&circularQ->oq_lock, flags); in process_oq()
4204 struct inbound_queue_table *circularQ; in pm80xx_chip_smp_req() local
4233 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_smp_req()
4300 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &smp_cmd, in pm80xx_chip_smp_req()
4364 struct inbound_queue_table *circularQ; in pm80xx_chip_ssp_io_req() local
4386 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_ssp_io_req()
4496 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_ssp_io_req()
4516 struct inbound_queue_table *circularQ; in pm80xx_chip_sata_req() local
4522 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_sata_req()
4726 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_sata_req()
4740 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_start_req() local
4744 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_start_req()
4766 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, in pm80xx_chip_phy_start_req()
4780 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_stop_req() local
4784 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_stop_req()
4788 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, in pm80xx_chip_phy_stop_req()
4802 struct inbound_queue_table *circularQ; in pm80xx_chip_reg_dev_req() local
4811 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_reg_dev_req()
4855 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_chip_reg_dev_req()
4875 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_ctl_req() local
4881 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_ctl_req()
4885 return pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_chip_phy_ctl_req()
4927 struct inbound_queue_table *circularQ; in mpi_set_phy_profile_req() local
4934 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in mpi_set_phy_profile_req()
4944 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in mpi_set_phy_profile_req()
4969 struct inbound_queue_table *circularQ; in pm8001_set_phy_profile_single() local
4977 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm8001_set_phy_profile_single()
4987 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm8001_set_phy_profile_single()