Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_sli.h415 struct lpfc_io_buf { struct
417 struct list_head list;
418 void *data;
433 uint16_t hdwq_no;
434 uint16_t cpu;
437 uint32_t timeout;
438 uint16_t flags;
456 union {
497 uint64_t ts_last_cmd;
499 uint64_t ts_isr_cmpl;
[all …]
H A Dlpfc_sli.c22115 lpfc_io_buf(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, int idx) in lpfc_io_buf() function