Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h349 struct lpfc_sli { struct
366 struct lpfc_sli_ring *sli3_ring; argument
368 struct lpfc_sli_stat slistat; /* SLI statistical info */ argument
369 struct list_head mboxq;
370 uint16_t mboxq_cnt; /* current length of queue */
371 uint16_t mboxq_max; /* max length */
372 LPFC_MBOXQ_t *mbox_active; /* active mboxq information */
373 struct list_head mboxq_cmpl;
375 struct timer_list mbox_tmo; /* Hold clk to timeout active mbox
379 struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */
[all …]