Lines Matching refs:q_index
3954 u32 q_index; in pm80xx_chip_ssp_io_req() local
3973 q_index = (u32) (pm8001_dev->id & 0x00ffffff) % PM8001_MAX_INB_NUM; in pm80xx_chip_ssp_io_req()
3974 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_ssp_io_req()
4046 task->ssp_task.cmd->cmnd[0], q_index)); in pm80xx_chip_ssp_io_req()
4096 q_index = (u32) (pm8001_dev->id & 0x00ffffff) % PM8001_MAX_OUTB_NUM; in pm80xx_chip_ssp_io_req()
4098 &ssp_cmd, q_index); in pm80xx_chip_ssp_io_req()
4110 u32 q_index; in pm80xx_chip_sata_req() local
4121 q_index = (u32) (pm8001_ha_dev->id & 0x00ffffff) % PM8001_MAX_INB_NUM; in pm80xx_chip_sata_req()
4122 circularQ = &pm8001_ha->inbnd_q_tbl[q_index]; in pm80xx_chip_sata_req()
4228 sata_cmd.sata_fis.command, q_index)); in pm80xx_chip_sata_req()
4337 q_index = (u32) (pm8001_ha_dev->id & 0x00ffffff) % PM8001_MAX_OUTB_NUM; in pm80xx_chip_sata_req()
4339 &sata_cmd, q_index); in pm80xx_chip_sata_req()