Lines Matching defs:lpfc_hbq_init
282 struct lpfc_hbq_init { struct
283 uint32_t rn; /* Receive buffer notification */
284 uint32_t entry_count; /* max # of entries in HBQ */
285 uint32_t headerLen; /* 0 if not profile 4 or 5 */
286 uint32_t logEntry; /* Set to 1 if this HBQ used for LogEntry */
287 uint32_t profile; /* Selection profile 0=all, 7=logentry */
288 uint32_t ring_mask; /* Binds HBQ to a ring e.g. Ring0=b0001,
290 uint32_t hbq_index; /* index of this hbq in ring .HBQs[] */
292 uint32_t seqlenoff;
293 uint32_t maxlen;
294 uint32_t seqlenbcnt;
295 uint32_t cmdcodeoff;
296 uint32_t cmdmatch[8];
297 uint32_t mask_count; /* number of mask entries in prt array */
298 struct hbq_mask hbqMasks[6];
301 uint32_t buffer_count; /* number of buffers allocated */
302 uint32_t init_count; /* number to allocate when initialized */
303 uint32_t add_count; /* number to allocate when starved */