Lines Matching defs:ibmvfc_host
772 struct ibmvfc_host { struct
776 enum ibmvfc_host_state state; argument
777 enum ibmvfc_host_action action; argument
781 struct ibmvfc_trace_entry *trace;
782 u32 trace_index:IBMVFC_NUM_TRACE_INDEX_BITS;
783 int num_targets;
784 struct list_head targets;
785 struct list_head sent;
786 struct list_head free;
787 struct device *dev;
788 struct ibmvfc_event_pool pool;
789 struct dma_pool *sg_pool;
790 mempool_t *tgt_pool;
791 struct ibmvfc_crq_queue crq;
792 struct ibmvfc_async_crq_queue async_crq;
793 struct ibmvfc_npiv_login login_info;
817 void (*job_step) (struct ibmvfc_host *); argument
818 struct task_struct *work_thread;
819 struct tasklet_struct tasklet;
820 struct work_struct rport_add_work_q;
821 wait_queue_head_t init_wait_q;
822 wait_queue_head_t work_wait_q;