Searched defs:lpfc_bsg_event (Results 1 – 1 of 1) sorted by relevance
53 struct lpfc_bsg_event { struct54 struct list_head node;55 struct kref kref;56 wait_queue_head_t wq;59 uint32_t type_mask;60 uint32_t req_id;61 uint32_t reg_id;64 unsigned long wait_time_stamp;65 int waiting;68 struct list_head events_to_get;[all …]