Lines Matching refs:circularQ

842 	struct inbound_queue_table *circularQ;  in pm80xx_set_thermal_config()  local
852 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_thermal_config()
858 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_set_thermal_config()
874 struct inbound_queue_table *circularQ; in pm80xx_set_sas_protocol_timer_config() local
888 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_sas_protocol_timer_config()
940 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_set_sas_protocol_timer_config()
1045 struct inbound_queue_table *circularQ; in pm80xx_encrypt_update() local
1055 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_encrypt_update()
1063 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_encrypt_update()
1370 struct inbound_queue_table *circularQ; in pm80xx_send_abort_all() local
1400 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_abort_all()
1407 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &task_abort, 0); in pm80xx_send_abort_all()
1424 struct inbound_queue_table *circularQ; in pm80xx_send_read_log() local
1467 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_read_log()
1482 res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, 0); in pm80xx_send_read_log()
2817 struct inbound_queue_table *circularQ; in pm80xx_hw_event_ack_req() local
2820 circularQ = &pm8001_ha->inbnd_q_tbl[Qnum]; in pm80xx_hw_event_ack_req()
2826 pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_hw_event_ack_req()
3666 struct outbound_queue_table *circularQ; in process_oq() local
3673 circularQ = &pm8001_ha->outbnd_q_tbl[vec]; in process_oq()
3675 ret = pm8001_mpi_msg_consume(pm8001_ha, circularQ, &pMsg1, &bc); in process_oq()
3681 circularQ, bc); in process_oq()
3685 circularQ->producer_index = in process_oq()
3686 cpu_to_le32(pm8001_read_32(circularQ->pi_virt)); in process_oq()
3687 if (le32_to_cpu(circularQ->producer_index) == in process_oq()
3688 circularQ->consumer_idx) in process_oq()
3734 struct inbound_queue_table *circularQ; in pm80xx_chip_smp_req() local
3763 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_smp_req()
3833 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_smp_req()
3897 struct inbound_queue_table *circularQ; in pm80xx_chip_ssp_io_req() local
3918 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_ssp_io_req()
4041 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_ssp_io_req()
4061 struct inbound_queue_table *circularQ; in pm80xx_chip_sata_req() local
4066 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_sata_req()
4282 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_sata_req()
4297 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_start_req() local
4301 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_start_req()
4338 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, 0); in pm80xx_chip_phy_start_req()
4352 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_stop_req() local
4356 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_stop_req()
4360 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, 0); in pm80xx_chip_phy_stop_req()
4373 struct inbound_queue_table *circularQ; in pm80xx_chip_reg_dev_req() local
4382 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_reg_dev_req()
4426 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_chip_reg_dev_req()
4444 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_ctl_req() local
4448 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_ctl_req()
4452 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_chip_phy_ctl_req()
4490 struct inbound_queue_table *circularQ; in mpi_set_phy_profile_req() local
4497 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in mpi_set_phy_profile_req()
4507 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in mpi_set_phy_profile_req()