Searched refs:hrq (Results 1 – 1 of 1) sorted by relevance
11928 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; in lpfc_sli4_sp_handle_rcqe() local11935 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() argument13662 if (!hrq || !drq || !cq) in lpfc_rq_create()[all …]