Lines Matching defs:lpfc_sli
260 struct lpfc_sli { struct
272 struct lpfc_sli_ring ring[LPFC_MAX_RING]; argument
278 struct lpfc_sli_stat slistat; /* SLI statistical info */ argument
279 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 mbox
289 struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */
290 size_t iocbq_lookup_len; /* current lengs of the array */
291 uint16_t last_iotag; /* last allocated IOTAG */
292 unsigned long stats_start; /* in seconds */
293 struct lpfc_lnk_stat lnk_stat_offsets;