Lines Matching refs:circularQ

1192 	struct inbound_queue_table *circularQ;  in pm80xx_set_thermal_config()  local
1203 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_thermal_config()
1221 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_set_thermal_config()
1238 struct inbound_queue_table *circularQ; in pm80xx_set_sas_protocol_timer_config() local
1252 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_sas_protocol_timer_config()
1294 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_set_sas_protocol_timer_config()
1400 struct inbound_queue_table *circularQ; in pm80xx_encrypt_update() local
1410 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_encrypt_update()
1423 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_encrypt_update()
1738 struct inbound_queue_table *circularQ; in pm80xx_send_abort_all() local
1768 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_abort_all()
1775 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &task_abort, in pm80xx_send_abort_all()
1794 struct inbound_queue_table *circularQ; in pm80xx_send_read_log() local
1836 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_read_log()
1851 res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, in pm80xx_send_read_log()
3197 struct inbound_queue_table *circularQ; in pm80xx_hw_event_ack_req() local
3200 circularQ = &pm8001_ha->inbnd_q_tbl[Qnum]; in pm80xx_hw_event_ack_req()
3206 pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_hw_event_ack_req()
4069 struct outbound_queue_table *circularQ; in process_oq() local
4101 circularQ = &pm8001_ha->outbnd_q_tbl[vec]; in process_oq()
4107 if (!circularQ->pi_virt) in process_oq()
4109 ret = pm8001_mpi_msg_consume(pm8001_ha, circularQ, &pMsg1, &bc); in process_oq()
4115 circularQ, bc); in process_oq()
4119 circularQ->producer_index = in process_oq()
4120 cpu_to_le32(pm8001_read_32(circularQ->pi_virt)); in process_oq()
4121 if (le32_to_cpu(circularQ->producer_index) == in process_oq()
4122 circularQ->consumer_idx) in process_oq()
4168 struct inbound_queue_table *circularQ; in pm80xx_chip_smp_req() local
4197 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_smp_req()
4264 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &smp_cmd, in pm80xx_chip_smp_req()
4328 struct inbound_queue_table *circularQ; in pm80xx_chip_ssp_io_req() local
4352 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_ssp_io_req()
4469 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_ssp_io_req()
4489 struct inbound_queue_table *circularQ; in pm80xx_chip_sata_req() local
4495 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_sata_req()
4706 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_sata_req()
4720 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_start_req() local
4724 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_start_req()
4746 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, in pm80xx_chip_phy_start_req()
4760 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_stop_req() local
4764 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_stop_req()
4768 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, in pm80xx_chip_phy_stop_req()
4782 struct inbound_queue_table *circularQ; in pm80xx_chip_reg_dev_req() local
4791 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_reg_dev_req()
4835 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_chip_reg_dev_req()
4855 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_ctl_req() local
4861 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_ctl_req()
4866 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm80xx_chip_phy_ctl_req()
4912 struct inbound_queue_table *circularQ; in mpi_set_phy_profile_req() local
4919 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in mpi_set_phy_profile_req()
4929 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in mpi_set_phy_profile_req()
4954 struct inbound_queue_table *circularQ; in pm8001_set_phy_profile_single() local
4962 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm8001_set_phy_profile_single()
4972 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, in pm8001_set_phy_profile_single()