Searched defs:p9_conn (Results 1 – 1 of 1) sorted by relevance
126 struct p9_conn { struct127 struct list_head mux_list;128 struct p9_client *client;129 int err;130 struct list_head req_list;131 struct list_head unsent_req_list;132 struct p9_req_t *req;133 char tmp_buf[7];134 int rsize;135 int rpos;[all …]