Searched refs:hdr_rq (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli4.h397 struct lpfc_queue *hdr_rq; /* Slow-path Header Receive queue */ member in struct:lpfc_sli4_hba
H A Dlpfc_init.c5906 phba->sli4_hba.hdr_rq = qdesc;
5921 lpfc_sli4_queue_free(phba->sli4_hba.hdr_rq);
5922 phba->sli4_hba.hdr_rq = NULL;
5992 lpfc_sli4_queue_free(phba->sli4_hba.hdr_rq);
5993 phba->sli4_hba.hdr_rq = NULL;
6228 if (!phba->sli4_hba.hdr_rq || !phba->sli4_hba.dat_rq) {
6233 rc = lpfc_rq_create(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq,
6244 phba->sli4_hba.hdr_rq->queue_id,
6291 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq);
H A Dlpfc_mbox.c2046 bf_set(lpfc_reg_fcfi_rq_id0, reg_fcfi, phba->sli4_hba.hdr_rq->queue_id);
H A Dlpfc_sli.c1388 rc = lpfc_sli4_rq_put(phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq,
3481 list_del_init(&phba->sli4_hba.hdr_rq->list);
8989 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq;

Completed in 112 milliseconds