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

/linux-master/net/9p/
H A Dprotocol.h13 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, ...);
H A Dprotocol.c53 c->proto_version == p9_proto_2000L ? rlerror_size : rerror_size;
106 if (c->proto_version == p9_proto_legacy) {
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, argument
308 errcode = p9pdu_readf(pdu, proto_version,
350 errcode = p9pdu_readf(pdu, proto_version, "bdq",
364 p9pdu_readf(pdu, proto_version,
384 p9pdu_readf(pdu, proto_version, "d", count);
399 errcode = p9pdu_readf(pdu, proto_version,
418 proto_version,
526 p9pdu_vwritef(struct p9_fcall *pdu, int proto_version, const char *fmt, va_list ap) argument
695 p9pdu_readf(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) argument
708 p9pdu_writef(struct p9_fcall *pdu, int proto_version, const char *fmt, ...) argument
[all...]
H A Dclient.c59 return clnt->proto_version == p9_proto_2000L;
65 return clnt->proto_version == p9_proto_2000u;
75 switch (clnt->proto_version) {
143 clnt->proto_version = p9_proto_2000L;
196 clnt->proto_version = p9_proto_legacy;
210 clnt->proto_version = r;
545 err = p9pdu_readf(&req->rc, c->proto_version, "s?d",
563 err = p9pdu_readf(&req->rc, c->proto_version, "d", &ecode);
648 err = p9pdu_vwritef(&req->tc, c->proto_version, fmt, ap);
915 c->msize, c->proto_version);
1776 p9_client_statsize(struct p9_wstat *wst, int proto_version) argument
[all...]
/linux-master/net/hsr/
H A Dhsr_netlink.c35 enum hsr_version proto_version; local
84 proto_version = HSR_V0;
91 proto_version = nla_get_u8(data[IFLA_HSR_VERSION]);
92 if (proto_version > HSR_V1) {
100 proto_version = PRP_V1;
102 return hsr_dev_finalize(dev, link, multicast_spec, proto_version, extack);
H A Dhsr_forward.c251 struct hsr_port *port, u8 proto_version)
270 hsr_ethhdr->ethhdr.h_proto = htons(proto_version ?
249 hsr_fill_tag(struct sk_buff *skb, struct hsr_frame_info *frame, struct hsr_port *port, u8 proto_version) argument
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_fwd.h105 filter->u.usnic.proto_version = (USNIC_ROCE_GRH_VER <<
/linux-master/include/uapi/linux/
H A Dauto_fs.h46 int proto_version; /* Protocol version */ member in struct:autofs_packet_hdr
/linux-master/include/linux/platform_data/
H A Dcros_ec_proto.h100 * @proto_version: The protocol version used for this device.
169 u16 proto_version; member in struct:cros_ec_device
/linux-master/drivers/platform/chrome/
H A Dcros_ec_proto.c115 if (ec_dev->proto_version > 2)
204 if (ec_dev->proto_version > 2)
297 ec_dev->proto_version = 3;
345 ec_dev->proto_version = min(EC_HOST_REQUEST_VERSION,
350 dev_dbg(ec_dev->dev, "using proto v%u\n", ec_dev->proto_version);
376 ec_dev->proto_version = 2;
515 ec_dev->proto_version = EC_PROTO_VERSION_UNKNOWN;
612 if (ec_dev->proto_version == EC_PROTO_VERSION_UNKNOWN) {
H A Dcros_ec_proto_test.c34 ec_dev->proto_version = 2;
76 ec_dev->proto_version = 2;
274 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, 3);
532 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, 2);
597 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, 2);
629 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN);
677 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN);
730 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN);
778 KUNIT_EXPECT_EQ(test, ec_dev->proto_version, EC_PROTO_VERSION_UNKNOWN);
1694 ec_dev->proto_version
[all...]
/linux-master/drivers/input/mouse/
H A Dalps.h264 * @proto_version: Indicates V1/V2/V3/...
297 u16 proto_version; member in struct:alps_data
H A Dalps.c257 if (priv->proto_version == ALPS_PROTO_V1) {
462 if (priv->proto_version == ALPS_PROTO_V5) {
468 if (priv->proto_version == ALPS_PROTO_V3 ||
469 priv->proto_version == ALPS_PROTO_V4) {
1474 if (priv->proto_version == ALPS_PROTO_V2 &&
1617 if (priv->proto_version != ALPS_PROTO_V8 &&
1644 if (priv->proto_version < ALPS_PROTO_V5 &&
1651 if (priv->proto_version == ALPS_PROTO_V3_RUSHMORE &&
1668 if ((priv->proto_version == ALPS_PROTO_V7 &&
1670 (priv->proto_version
[all...]
/linux-master/drivers/thunderbolt/
H A Dicm.c77 * @proto_version: Firmware protocol version
102 u8 proto_version; member in struct:icm
112 u8 *proto_version, size_t *nboot_acl, bool *rpm);
456 u8 *proto_version, size_t *nboot_acl, bool *rpm)
1013 u8 *proto_version, size_t *nboot_acl, bool *rpm)
1029 if (proto_version)
1030 *proto_version = (reply.info & ICM_TR_INFO_PROTO_VERSION_MASK) >>
1489 u8 *proto_version, size_t *nboot_acl, bool *rpm)
1619 u8 *proto_version, size_t *nboot_acl, bool *rpm)
1633 if (proto_version)
455 icm_fr_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) argument
1012 icm_tr_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) argument
1488 icm_ar_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) argument
1618 icm_icl_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) argument
1755 __icm_driver_ready(struct tb *tb, enum tb_security_level *security_level, u8 *proto_version, size_t *nboot_acl, bool *rpm) argument
[all...]
/linux-master/drivers/media/rc/
H A Dir_toy.c76 uint proto_version; member in struct:irtoy
117 irtoy->proto_version = version;
472 irtoy->sw_version % 10, irtoy->proto_version);
/linux-master/include/net/9p/
H A Dclient.h91 * @proto_version: 9P protocol version to use
105 unsigned char proto_version; member in struct:p9_client
/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_devcmd.h565 u8 proto_version; member in struct:filter_usnic_id
/linux-master/net/l2tp/
H A Dl2tp_netlink.c188 int proto_version; local
212 proto_version = nla_get_u8(attrs[L2TP_ATTR_PROTO_VERSION]);
236 ret = l2tp_tunnel_create(fd, proto_version, tunnel_id,
/linux-master/fs/autofs/
H A Dwaitq.c98 pkt.hdr.proto_version = sbi->version;
H A Dexpire.c545 pkt.hdr.proto_version = sbi->version;
/linux-master/drivers/net/thunderbolt/
H A Dmain.c98 u32 proto_version; member in struct:thunderbolt_ip_login
268 request.proto_version = TBIP_LOGIN_PROTO_VERSION;

Completed in 274 milliseconds