Searched defs:nvme_tcp_queue (Results 1 – 1 of 1) sorted by relevance
74 struct nvme_tcp_queue { struct75 struct socket *sock;76 struct work_struct io_work;77 int io_cpu;79 struct mutex send_mutex;80 struct llist_head req_list;81 struct list_head send_list;82 bool more_requests;85 void *pdu;86 int pdu_remaining;[all …]