Searched defs:ibmvfc_queue (Results 1 – 1 of 1) sorted by relevance
794 struct ibmvfc_queue { struct795 union ibmvfc_msgs msgs;796 dma_addr_t msg_token;797 enum ibmvfc_msg_fmt fmt;798 int size, cur;799 spinlock_t _lock;800 spinlock_t *q_lock;802 struct ibmvfc_host *vhost;826 struct ibmvfc_queue *scrqs; argument