Home
last modified time | relevance | path

Searched defs:hbq_s (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc.h508 struct hbq_s { struct
509 uint16_t entry_count; /* Current number of HBQ slots */
510 uint16_t buffer_count; /* Current number of buffers posted */
511 uint32_t next_hbqPutIdx; /* Index to next HBQ slot to use */
512 uint32_t hbqPutIdx; /* HBQ slot to use */
513 uint32_t local_hbqGetIdx; /* Local copy of Get index from Port */
514 void *hbq_virt; /* Virtual ptr to this hbq */
515 struct list_head hbq_buffer_list; /* buffers assigned to this HBQ */
517 struct hbq_dmabuf *(*hbq_alloc_buffer) (struct lpfc_hba *);
519 void (*hbq_free_buffer) (struct lpfc_hba *,