Searched defs:nvme_tcp_queue (Results 1 – 1 of 1) sorted by relevance
141 struct nvme_tcp_queue { struct142 struct socket *sock;143 struct work_struct io_work;144 int io_cpu;146 struct mutex queue_lock;147 struct mutex send_mutex;148 struct llist_head req_list;149 struct list_head send_list;152 void *pdu;153 int pdu_remaining;[all …]