Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli.c11946 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe() local
11953 if (unlikely(!hrq) || unlikely(!drq)) in lpfc_sli4_sp_handle_rcqe()
11960 if (rq_id != hrq->queue_id) in lpfc_sli4_sp_handle_rcqe()
11968 hrq->RQ_buf_trunc++; in lpfc_sli4_sp_handle_rcqe()
11970 lpfc_sli4_rq_release(hrq, drq); in lpfc_sli4_sp_handle_rcqe()
11974 hrq->RQ_no_buf_found++; in lpfc_sli4_sp_handle_rcqe()
11978 hrq->RQ_rcv_buf++; in lpfc_sli4_sp_handle_rcqe()
11990 hrq->RQ_no_posted_buf++; in lpfc_sli4_sp_handle_rcqe()
13671 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, in lpfc_rq_create() argument
13686 if (!hrq || !drq || !cq) in lpfc_rq_create()
[all …]