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