Lines Matching defs:lpfc_hbq_init
299 struct lpfc_hbq_init { struct
300 uint32_t rn; /* Receive buffer notification */
301 uint32_t entry_count; /* max # of entries in HBQ */
302 uint32_t headerLen; /* 0 if not profile 4 or 5 */
303 uint32_t logEntry; /* Set to 1 if this HBQ used for LogEntry */
304 uint32_t profile; /* Selection profile 0=all, 7=logentry */
305 uint32_t ring_mask; /* Binds HBQ to a ring e.g. Ring0=b0001,
307 uint32_t hbq_index; /* index of this hbq in ring .HBQs[] */
309 uint32_t seqlenoff;
310 uint32_t maxlen;
311 uint32_t seqlenbcnt;
312 uint32_t cmdcodeoff;
313 uint32_t cmdmatch[8];
314 uint32_t mask_count; /* number of mask entries in prt array */
315 struct hbq_mask hbqMasks[6];
318 uint32_t buffer_count; /* number of buffers allocated */
319 uint32_t init_count; /* number to allocate when initialized */
320 uint32_t add_count; /* number to allocate when starved */