rd_point 182 drivers/scsi/hisi_sas/hisi_sas.h int rd_point; rd_point 2286 drivers/scsi/hisi_sas/hisi_sas_main.c cq->rd_point = 0; rd_point 1500 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c u32 rd_point = cq->rd_point, wr_point; rd_point 1507 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c while (rd_point != wr_point) { rd_point 1512 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c complete_hdr = &complete_queue[rd_point]; rd_point 1522 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c slot->cmplt_queue_slot = rd_point; rd_point 1526 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c if (++rd_point >= HISI_SAS_QUEUE_SLOTS) rd_point 1527 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c rd_point = 0; rd_point 1531 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c cq->rd_point = rd_point; rd_point 1532 drivers/scsi/hisi_sas/hisi_sas_v1_hw.c hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); rd_point 3114 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c u32 rd_point = cq->rd_point, wr_point, dev_id; rd_point 3125 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c while (rd_point != wr_point) { rd_point 3129 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c complete_hdr = &complete_queue[rd_point]; rd_point 3153 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c slot->cmplt_queue_slot = rd_point; rd_point 3165 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c slot->cmplt_queue_slot = rd_point; rd_point 3170 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c if (++rd_point >= HISI_SAS_QUEUE_SLOTS) rd_point 3171 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c rd_point = 0; rd_point 3175 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c cq->rd_point = rd_point; rd_point 3176 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point); rd_point 2299 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c u32 rd_point = cq->rd_point, wr_point; rd_point 2307 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c while (rd_point != wr_point) { rd_point 2313 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c complete_hdr = &complete_queue[rd_point]; rd_point 2319 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c slot->cmplt_queue_slot = rd_point; rd_point 2325 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c if (++rd_point >= HISI_SAS_QUEUE_SLOTS) rd_point 2326 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c rd_point = 0; rd_point 2330 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c cq->rd_point = rd_point; rd_point 2331 drivers/scsi/hisi_sas/hisi_sas_v3_hw.c hisi_sas_write32(hisi_hba, COMPL_Q_0_RD_PTR + (0x14 * queue), rd_point);