Lines Matching defs:ibmvfc_host
684 struct ibmvfc_host { struct
688 enum ibmvfc_host_state state; argument
689 enum ibmvfc_host_action action; argument
693 struct ibmvfc_trace_entry *trace;
694 u32 trace_index:IBMVFC_NUM_TRACE_INDEX_BITS;
695 int num_targets;
696 struct list_head targets;
697 struct list_head sent;
698 struct list_head free;
699 struct device *dev;
700 struct ibmvfc_event_pool pool;
701 struct dma_pool *sg_pool;
702 mempool_t *tgt_pool;
703 struct ibmvfc_crq_queue crq;
704 struct ibmvfc_async_crq_queue async_crq;
705 struct ibmvfc_npiv_login login_info;
729 void (*job_step) (struct ibmvfc_host *); argument
730 struct task_struct *work_thread;
731 struct tasklet_struct tasklet;
732 struct work_struct rport_add_work_q;
733 wait_queue_head_t init_wait_q;
734 wait_queue_head_t work_wait_q;