Searched defs:p9_conn (Results 1 – 1 of 1) sorted by relevance
113 struct p9_conn { struct114 struct list_head mux_list;115 struct p9_client *client;116 int err;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];145 struct p9_conn conn; argument