Home
last modified time | relevance | path

Searched refs:lpfc_sli4_qe (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli4.h1188 static inline void *lpfc_sli4_qe(struct lpfc_queue *q, uint16_t idx) in lpfc_sli4_qe() function
H A Dlpfc_sli.c273 temp_wqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_wq_put()
384 temp_mqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_mq_put()
444 eqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_eq_get()
685 cqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_cq_get()
805 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index); in lpfc_sli4_rq_put()
806 temp_drqe = lpfc_sli4_qe(dq, dq_put_index); in lpfc_sli4_rq_put()
9202 (struct lpfc_cqe *)lpfc_sli4_qe(mcq, idx)) == qe_valid) { in lpfc_sli4_mbox_completions_pending()
9203 mcqe = (struct lpfc_mcqe *)(lpfc_sli4_qe(mcq, idx)); in lpfc_sli4_mbox_completions_pending()
H A Dlpfc_debugfs.c4250 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_read_qe()
4568 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_write()