Home
last modified time | relevance | path

Searched defs:p9_conn (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/9p/
H A Dtrans_fd.c113 struct p9_conn { struct
114 struct list_head mux_list;
115 struct p9_client *client;
116 int err;
117 spinlock_t req_lock;
118 struct list_head req_list;
119 struct list_head unsent_req_list;
120 struct p9_req_t *rreq;
121 struct p9_req_t *wreq;
122 char tmp_buf[P9_HDRSZ];
[all …]