Home
last modified time | relevance | path

Searched refs:proto_version (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/net/9p/
H A Dprotocol.c29 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
92 p9pdu_vreadf(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vreadf() argument
142 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
184 errcode = p9pdu_readf(pdu, proto_version, "bdq", in p9pdu_vreadf()
198 p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
218 p9pdu_readf(pdu, proto_version, "d", count); in p9pdu_vreadf()
231 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
248 proto_version, in p9pdu_vreadf()
276 p9pdu_readf(pdu, proto_version, "w", nwqid); in p9pdu_vreadf()
292 proto_version, in p9pdu_vreadf()
[all …]
H A Dclient.c56 return clnt->proto_version == p9_proto_2000L; in p9_is_proto_dotl()
62 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu()
72 switch (clnt->proto_version) { in p9_show_client_options()
141 clnt->proto_version = p9_proto_2000L; in parse_opts()
196 clnt->proto_version = p9_proto_legacy; in parse_opts()
210 clnt->proto_version = r; in parse_opts()
524 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_errors()
540 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_errors()
612 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_zc_errors()
628 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_zc_errors()
[all …]
H A Dprotocol.h13 int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
15 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/asyncrpc/
H A Dclient.py17 def __init__(self, proto_name, proto_version, logger, timeout=30): argument
22 self.proto_version = proto_version
49 s = '%s %s\n\n' % (self.proto_name, self.proto_version)
H A Dserv.py53 self.proto_version = tuple(int(v) for v in client_proto_version.split('.'))
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_proto.c63 BUG_ON(ec_dev->proto_version != EC_HOST_REQUEST_VERSION); in prepare_packet()
94 if (ec_dev->proto_version > 2) in send_command()
177 if (ec_dev->proto_version > 2) in cros_ec_prepare_tx()
425 ec_dev->proto_version = 3; in cros_ec_query_all()
435 ec_dev->proto_version = in cros_ec_query_all()
440 ec_dev->proto_version); in cros_ec_query_all()
465 ec_dev->proto_version = 2; in cros_ec_query_all()
484 ec_dev->proto_version = EC_PROTO_VERSION_UNKNOWN; in cros_ec_query_all()
587 if (ec_dev->proto_version == EC_PROTO_VERSION_UNKNOWN) { in cros_ec_cmd_xfer()
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_netlink.c35 enum hsr_version proto_version; in hsr_newlink() local
84 proto_version = HSR_V0; in hsr_newlink()
91 proto_version = nla_get_u8(data[IFLA_HSR_VERSION]); in hsr_newlink()
92 if (proto_version > HSR_V1) { in hsr_newlink()
100 proto_version = PRP_V1; in hsr_newlink()
102 return hsr_dev_finalize(dev, link, multicast_spec, proto_version, extack); in hsr_newlink()
H A Dhsr_forward.c208 struct hsr_port *port, u8 proto_version) in hsr_fill_tag() argument
227 hsr_ethhdr->ethhdr.h_proto = htons(proto_version ? in hsr_fill_tag()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dalps.c257 if (priv->proto_version == ALPS_PROTO_V1) { in alps_process_packet_v1_v2()
462 if (priv->proto_version == ALPS_PROTO_V5) { in alps_process_bitmap()
468 if (priv->proto_version == ALPS_PROTO_V3 || in alps_process_bitmap()
469 priv->proto_version == ALPS_PROTO_V4) { in alps_process_bitmap()
1474 if (priv->proto_version == ALPS_PROTO_V2 && in alps_report_bare_ps2_packet()
1617 if (priv->proto_version != ALPS_PROTO_V8 && in alps_process_byte()
1644 if (priv->proto_version < ALPS_PROTO_V5 && in alps_process_byte()
1651 if (priv->proto_version == ALPS_PROTO_V3_RUSHMORE && in alps_process_byte()
1668 if ((priv->proto_version == ALPS_PROTO_V7 && in alps_process_byte()
1670 (priv->proto_version == ALPS_PROTO_V8 && in alps_process_byte()
[all …]
H A Dalps.h297 u16 proto_version; member
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dir_toy.c74 uint proto_version; member
115 irtoy->proto_version = version; in irtoy_response()
440 irtoy->hw_version, irtoy->sw_version, irtoy->proto_version); in irtoy_probe()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_proto.h149 u16 proto_version; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h105 filter->u.usnic.proto_version = (USNIC_ROCE_GRH_VER << in usnic_fwd_init_usnic_filter()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dauto_fs.h46 int proto_version; /* Protocol version */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dauto_fs.h44 int proto_version; /* Protocol version */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dauto_fs.h44 int proto_version; /* Protocol version */ member
/OK3568_Linux_fs/kernel/include/net/9p/
H A Dclient.h106 unsigned char proto_version; member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/hashserv/
H A Dserver.py192 return (self.proto_version > (1, 0) and self.proto_version <= (1, 1))
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_netlink.c188 int proto_version; in l2tp_nl_cmd_tunnel_create() local
212 proto_version = nla_get_u8(attrs[L2TP_ATTR_PROTO_VERSION]); in l2tp_nl_cmd_tunnel_create()
236 ret = l2tp_tunnel_create(fd, proto_version, tunnel_id, in l2tp_nl_cmd_tunnel_create()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/
H A Dvnic_devcmd.h578 u8 proto_version; member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A Dserv.py35 return (self.proto_version == (1, 0))
/OK3568_Linux_fs/kernel/fs/autofs/
H A Dwaitq.c97 pkt.hdr.proto_version = sbi->version; in autofs_notify_daemon()
H A Dexpire.c548 pkt.hdr.proto_version = sbi->version; in autofs_expire_run()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dthunderbolt.c94 u32 proto_version; member
259 request.proto_version = TBIP_LOGIN_PROTO_VERSION; in tbnet_login_request()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dautofs.rst341 int proto_version; /* Protocol version */