Home
last modified time | relevance | path

Searched defs:lpfc_sli3_ring (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_sli.h216 struct lpfc_sli3_ring { struct
217 uint32_t local_getidx; /* last available cmd index (from cmdGetInx) */
218 uint32_t next_cmdidx; /* next_cmd index */
219 uint32_t rspidx; /* current index in response ring */
220 uint32_t cmdidx; /* current index in command ring */
221 uint16_t numCiocb; /* number of command iocb's per ring */
222 uint16_t numRiocb; /* number of rsp iocb's per ring */
223 uint16_t sizeCiocb; /* Size of command iocb's in this ring */
224 uint16_t sizeRiocb; /* Size of response iocb's in this ring */
225 uint32_t *cmdringaddr; /* virtual address for cmd rings */
[all …]