lpfc_hbq_entry
struct lpfc_hbq_entry *hbqe;
hbqe = (struct lpfc_hbq_entry *) phba->hbqs[i].hbq_virt;
struct lpfc_hbq_entry buff;
struct lpfc_hbq_entry buff[5];
#define LPFC_TOTAL_HBQ_SIZE (sizeof(struct lpfc_hbq_entry) * \
sizeof(struct lpfc_hbq_entry));
hbq_entry_index * sizeof(struct lpfc_hbq_entry);
static struct lpfc_hbq_entry *
return (struct lpfc_hbq_entry *) phba->hbqs[hbqno].hbq_virt +
struct lpfc_hbq_entry *hbqe;
struct lpfc_hbq_entry *hbqe = NULL;
hbqe = (struct lpfc_hbq_entry *)
hbqe = (struct lpfc_hbq_entry *)
return lpfc_sli_hbq_entry_count() * sizeof(struct lpfc_hbq_entry);