Searched defs:p9_conn (Results 1 – 1 of 1) sorted by relevance
115 struct p9_conn { struct116 struct list_head mux_list;117 struct p9_client *client;118 int err;119 struct list_head req_list;120 struct list_head unsent_req_list;121 struct p9_req_t *rreq;122 struct p9_req_t *wreq;123 char tmp_buf[7];147 struct p9_conn conn; argument