Lines Matching defs:lpfc_sli
288 struct lpfc_sli { struct
300 struct lpfc_sli_ring *ring; argument
306 struct lpfc_sli_stat slistat; /* SLI statistical info */ argument
307 struct list_head mboxq;
308 uint16_t mboxq_cnt; /* current length of queue */
309 uint16_t mboxq_max; /* max length */
310 LPFC_MBOXQ_t *mbox_active; /* active mboxq information */
311 struct list_head mboxq_cmpl;
313 struct timer_list mbox_tmo; /* Hold clk to timeout active mbox
317 struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */
318 size_t iocbq_lookup_len; /* current lengs of the array */
319 uint16_t last_iotag; /* last allocated IOTAG */
320 unsigned long stats_start; /* in seconds */
321 struct lpfc_lnk_stat lnk_stat_offsets;