Searched defs:p9_conn (Results 1 – 1 of 1) sorted by relevance
77 struct p9_conn { struct78 struct list_head mux_list;79 struct p9_client *client;80 int err;81 spinlock_t req_lock;82 struct list_head req_list;83 struct list_head unsent_req_list;84 struct p9_req_t *rreq;85 struct p9_req_t *wreq;86 char tmp_buf[P9_HDRSZ];[all …]