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