Home
last modified time | relevance | path

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

/Linux-v4.19/net/9p/
Dprotocol.c44 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
102 p9pdu_vreadf(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vreadf() argument
152 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
194 errcode = p9pdu_readf(pdu, proto_version, "bdq", in p9pdu_vreadf()
208 p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
228 p9pdu_readf(pdu, proto_version, "d", count); in p9pdu_vreadf()
241 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
258 proto_version, in p9pdu_vreadf()
286 p9pdu_readf(pdu, proto_version, "w", nwqid); in p9pdu_vreadf()
302 proto_version, in p9pdu_vreadf()
[all …]
Dclient.c71 return clnt->proto_version == p9_proto_2000L; in p9_is_proto_dotl()
77 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu()
87 switch (clnt->proto_version) { in p9_show_client_options()
156 clnt->proto_version = p9_proto_2000L; in parse_opts()
205 clnt->proto_version = p9_proto_legacy; in parse_opts()
219 clnt->proto_version = r; in parse_opts()
540 err = p9pdu_readf(req->rc, c->proto_version, "s?d", in p9_check_errors()
556 err = p9pdu_readf(req->rc, c->proto_version, "d", &ecode); in p9_check_errors()
626 err = p9pdu_readf(req->rc, c->proto_version, "s?d", in p9_check_zc_errors()
642 err = p9pdu_readf(req->rc, c->proto_version, "d", &ecode); in p9_check_zc_errors()
[all …]
Dprotocol.h28 int p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt,
30 int p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
/Linux-v4.19/drivers/platform/chrome/
Dcros_ec_proto.c34 BUG_ON(ec_dev->proto_version != EC_HOST_REQUEST_VERSION); in prepare_packet()
65 if (ec_dev->proto_version > 2) in send_command()
122 if (ec_dev->proto_version > 2) in cros_ec_prepare_tx()
338 ec_dev->proto_version = 3; in cros_ec_query_all()
348 ec_dev->proto_version = in cros_ec_query_all()
353 ec_dev->proto_version); in cros_ec_query_all()
378 ec_dev->proto_version = 2; in cros_ec_query_all()
397 ec_dev->proto_version = EC_PROTO_VERSION_UNKNOWN; in cros_ec_query_all()
451 if (ec_dev->proto_version == EC_PROTO_VERSION_UNKNOWN) { in cros_ec_cmd_xfer()
/Linux-v4.19/drivers/input/mouse/
Dalps.c259 if (priv->proto_version == ALPS_PROTO_V1) { in alps_process_packet_v1_v2()
464 if (priv->proto_version == ALPS_PROTO_V5) { in alps_process_bitmap()
470 if (priv->proto_version == ALPS_PROTO_V3 || in alps_process_bitmap()
471 priv->proto_version == ALPS_PROTO_V4) { in alps_process_bitmap()
1476 if (priv->proto_version == ALPS_PROTO_V2 && in alps_report_bare_ps2_packet()
1619 if (priv->proto_version != ALPS_PROTO_V8 && in alps_process_byte()
1646 if (priv->proto_version < ALPS_PROTO_V5 && in alps_process_byte()
1653 if (priv->proto_version == ALPS_PROTO_V3_RUSHMORE && in alps_process_byte()
1670 if ((priv->proto_version == ALPS_PROTO_V7 && in alps_process_byte()
1672 (priv->proto_version == ALPS_PROTO_V8 && in alps_process_byte()
[all …]
Dalps.h300 u16 proto_version; member
/Linux-v4.19/drivers/infiniband/hw/usnic/
Dusnic_fwd.h105 filter->u.usnic.proto_version = (USNIC_ROCE_GRH_VER << in usnic_fwd_init_usnic_filter()
/Linux-v4.19/include/linux/mfd/
Dcros_ec.h133 u16 proto_version; member
/Linux-v4.19/include/uapi/linux/
Dauto_fs.h46 int proto_version; /* Protocol version */ member
/Linux-v4.19/include/net/9p/
Dclient.h155 unsigned char proto_version; member
/Linux-v4.19/net/l2tp/
Dl2tp_netlink.c167 int proto_version; in l2tp_nl_cmd_tunnel_create() local
190 proto_version = nla_get_u8(info->attrs[L2TP_ATTR_PROTO_VERSION]); in l2tp_nl_cmd_tunnel_create()
243 ret = l2tp_tunnel_create(net, fd, proto_version, tunnel_id, in l2tp_nl_cmd_tunnel_create()
/Linux-v4.19/drivers/net/ethernet/cisco/enic/
Dvnic_devcmd.h578 u8 proto_version; member
/Linux-v4.19/fs/autofs/
Dexpire.c589 pkt.hdr.proto_version = sbi->version; in autofs_expire_run()
Dwaitq.c100 pkt.hdr.proto_version = sbi->version; in autofs_notify_daemon()
/Linux-v4.19/drivers/net/
Dthunderbolt.c97 u32 proto_version; member
262 request.proto_version = TBIP_LOGIN_PROTO_VERSION; in tbnet_login_request()