Home
last modified time | relevance | path

Searched refs:completion_queue_get (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dhost.c183 u32 get_value = ihost->completion_queue_get; in sci_controller_completion_queue_has_entries()
497 ihost->completion_queue_get); in sci_controller_process_completions()
500 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get); in sci_controller_process_completions()
501 get_cycle = SMU_CQGR_CYCLE_BIT & ihost->completion_queue_get; in sci_controller_process_completions()
503 event_get = NORMALIZE_EVENT_POINTER(ihost->completion_queue_get); in sci_controller_process_completions()
504 event_cycle = SMU_CQGR_EVENT_CYCLE_BIT & ihost->completion_queue_get; in sci_controller_process_completions()
561 ihost->completion_queue_get = in sci_controller_process_completions()
569 writel(ihost->completion_queue_get, in sci_controller_process_completions()
570 &ihost->smu_registers->completion_queue_get); in sci_controller_process_completions()
577 ihost->completion_queue_get); in sci_controller_process_completions()
[all...]
H A Dhost.h138 * @completion_queue_get: tracks the driver 'head' of the ring to notify hw
168 u32 completion_queue_get; member
H A Dregisters.h989 u32 completion_queue_get; member
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dhost.c181 u32 get_value = ihost->completion_queue_get; in sci_controller_completion_queue_has_entries()
495 ihost->completion_queue_get); in sci_controller_process_completions()
498 get_index = NORMALIZE_GET_POINTER(ihost->completion_queue_get); in sci_controller_process_completions()
499 get_cycle = SMU_CQGR_CYCLE_BIT & ihost->completion_queue_get; in sci_controller_process_completions()
501 event_get = NORMALIZE_EVENT_POINTER(ihost->completion_queue_get); in sci_controller_process_completions()
502 event_cycle = SMU_CQGR_EVENT_CYCLE_BIT & ihost->completion_queue_get; in sci_controller_process_completions()
559 ihost->completion_queue_get = in sci_controller_process_completions()
567 writel(ihost->completion_queue_get, in sci_controller_process_completions()
568 &ihost->smu_registers->completion_queue_get); in sci_controller_process_completions()
575 ihost->completion_queue_get); in sci_controller_process_completions()
[all...]
H A Dhost.h138 * @completion_queue_get: tracks the driver 'head' of the ring to notify hw
168 u32 completion_queue_get; member
H A Dregisters.h989 u32 completion_queue_get; member

Completed in 16 milliseconds