Searched defs:ibmvfc_host (Results 1 – 2 of 2) sorted by relevance
840 struct ibmvfc_host { struct844 enum ibmvfc_host_state state; argument845 enum ibmvfc_host_action action; argument850 struct ibmvfc_trace_entry *trace;851 atomic_t trace_index;852 int num_targets;853 struct list_head targets;854 struct list_head purge;855 struct device *dev;856 struct dma_pool *sg_pool;[all …]
772 struct ibmvfc_host { struct776 enum ibmvfc_host_state state; argument777 enum ibmvfc_host_action action; argument781 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;[all …]