Searched defs:lpfc_io_buf (Results 1 – 2 of 2) sorted by relevance
415 struct lpfc_io_buf { struct417 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 …]
22115 lpfc_io_buf(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp, int idx) in lpfc_io_buf() function