Lines Matching defs:lpfc_sli
312 struct lpfc_sli { struct
326 struct lpfc_sli_ring *sli3_ring; argument
328 struct lpfc_sli_stat slistat; /* SLI statistical info */ argument
329 struct list_head mboxq;
330 uint16_t mboxq_cnt; /* current length of queue */
331 uint16_t mboxq_max; /* max length */
332 LPFC_MBOXQ_t *mbox_active; /* active mboxq information */
333 struct list_head mboxq_cmpl;
335 struct timer_list mbox_tmo; /* Hold clk to timeout active mbox
339 struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */
340 size_t iocbq_lookup_len; /* current lengs of the array */
341 uint16_t last_iotag; /* last allocated IOTAG */
342 time64_t stats_start; /* in seconds */
343 struct lpfc_lnk_stat lnk_stat_offsets;