Searched defs:lpfc_hbq_init (Results 1 – 1 of 1) sorted by relevance
237 struct lpfc_hbq_init { struct238 uint32_t rn; /* Receive buffer notification */239 uint32_t entry_count; /* max # of entries in HBQ */240 uint32_t headerLen; /* 0 if not profile 4 or 5 */241 uint32_t logEntry; /* Set to 1 if this HBQ used for LogEntry */242 uint32_t profile; /* Selection profile 0=all, 7=logentry */243 uint32_t ring_mask; /* Binds HBQ to a ring e.g. Ring0=b0001,245 uint32_t hbq_index; /* index of this hbq in ring .HBQs[] */247 uint32_t seqlenoff;248 uint32_t maxlen;[all …]