Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qedi/
Dqedi.h109 #define QEDI_MAX_RX_DESC_CNT (QEDI_RX_DESC_CNT - 1) macro
113 #define QEDI_NEXT_RX_IDX(x) ((((x) & (QEDI_MAX_RX_DESC_CNT)) == \
114 (QEDI_MAX_RX_DESC_CNT - 1)) ? \