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