Lines Matching refs:circularQ

865 	struct inbound_queue_table *circularQ;  in pm80xx_set_thermal_config()  local
876 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_thermal_config()
888 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_set_thermal_config()
904 struct inbound_queue_table *circularQ; in pm80xx_set_sas_protocol_timer_config() local
918 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_set_sas_protocol_timer_config()
970 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_set_sas_protocol_timer_config()
1075 struct inbound_queue_table *circularQ; in pm80xx_encrypt_update() local
1085 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_encrypt_update()
1093 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_encrypt_update()
1409 struct inbound_queue_table *circularQ; in pm80xx_send_abort_all() local
1439 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_abort_all()
1446 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &task_abort, 0); in pm80xx_send_abort_all()
1463 struct inbound_queue_table *circularQ; in pm80xx_send_read_log() local
1507 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_send_read_log()
1522 res = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &sata_cmd, 0); in pm80xx_send_read_log()
2867 struct inbound_queue_table *circularQ; in pm80xx_hw_event_ack_req() local
2870 circularQ = &pm8001_ha->inbnd_q_tbl[Qnum]; in pm80xx_hw_event_ack_req()
2876 pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_hw_event_ack_req()
3809 struct outbound_queue_table *circularQ; in process_oq() local
3828 circularQ = &pm8001_ha->outbnd_q_tbl[vec]; in process_oq()
3834 if (!circularQ->pi_virt) in process_oq()
3836 ret = pm8001_mpi_msg_consume(pm8001_ha, circularQ, &pMsg1, &bc); in process_oq()
3842 circularQ, bc); in process_oq()
3846 circularQ->producer_index = in process_oq()
3847 cpu_to_le32(pm8001_read_32(circularQ->pi_virt)); in process_oq()
3848 if (le32_to_cpu(circularQ->producer_index) == in process_oq()
3849 circularQ->consumer_idx) in process_oq()
3895 struct inbound_queue_table *circularQ; in pm80xx_chip_smp_req() local
3924 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_smp_req()
3994 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_smp_req()
4058 struct inbound_queue_table *circularQ; in pm80xx_chip_ssp_io_req() local
4079 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_ssp_io_req()
4202 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_ssp_io_req()
4222 struct inbound_queue_table *circularQ; in pm80xx_chip_sata_req() local
4227 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_sata_req()
4443 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, in pm80xx_chip_sata_req()
4458 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_start_req() local
4462 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_start_req()
4499 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, 0); in pm80xx_chip_phy_start_req()
4513 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_stop_req() local
4517 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_stop_req()
4521 ret = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opcode, &payload, 0); in pm80xx_chip_phy_stop_req()
4534 struct inbound_queue_table *circularQ; in pm80xx_chip_reg_dev_req() local
4543 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_reg_dev_req()
4587 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_chip_reg_dev_req()
4607 struct inbound_queue_table *circularQ; in pm80xx_chip_phy_ctl_req() local
4613 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm80xx_chip_phy_ctl_req()
4617 return pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm80xx_chip_phy_ctl_req()
4655 struct inbound_queue_table *circularQ; in mpi_set_phy_profile_req() local
4662 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in mpi_set_phy_profile_req()
4672 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in mpi_set_phy_profile_req()
4696 struct inbound_queue_table *circularQ; in pm8001_set_phy_profile_single() local
4704 circularQ = &pm8001_ha->inbnd_q_tbl[0]; in pm8001_set_phy_profile_single()
4714 rc = pm8001_mpi_build_cmd(pm8001_ha, circularQ, opc, &payload, 0); in pm8001_set_phy_profile_single()