Home
last modified time | relevance | path

Searched refs:dlvry_queue_slot (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c422 int dlvry_queue_slot, dlvry_queue, rc, slot_idx; in hisi_sas_task_prep() local
502 dlvry_queue_slot = wr_q_index; in hisi_sas_task_prep()
508 slot->dlvry_queue_slot = dlvry_queue_slot; in hisi_sas_task_prep()
510 slot->cmd_hdr = &cmd_hdr_base[dlvry_queue_slot]; in hisi_sas_task_prep()
1937 int dlvry_queue_slot, dlvry_queue, n_elem = 0, rc, slot_idx; in hisi_sas_internal_abort_task_exec() local
1967 dlvry_queue_slot = wr_q_index; in hisi_sas_internal_abort_task_exec()
1972 slot->dlvry_queue_slot = dlvry_queue_slot; in hisi_sas_internal_abort_task_exec()
1974 slot->cmd_hdr = &cmd_hdr_base[dlvry_queue_slot]; in hisi_sas_internal_abort_task_exec()
Dhisi_sas.h222 int dlvry_queue_slot; member
Dhisi_sas_v1_hw.c882 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v1_hw()
Dhisi_sas_v2_hw.c1662 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v2_hw()
Dhisi_sas_v3_hw.c1043 wp = (s2->dlvry_queue_slot + 1) % HISI_SAS_QUEUE_SLOTS; in start_delivery_v3_hw()