Searched defs:nvme_tcp_queue (Results 1 – 1 of 1) sorted by relevance
116 struct nvme_tcp_queue { struct117 struct socket *sock;118 struct work_struct io_work;119 int io_cpu;121 struct mutex queue_lock;122 struct mutex send_mutex;123 struct llist_head req_list;124 struct list_head send_list;127 void *pdu;128 int pdu_remaining;[all …]