Searched refs:lpfc_sli4_qe (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 355 pword = lpfc_sli4_qe(q, idx); in lpfc_debug_dump_qe()
|
D | lpfc_sli4.h | 1174 static inline void *lpfc_sli4_qe(struct lpfc_queue *q, uint16_t idx) in lpfc_sli4_qe() function
|
D | lpfc_sli.c | 278 temp_wqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_wq_put() 389 temp_mqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_mq_put() 449 eqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_eq_get() 690 cqe = lpfc_sli4_qe(q, q->host_index); in lpfc_sli4_cq_get() 810 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index); in lpfc_sli4_rq_put() 811 temp_drqe = lpfc_sli4_qe(dq, dq_put_index); in lpfc_sli4_rq_put() 8929 (struct lpfc_cqe *)lpfc_sli4_qe(mcq, idx)) == qe_valid) { in lpfc_sli4_mbox_completions_pending() 8930 mcqe = (struct lpfc_mcqe *)(lpfc_sli4_qe(mcq, idx)); in lpfc_sli4_mbox_completions_pending()
|
D | lpfc_debugfs.c | 4214 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_read_qe() 4532 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_write()
|