Searched refs:cqevt (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.c9048 struct lpfc_cqe cqevt; local
9052 lpfc_sli_pcimem_bcopy(cqe, &cqevt, sizeof(struct lpfc_cqe));
9055 switch (bf_get(lpfc_cqe_code, &cqevt)) {
9060 (struct lpfc_wcqe_complete *)&cqevt);
9065 (struct lpfc_wcqe_release *)&cqevt);
9071 (struct sli4_wcqe_xri_aborted *)&cqevt);
9077 (struct lpfc_rcqe *)&cqevt);
9082 bf_get(lpfc_cqe_code, &cqevt));

Completed in 87 milliseconds