Searched defs:lpfc_sli (Results 1 – 1 of 1) sorted by relevance
260 struct lpfc_sli { struct272 struct lpfc_sli_ring ring[LPFC_MAX_RING]; argument278 struct lpfc_sli_stat slistat; /* SLI statistical info */ argument279 struct list_head mboxq;280 uint16_t mboxq_cnt; /* current length of queue */281 uint16_t mboxq_max; /* max length */282 LPFC_MBOXQ_t *mbox_active; /* active mboxq information */283 struct list_head mboxq_cmpl;285 struct timer_list mbox_tmo; /* Hold clk to timeout active mbox289 struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */[all …]