/Linux-v4.19/net/9p/ |
D | protocol.c | 44 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 …]
|
D | client.c | 71 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 …]
|
D | protocol.h | 28 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/ |
D | cros_ec_proto.c | 34 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/ |
D | alps.c | 259 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 …]
|
D | alps.h | 300 u16 proto_version; member
|
/Linux-v4.19/drivers/infiniband/hw/usnic/ |
D | usnic_fwd.h | 105 filter->u.usnic.proto_version = (USNIC_ROCE_GRH_VER << in usnic_fwd_init_usnic_filter()
|
/Linux-v4.19/include/linux/mfd/ |
D | cros_ec.h | 133 u16 proto_version; member
|
/Linux-v4.19/include/uapi/linux/ |
D | auto_fs.h | 46 int proto_version; /* Protocol version */ member
|
/Linux-v4.19/include/net/9p/ |
D | client.h | 155 unsigned char proto_version; member
|
/Linux-v4.19/net/l2tp/ |
D | l2tp_netlink.c | 167 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/ |
D | vnic_devcmd.h | 578 u8 proto_version; member
|
/Linux-v4.19/fs/autofs/ |
D | expire.c | 589 pkt.hdr.proto_version = sbi->version; in autofs_expire_run()
|
D | waitq.c | 100 pkt.hdr.proto_version = sbi->version; in autofs_notify_daemon()
|
/Linux-v4.19/drivers/net/ |
D | thunderbolt.c | 97 u32 proto_version; member 262 request.proto_version = TBIP_LOGIN_PROTO_VERSION; in tbnet_login_request()
|