Lines Matching defs:lpfc_hbq_init
212 struct lpfc_hbq_init { struct
213 uint32_t rn; /* Receive buffer notification */
214 uint32_t entry_count; /* max # of entries in HBQ */
215 uint32_t headerLen; /* 0 if not profile 4 or 5 */
216 uint32_t logEntry; /* Set to 1 if this HBQ used for LogEntry */
217 uint32_t profile; /* Selection profile 0=all, 7=logentry */
218 uint32_t ring_mask; /* Binds HBQ to a ring e.g. Ring0=b0001,
220 uint32_t hbq_index; /* index of this hbq in ring .HBQs[] */
222 uint32_t seqlenoff;
223 uint32_t maxlen;
224 uint32_t seqlenbcnt;
225 uint32_t cmdcodeoff;
226 uint32_t cmdmatch[8];
227 uint32_t mask_count; /* number of mask entries in prt array */
228 struct hbq_mask hbqMasks[6];
231 uint32_t buffer_count; /* number of buffers allocated */
232 uint32_t init_count; /* number to allocate when initialized */
233 uint32_t add_count; /* number to allocate when starved */