Searched defs:p9_conn (Results 1 – 1 of 1) sorted by relevance
112 struct p9_conn { struct113 struct list_head mux_list;114 struct p9_client *client;115 int err;116 spinlock_t req_lock;117 struct list_head req_list;118 struct list_head unsent_req_list;119 struct p9_req_t *rreq;120 struct p9_req_t *wreq;121 char tmp_buf[P9_HDRSZ];[all …]