Lines Matching refs:q_index
3898 u32 q_index; in pm80xx_chip_ssp_io_req() local
3917 q_index = (u32) (pm8001_dev->id & 0x00ffffff) % PM8001_MAX_INB_NUM; in pm80xx_chip_ssp_io_req()
3918 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_ssp_io_req()
3990 task->ssp_task.cmd->cmnd[0], q_index)); in pm80xx_chip_ssp_io_req()
4040 q_index = (u32) (pm8001_dev->id & 0x00ffffff) % PM8001_MAX_OUTB_NUM; in pm80xx_chip_ssp_io_req()
4042 &ssp_cmd, q_index); in pm80xx_chip_ssp_io_req()
4054 u32 q_index; in pm80xx_chip_sata_req() local
4065 q_index = (u32) (pm8001_ha_dev->id & 0x00ffffff) % PM8001_MAX_INB_NUM; in pm80xx_chip_sata_req()
4066 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_sata_req()
4172 sata_cmd.sata_fis.command, q_index)); in pm80xx_chip_sata_req()
4281 q_index = (u32) (pm8001_ha_dev->id & 0x00ffffff) % PM8001_MAX_OUTB_NUM; in pm80xx_chip_sata_req()
4283 &sata_cmd, q_index); in pm80xx_chip_sata_req()