/linux/net/9p/ |
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() 1843 p9_client_statsize(struct p9_wstat * wst,int proto_version) p9_client_statsize() argument [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/net/hsr/ |
H A D | hsr_netlink.c | 38 enum hsr_version proto_version; in hsr_newlink() local 98 proto_version = HSR_V0; in hsr_newlink() 105 proto_version = nla_get_u8(data[IFLA_HSR_VERSION]); in hsr_newlink() 106 if (proto_version > HSR_V1) { in hsr_newlink() 114 proto_version = PRP_V1; in hsr_newlink() 123 proto_version, extack); in hsr_newlink()
|
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/platform/chrome/ |
H A D | cros_ec_proto.c | 118 if (ec_dev->proto_version > 2) in cros_ec_xfer_command() 205 if (ec_dev->proto_version > 2) in cros_ec_prepare_tx() 298 ec_dev->proto_version = 3; in cros_ec_rwsig_continue() 355 ec_dev->proto_version = 3; in cros_ec_get_proto_info() 394 ec_dev->proto_version = min(EC_HOST_REQUEST_VERSION, in cros_ec_get_proto_info() 399 dev_dbg(ec_dev->dev, "using proto v%u\n", ec_dev->proto_version); in cros_ec_get_proto_info() 425 ec_dev->proto_version = 2; in cros_ec_get_proto_info_legacy() 563 ec_dev->proto_version = EC_PROTO_VERSION_UNKNOWN; in cros_ec_query_all() 660 if (ec_dev->proto_version == EC_PROTO_VERSION_UNKNOWN) { in cros_ec_cmd_xfer()
|
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 in cros_ec_proto_test_cmd_xfer_protocol_v3_normal() [all...] |
/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 in alps_process_byte() [all...] |
H A D | alps.h | 264 * @proto_version: Indicates V1/V2/V3/... 297 u16 proto_version; member
|
/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/linux/platform_data/ |
H A D | cros_ec_proto.h | 105 * @proto_version: The protocol version used for this device. 174 u16 proto_version; member
|
/linux/include/net/9p/ |
H A D | client.h | 91 * @proto_version: 9P protocol version to use 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/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_devcmd.h | 584 u8 proto_version; member
|
/linux/fs/autofs/ |
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()
|
/linux/Documentation/filesystems/ |
H A D | autofs.rst | 341 int proto_version; /* Protocol version */
|