Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_sli.h201 struct lpfc_sli3_ring { struct
202 uint32_t local_getidx; /* last available cmd index (from cmdGetInx) */
203 uint32_t next_cmdidx; /* next_cmd index */
204 uint32_t rspidx; /* current index in response ring */
205 uint32_t cmdidx; /* current index in command ring */
206 uint16_t numCiocb; /* number of command iocb's per ring */
207 uint16_t numRiocb; /* number of rsp iocb's per ring */
208 uint16_t sizeCiocb; /* Size of command iocb's in this ring */
209 uint16_t sizeRiocb; /* Size of response iocb's in this ring */
210 uint32_t *cmdringaddr; /* virtual address for cmd rings */
[all …]