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

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h355 pword = lpfc_sli4_qe(q, idx);
H A Dlpfc_sli4.h1177 static inline void *lpfc_sli4_qe(struct lpfc_queue *q, uint16_t idx) function
H A Dlpfc_debugfs.c4219 pentry = lpfc_sli4_qe(pque, index);
4537 pentry = lpfc_sli4_qe(pque, index);
H A Dlpfc_sli.c278 temp_wqe = lpfc_sli4_qe(q, q->host_index);
389 temp_mqe = lpfc_sli4_qe(q, q->host_index);
449 eqe = lpfc_sli4_qe(q, q->host_index);
690 cqe = lpfc_sli4_qe(q, q->host_index);
810 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index);
811 temp_drqe = lpfc_sli4_qe(dq, dq_put_index);
9159 (struct lpfc_cqe *)lpfc_sli4_qe(mcq, idx)) == qe_valid) {
9160 mcqe = (struct lpfc_mcqe *)(lpfc_sli4_qe(mcq, idx));
15886 /* use lpfc_sli4_qe to index a paritcular entry in this page */

Completed in 179 milliseconds