Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c11928 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe() local
11935 if (unlikely(!hrq) || unlikely(!drq)) in lpfc_sli4_sp_handle_rcqe()
11942 if (rq_id != hrq->queue_id) in lpfc_sli4_sp_handle_rcqe()
11950 hrq->RQ_buf_trunc++; in lpfc_sli4_sp_handle_rcqe()
11952 lpfc_sli4_rq_release(hrq, drq); in lpfc_sli4_sp_handle_rcqe()
11956 hrq->RQ_no_buf_found++; in lpfc_sli4_sp_handle_rcqe()
11960 hrq->RQ_rcv_buf++; in lpfc_sli4_sp_handle_rcqe()
11972 hrq->RQ_no_posted_buf++; in lpfc_sli4_sp_handle_rcqe()
13647 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_create() argument
13662 if (!hrq || !drq || !cq) in lpfc_rq_create()
[all …]