Searched defs:nvme_tcp_queue (Results 1 – 1 of 1) sorted by relevance
131 struct nvme_tcp_queue { struct132 struct socket *sock;133 struct work_struct io_work;134 int io_cpu;136 struct mutex queue_lock;137 struct mutex send_mutex;138 struct llist_head req_list;139 struct list_head send_list;142 void *pdu;143 int pdu_remaining;[all …]