Searched refs:hrq (Results 1 - 1 of 1) 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_sli.c8989 struct lpfc_queue *hrq = phba->sli4_hba.hdr_rq; local
8995 if (bf_get(lpfc_rcqe_rq_id, rcqe) != hrq->queue_id)
9004 lpfc_sli4_rq_release(hrq, drq);
10219 * @hrq: The queue structure to use to create the header receive queue.
10223 * This function creates a receive buffer queue pair , as detailed in @hrq and
10227 * The @phba struct is used to send mailbox command to HBA. The @drq and @hrq
10240 lpfc_rq_create(struct lpfc_hba *phba, struct lpfc_queue *hrq, argument
10254 if (hrq->entry_count != drq->entry_count)
10265 switch (hrq->entry_count) {
10269 hrq
10621 lpfc_rq_destroy(struct lpfc_hba *phba, struct lpfc_queue *hrq, struct lpfc_queue *drq) argument
[all...]

Completed in 109 milliseconds