Home
last modified time | relevance | path

Searched refs:proto_version (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-6.6/net/9p/
H A Dprotocol.c53 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()
526 p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt, va_list ap) p9pdu_vwritef() argument
695 p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) p9pdu_readf() argument
708 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) p9pdu_writef() argument
[all...]
H A Dclient.c59 return clnt->proto_version == p9_proto_2000L; in p9_is_proto_dotl()
65 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu()
75 switch (clnt->proto_version) { in p9_show_client_options()
143 clnt->proto_version = p9_proto_2000L; in parse_opts()
196 clnt->proto_version = p9_proto_legacy; in parse_opts()
210 clnt->proto_version = r; in parse_opts()
545 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_errors()
563 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_errors()
648 err = p9pdu_vwritef(&req->tc, c->proto_version, fmt, ap); in p9_client_prepare_req()
915 c->msize, c->proto_version); in p9_client_version()
1776 p9_client_statsize(struct p9_wstat *wst, int proto_version) p9_client_statsize() argument
[all...]
/kernel/linux/linux-5.10/net/9p/
H A Dprotocol.c29 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...);
92 p9pdu_vreadf(struct p9_fcall *pdu, int proto_version, const char *fmt, in p9pdu_vreadf() argument
142 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
184 errcode = p9pdu_readf(pdu, proto_version, "bdq", in p9pdu_vreadf()
198 p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
218 p9pdu_readf(pdu, proto_version, "d", count); in p9pdu_vreadf()
233 errcode = p9pdu_readf(pdu, proto_version, in p9pdu_vreadf()
252 proto_version, in p9pdu_vreadf()
285 p9pdu_readf(pdu, proto_version, "w", nwqid); in p9pdu_vreadf()
301 proto_version, in p9pdu_vreadf()
360 p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt, va_list ap) p9pdu_vwritef() argument
529 p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) p9pdu_readf() argument
542 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) p9pdu_writef() argument
[all...]
H A Dclient.c56 return clnt->proto_version == p9_proto_2000L; in p9_is_proto_dotl()
62 return clnt->proto_version == p9_proto_2000u; in p9_is_proto_dotu()
72 switch (clnt->proto_version) { in p9_show_client_options()
141 clnt->proto_version = p9_proto_2000L; in parse_opts()
196 clnt->proto_version = p9_proto_legacy; in parse_opts()
210 clnt->proto_version = r; in parse_opts()
525 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_errors()
543 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode); in p9_check_errors()
615 err = p9pdu_readf(&req->rc, c->proto_version, "s?d", in p9_check_zc_errors()
631 err = p9pdu_readf(&req->rc, c->proto_version, " in p9_check_zc_errors()
1808 p9_client_statsize(struct p9_wstat *wst, int proto_version) p9_client_statsize() argument
[all...]
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_proto.c63 BUG_ON(ec_dev->proto_version != EC_HOST_REQUEST_VERSION); in prepare_packet()
94 if (ec_dev->proto_version > 2) in send_command()
177 if (ec_dev->proto_version > 2) in cros_ec_prepare_tx()
425 ec_dev->proto_version = 3; in cros_ec_query_all()
435 ec_dev->proto_version = in cros_ec_query_all()
440 ec_dev->proto_version); in cros_ec_query_all()
465 ec_dev->proto_version = 2; in cros_ec_query_all()
484 ec_dev->proto_version = EC_PROTO_VERSION_UNKNOWN; in cros_ec_query_all()
587 if (ec_dev->proto_version == EC_PROTO_VERSION_UNKNOWN) { in cros_ec_cmd_xfer()
/kernel/linux/linux-5.10/net/hsr/
H A Dhsr_netlink.c35 enum hsr_version proto_version; in hsr_newlink() local
84 proto_version = HSR_V0; in hsr_newlink()
91 proto_version = nla_get_u8(data[IFLA_HSR_VERSION]); in hsr_newlink()
92 if (proto_version > HSR_V1) { in hsr_newlink()
100 proto_version = PRP_V1; in hsr_newlink()
102 return hsr_dev_finalize(dev, link, multicast_spec, proto_version, extack); in hsr_newlink()
/kernel/linux/linux-6.6/net/hsr/
H A Dhsr_netlink.c35 enum hsr_version proto_version; in hsr_newlink() local
84 proto_version = HSR_V0; in hsr_newlink()
91 proto_version = nla_get_u8(data[IFLA_HSR_VERSION]); in hsr_newlink()
92 if (proto_version > HSR_V1) { in hsr_newlink()
100 proto_version = PRP_V1; in hsr_newlink()
102 return hsr_dev_finalize(dev, link, multicast_spec, proto_version, extack); in hsr_newlink()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_proto.c115 if (ec_dev->proto_version > 2) in cros_ec_xfer_command()
204 if (ec_dev->proto_version > 2) in cros_ec_prepare_tx()
297 ec_dev->proto_version = 3; in cros_ec_get_proto_info()
345 ec_dev->proto_version = min(EC_HOST_REQUEST_VERSION, in cros_ec_get_proto_info()
350 dev_dbg(ec_dev->dev, "using proto v%u\n", ec_dev->proto_version); in cros_ec_get_proto_info()
376 ec_dev->proto_version = 2; in cros_ec_get_proto_info_legacy()
515 ec_dev->proto_version = EC_PROTO_VERSION_UNKNOWN; in cros_ec_query_all()
612 if (ec_dev->proto_version == EC_PROTO_VERSION_UNKNOWN) { in cros_ec_cmd_xfer()
H A Dcros_ec_proto_test.c34 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()
1694 ec_dev->proto_version in cros_ec_proto_test_cmd_xfer_protocol_v3_normal()
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dicm.c77 * @proto_version: Firmware protocol version
102 u8 proto_version; member
112 u8 *proto_version, size_t *nboot_acl, bool *rpm);
456 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_fr_driver_ready()
1013 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_tr_driver_ready()
1029 if (proto_version) in icm_tr_driver_ready()
1030 *proto_version = (reply.info & ICM_TR_INFO_PROTO_VERSION_MASK) >> in icm_tr_driver_ready()
1489 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_ar_driver_ready()
1619 u8 *proto_version, size_t *nboot_acl, bool *rpm) in icm_icl_driver_ready()
1633 if (proto_version) in icm_icl_driver_ready()
455 icm_fr_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) icm_fr_driver_ready() argument
1012 icm_tr_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) icm_tr_driver_ready() argument
1488 icm_ar_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) icm_ar_driver_ready() argument
1618 icm_icl_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) icm_icl_driver_ready() argument
1755 __icm_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) __icm_driver_ready() argument
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dalps.c257 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()
1474 if (priv->proto_version == ALPS_PROTO_V2 && in alps_report_bare_ps2_packet()
1617 if (priv->proto_version != ALPS_PROTO_V8 && in alps_process_byte()
1644 if (priv->proto_version < ALPS_PROTO_V5 && in alps_process_byte()
1651 if (priv->proto_version == ALPS_PROTO_V3_RUSHMORE && in alps_process_byte()
1668 if ((priv->proto_version == ALPS_PROTO_V7 && in alps_process_byte()
1670 (priv->proto_version in alps_process_byte()
[all...]
H A Dalps.h264 * @proto_version: Indicates V1/V2/V3/...
297 u16 proto_version; member
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dalps.c257 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()
1474 if (priv->proto_version == ALPS_PROTO_V2 && in alps_report_bare_ps2_packet()
1617 if (priv->proto_version != ALPS_PROTO_V8 && in alps_process_byte()
1644 if (priv->proto_version < ALPS_PROTO_V5 && in alps_process_byte()
1651 if (priv->proto_version == ALPS_PROTO_V3_RUSHMORE && in alps_process_byte()
1668 if ((priv->proto_version == ALPS_PROTO_V7 && in alps_process_byte()
1670 (priv->proto_version in alps_process_byte()
[all...]
H A Dalps.h264 * @proto_version: Indicates V1/V2/V3/...
297 u16 proto_version; member
/kernel/linux/linux-5.10/drivers/media/rc/
H A Dir_toy.c74 uint proto_version; member
115 irtoy->proto_version = version; in irtoy_response()
442 irtoy->hw_version, irtoy->sw_version, irtoy->proto_version); in irtoy_probe()
/kernel/linux/linux-6.6/drivers/media/rc/
H A Dir_toy.c76 uint proto_version; member
117 irtoy->proto_version = version; in irtoy_response()
472 irtoy->sw_version % 10, irtoy->proto_version); in irtoy_probe()
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h105 filter->u.usnic.proto_version = (USNIC_ROCE_GRH_VER << in usnic_fwd_init_usnic_filter()
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dcros_ec_proto.h91 * @proto_version: The protocol version used for this device.
149 u16 proto_version; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dauto_fs.h46 int proto_version; /* Protocol version */ member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dcros_ec_proto.h100 * @proto_version: The protocol version used for this device.
169 u16 proto_version; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dauto_fs.h46 int proto_version; /* Protocol version */ member
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h105 filter->u.usnic.proto_version = (USNIC_ROCE_GRH_VER << in usnic_fwd_init_usnic_filter()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dauto_fs.h36 int proto_version; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dauto_fs.h36 int proto_version; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dauto_fs.h25 int proto_version; member

Completed in 26 milliseconds

12