Home
last modified time | relevance | path

Searched refs:p9_proto_2000u (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/9p/
H A Dclient.h27 p9_proto_2000u, enumerator
/openbmc/linux/net/9p/
H A Dclient.c65 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu()
79 case p9_proto_2000u: in p9_show_client_options()
114 version = p9_proto_2000u; in get_protocol_version()
924 case p9_proto_2000u: in p9_client_version()
950 c->proto_version = p9_proto_2000u; in p9_client_version()
1807 if (proto_version == p9_proto_2000u || in p9_client_statsize()
H A Dprotocol.c509 if ((proto_version != p9_proto_2000u) && in p9pdu_vreadf()
679 if ((proto_version != p9_proto_2000u) && in p9pdu_vwritef()