Searched defs:lpfc_queue (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc_sli4.h128 struct lpfc_queue { struct
521 struct lpfc_queue **hba_eq;/* Event queues for HBA */
522 struct lpfc_queue **fcp_cq;/* Fast-path FCP compl queue */
523 struct lpfc_queue **fcp_wq;/* Fast-path FCP work queue */
526 struct lpfc_queue *mbx_cq; /* Slow-path mailbox complete queue */
527 struct lpfc_queue *els_cq; /* Slow-path ELS response complete queue */
528 struct lpfc_queue *mbx_wq; /* Slow-path MBOX work queue */
529 struct lpfc_queue *els_wq; /* Slow-path ELS work queue */
530 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */
531 struct lpfc_queue *dat_r
[all...]

Completed in 15 milliseconds