Searched defs:lpfc_sli (Results 1 – 1 of 1) sorted by relevance
317 struct lpfc_sli { struct335 struct lpfc_sli_ring *sli3_ring; argument337 struct lpfc_sli_stat slistat; /* SLI statistical info */ argument338 struct list_head mboxq;339 uint16_t mboxq_cnt; /* current length of queue */340 uint16_t mboxq_max; /* max length */341 LPFC_MBOXQ_t *mbox_active; /* active mboxq information */342 struct list_head mboxq_cmpl;344 struct timer_list mbox_tmo; /* Hold clk to timeout active mbox348 struct lpfc_iocbq ** iocbq_lookup; /* array to lookup IOCB by IOTAG */[all …]