Home
last modified time | relevance | path

Searched defs:lpfc_hbq_init (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_sli.h299 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;
[all …]