Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
A Dlpfc_sli.h332 struct lpfc_sli { struct
350 struct lpfc_sli_ring *sli3_ring; argument
352 struct lpfc_sli_stat slistat; /* SLI statistical info */ argument
353 struct list_head mboxq;
354 uint16_t mboxq_cnt; /* current length of queue */
355 uint16_t mboxq_max; /* max length */
356 LPFC_MBOXQ_t *mbox_active; /* active mboxq information */
357 struct list_head mboxq_cmpl;
365 uint16_t last_iotag; /* last allocated IOTAG */
366 time64_t stats_start; /* in seconds */
[all …]

Completed in 7 milliseconds