Searched defs:p9_conn (Results 1 – 1 of 1) sorted by relevance
136 struct p9_conn { struct137 struct list_head mux_list;138 struct p9_client *client;139 int err;140 struct list_head req_list;164 static void p9_mux_poll_stop(struct p9_conn *m) in p9_mux_poll_stop() argument