Home
last modified time | relevance | path

Searched refs:HISI_SAS_RESERVED_IPTT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h42 #define HISI_SAS_RESERVED_IPTT 96 macro
44 (HISI_SAS_MAX_COMMANDS - HISI_SAS_RESERVED_IPTT)
H A Dhisi_sas_main.c165 slot_idx < HISI_SAS_RESERVED_IPTT) { in hisi_sas_slot_index_free()
186 return rq->tag + HISI_SAS_RESERVED_IPTT; in hisi_sas_slot_index_alloc()
189 index = find_next_zero_bit(bitmap, HISI_SAS_RESERVED_IPTT, in hisi_sas_slot_index_alloc()
191 if (index >= HISI_SAS_RESERVED_IPTT) { in hisi_sas_slot_index_alloc()
193 HISI_SAS_RESERVED_IPTT, in hisi_sas_slot_index_alloc()
195 if (index >= HISI_SAS_RESERVED_IPTT) { in hisi_sas_slot_index_alloc()