Home
last modified time | relevance | path

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

/linux-4.4.14/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()
257 proto_version, in p9pdu_vreadf()
285 p9pdu_readf(pdu, proto_version, "w", nwqid); in p9pdu_vreadf()
301 proto_version, in p9pdu_vreadf()
[all …]
Dclient.c70 return clnt->proto_version == p9_proto_2000L; in p9_is_proto_dotl()
76 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu()
131 clnt->proto_version = p9_proto_2000L; in parse_opts()
180 clnt->proto_version = p9_proto_legacy; in parse_opts()
196 clnt->proto_version = ret; in parse_opts()
516 err = p9pdu_readf(req->rc, c->proto_version, "s?d", in p9_check_errors()
532 err = p9pdu_readf(req->rc, c->proto_version, "d", &ecode); in p9_check_errors()
603 err = p9pdu_readf(req->rc, c->proto_version, "s?d", in p9_check_zc_errors()
619 err = p9pdu_readf(req->rc, c->proto_version, "d", &ecode); in p9_check_zc_errors()
704 err = p9pdu_vwritef(req->tc, c->proto_version, fmt, ap); in p9_client_prepare_req()
[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-4.4.14/drivers/platform/chrome/
Dcros_ec_proto.c33 BUG_ON(ec_dev->proto_version != EC_HOST_REQUEST_VERSION); in prepare_packet()
63 if (ec_dev->proto_version > 2) in send_command()
117 if (ec_dev->proto_version > 2) in cros_ec_prepare_tx()
250 ec_dev->proto_version = 3; in cros_ec_query_all()
260 ec_dev->proto_version = in cros_ec_query_all()
265 ec_dev->proto_version); in cros_ec_query_all()
290 ec_dev->proto_version = 2; in cros_ec_query_all()
309 ec_dev->proto_version = EC_PROTO_VERSION_UNKNOWN; in cros_ec_query_all()
343 if (ec_dev->proto_version == EC_PROTO_VERSION_UNKNOWN) { in cros_ec_cmd_xfer()
/linux-4.4.14/include/uapi/linux/
Dauto_fs.h48 int proto_version; /* Protocol version */ member
/linux-4.4.14/drivers/input/mouse/
Dalps.c252 if (priv->proto_version == ALPS_PROTO_V1) { in alps_process_packet_v1_v2()
457 if (priv->proto_version == ALPS_PROTO_V5) { in alps_process_bitmap()
463 if (priv->proto_version == ALPS_PROTO_V3 || in alps_process_bitmap()
464 priv->proto_version == ALPS_PROTO_V4) { in alps_process_bitmap()
1401 if (priv->proto_version == ALPS_PROTO_V2 && in alps_report_bare_ps2_packet()
1547 if (priv->proto_version != ALPS_PROTO_V8 && in alps_process_byte()
1574 if (priv->proto_version < ALPS_PROTO_V5 && in alps_process_byte()
1581 if (priv->proto_version == ALPS_PROTO_V3_RUSHMORE && in alps_process_byte()
1598 if ((priv->proto_version == ALPS_PROTO_V7 && in alps_process_byte()
1600 (priv->proto_version == ALPS_PROTO_V8 && in alps_process_byte()
[all …]
Dalps.h262 u16 proto_version; member
/linux-4.4.14/include/linux/mfd/
Dcros_ec.h125 u16 proto_version; member
/linux-4.4.14/drivers/infiniband/hw/usnic/
Dusnic_fwd.h104 filter->u.usnic.proto_version = (USNIC_ROCE_GRH_VER << in usnic_fwd_init_usnic_filter()
/linux-4.4.14/include/net/9p/
Dclient.h155 unsigned char proto_version; member
/linux-4.4.14/net/l2tp/
Dl2tp_netlink.c172 int proto_version; in l2tp_nl_cmd_tunnel_create() local
195 proto_version = nla_get_u8(info->attrs[L2TP_ATTR_PROTO_VERSION]); in l2tp_nl_cmd_tunnel_create()
254 ret = l2tp_tunnel_create(net, fd, proto_version, tunnel_id, in l2tp_nl_cmd_tunnel_create()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Dvnic_devcmd.h534 u8 proto_version; member
/linux-4.4.14/fs/autofs4/
Dexpire.c536 pkt.hdr.proto_version = sbi->version; in autofs4_expire_run()
Dwaitq.c110 pkt.hdr.proto_version = sbi->version; in autofs4_notify_daemon()