Lines Matching defs:ibmvfc_host
677 struct ibmvfc_host { struct
681 enum ibmvfc_host_state state; argument
682 enum ibmvfc_host_action action; argument
686 struct ibmvfc_trace_entry *trace;
687 u32 trace_index:IBMVFC_NUM_TRACE_INDEX_BITS;
688 int num_targets;
689 struct list_head targets;
690 struct list_head sent;
691 struct list_head free;
692 struct device *dev;
693 struct ibmvfc_event_pool pool;
694 struct dma_pool *sg_pool;
695 mempool_t *tgt_pool;
696 struct ibmvfc_crq_queue crq;
697 struct ibmvfc_async_crq_queue async_crq;
698 struct ibmvfc_npiv_login login_info;
722 void (*job_step) (struct ibmvfc_host *); argument
723 struct task_struct *work_thread;
724 struct tasklet_struct tasklet;
725 struct work_struct rport_add_work_q;
726 wait_queue_head_t init_wait_q;
727 wait_queue_head_t work_wait_q;