Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_sli.h196 struct lpfc_sli3_ring { struct
197 uint32_t local_getidx; /* last available cmd index (from cmdGetInx) */
198 uint32_t next_cmdidx; /* next_cmd index */
199 uint32_t rspidx; /* current index in response ring */
200 uint32_t cmdidx; /* current index in command ring */
201 uint16_t numCiocb; /* number of command iocb's per ring */
202 uint16_t numRiocb; /* number of rsp iocb's per ring */
203 uint16_t sizeCiocb; /* Size of command iocb's in this ring */
204 uint16_t sizeRiocb; /* Size of response iocb's in this ring */
205 uint32_t *cmdringaddr; /* virtual address for cmd rings */
[all …]