Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/lpfc/
Dlpfc_sli.h369 struct lpfc_sli { struct
386 struct lpfc_sli_ring *sli3_ring; argument
388 struct lpfc_sli_stat slistat; /* SLI statistical info */ argument
389 struct list_head mboxq;
390 uint16_t mboxq_cnt; /* current length of queue */
391 uint16_t mboxq_max; /* max length */
392 LPFC_MBOXQ_t *mbox_active; /* active mboxq information */
393 struct list_head mboxq_cmpl;
395 struct timer_list mbox_tmo; /* Hold clk to timeout active mbox
399 struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */
[all …]