Home
last modified time | relevance | path

Searched refs:SCI_MAX_SEQ (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/isci/
Disci.h81 #define SCI_MAX_SEQ (16) macro
114 BUILD_BUG_ON_NOT_POWER_OF_2(SCI_MAX_SEQ); in check_sizes()
Dhost.h353 #define ISCI_TAG_SEQ(tag) (((tag) >> 12) & (SCI_MAX_SEQ-1))
Dhost.c2594 ihost->io_request_sequence[tci] = (seq+1) & (SCI_MAX_SEQ-1); in isci_free_tag()