Lines Matching defs:lpfc_sli
351 struct lpfc_sli { struct
368 struct lpfc_sli_ring *sli3_ring; argument
370 struct lpfc_sli_stat slistat; /* SLI statistical info */ argument
371 struct list_head mboxq;
372 uint16_t mboxq_cnt; /* current length of queue */
373 uint16_t mboxq_max; /* max length */
374 LPFC_MBOXQ_t *mbox_active; /* active mboxq information */
375 struct list_head mboxq_cmpl;
377 struct timer_list mbox_tmo; /* Hold clk to timeout active mbox
381 struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */
382 size_t iocbq_lookup_len; /* current lengs of the array */
383 uint16_t last_iotag; /* last allocated IOTAG */
384 time64_t stats_start; /* in seconds */
385 struct lpfc_lnk_stat lnk_stat_offsets;