Searched defs:nvme_tcp_queue (Results 1 – 1 of 1) sorted by relevance
112 struct nvme_tcp_queue { struct113 struct socket *sock;114 struct work_struct io_work;115 int io_cpu;117 struct mutex queue_lock;118 struct mutex send_mutex;119 struct llist_head req_list;120 struct list_head send_list;123 void *pdu;124 int pdu_remaining;[all …]