/linux/net/9p/ |
H A D | protocol.c | 53 c->proto_version == p9_proto_2000L ? rlerror_size : rerror_size; in p9_msg_buf_size() 106 if (c->proto_version == p9_proto_legacy) { in p9_msg_buf_size() 194 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...); 258 p9pdu_vreadf(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vreadf() argument 308 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf() 350 errcode = p9pdu_readf(pdu, proto_version, "bdq", in p9pdu_vreadf() 364 p9pdu_readf(pdu, proto_version, in p9pdu_vreadf() 384 p9pdu_readf(pdu, proto_version, "d", count); in p9pdu_vreadf() 399 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf() 418 proto_version, in p9pdu_vreadf() [all …]
|
H A D | client.c | 60 return clnt->proto_version == p9_proto_2000L; in p9_is_proto_dotl() 66 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu() 76 switch (clnt->proto_version) { in p9_show_client_options() 144 clnt->proto_version = p9_proto_2000L; in parse_opts() 197 clnt->proto_version = p9_proto_legacy; in parse_opts() 211 clnt->proto_version = r; in parse_opts() 548 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_errors() 566 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_errors() 651 err = p9pdu_vwritef(&req->tc, c->proto_version, fmt, ap); in p9_client_prepare_req() 918 c->msize, c->proto_version); in p9_client_version() [all …]
|
H A D | protocol.h | 13 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, ...);
|
/linux/drivers/input/mouse/ |
H A D | alps.c | 257 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() 1480 if (priv->proto_version == ALPS_PROTO_V2 && in alps_report_bare_ps2_packet() 1621 if (priv->proto_version != ALPS_PROTO_V8 && in alps_process_byte() 1648 if (priv->proto_version < ALPS_PROTO_V5 && in alps_process_byte() 1655 if (priv->proto_version == ALPS_PROTO_V3_RUSHMORE && in alps_process_byte() 1672 if ((priv->proto_version == ALPS_PROTO_V7 && in alps_process_byte() 1674 (priv->proto_version == ALPS_PROTO_V8 && in alps_process_byte() [all …]
|
H A D | alps.h | 297 u16 proto_version; member
|
/linux/drivers/media/rc/ |
H A D | ir_toy.c | 76 uint proto_version; member 117 irtoy->proto_version = version; in irtoy_response() 472 irtoy->sw_version % 10, irtoy->proto_version); in irtoy_probe()
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_proto_test.c | 34 ec_dev->proto_version = 2; in cros_ec_proto_test_prepare_tx_legacy_normal() 76 ec_dev->proto_version = 2; in cros_ec_proto_test_prepare_tx_legacy_bad_msg_outsize() 274 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, 3); in cros_ec_proto_test_query_all_normal() 532 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, 2); in cros_ec_proto_test_query_all_legacy_normal_v3_return_error() 597 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, 2); in cros_ec_proto_test_query_all_legacy_normal_v3_return0() 629 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); in cros_ec_proto_test_query_all_legacy_xfer_error() 677 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); in cros_ec_proto_test_query_all_legacy_return_error() 730 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); in cros_ec_proto_test_query_all_legacy_data_error() 778 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN); in cros_ec_proto_test_query_all_legacy_return0() 1682 ec_dev->proto_version = 3; in cros_ec_proto_test_cmd_xfer_protocol_v3_normal() [all …]
|
/linux/drivers/infiniband/hw/usnic/ |
H A D | usnic_fwd.h | 105 filter->u.usnic.proto_version = (USNIC_ROCE_GRH_VER << in usnic_fwd_init_usnic_filter()
|
/linux/include/uapi/linux/ |
H A D | auto_fs.h | 46 int proto_version; /* Protocol version */ member
|
/linux/include/net/9p/ |
H A D | client.h | 105 unsigned char proto_version; member
|
/linux/net/l2tp/ |
H A D | l2tp_netlink.c | 189 int proto_version; in l2tp_nl_cmd_tunnel_create() local 213 proto_version = nla_get_u8(attrs[L2TP_ATTR_PROTO_VERSION]); in l2tp_nl_cmd_tunnel_create() 237 ret = l2tp_tunnel_create(fd, proto_version, tunnel_id, in l2tp_nl_cmd_tunnel_create()
|
/linux/net/hsr/ |
H A D | hsr_forward.c | 280 struct hsr_port *port, u8 proto_version) in hsr_fill_tag() argument 311 hsr_ethhdr->ethhdr.h_proto = htons(proto_version ? in hsr_fill_tag()
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_devcmd.h | 565 u8 proto_version; member
|
/linux/fs/autofs/ |
H A D | waitq.c | 98 pkt.hdr.proto_version = sbi->version; in autofs_notify_daemon()
|
H A D | expire.c | 548 pkt.hdr.proto_version = sbi->version; in autofs_expire_run()
|
/linux/drivers/net/thunderbolt/ |
H A D | main.c | 98 u32 proto_version; member 268 request.proto_version = TBIP_LOGIN_PROTO_VERSION; in tbnet_login_request()
|