Searched refs:kind (Results 151 - 175 of 278) sorted by relevance

1234567891011>>

/linux-master/tools/bpf/bpftool/
H A Dmain.h239 int do_filter_dump(struct tcmsg *ifinfo, struct nlattr **tb, const char *kind,
/linux-master/drivers/net/
H A Dmacvtap.c141 .kind = "macvtap",
/linux-master/drivers/hwmon/
H A Dnct6775.h24 enum kinds kind; member in struct:nct6775_data
H A Dnct6775-core.c1153 switch (data->kind) {
1244 if (data->kind == nct6775)
1271 if (data->kind == nct6775)
1529 switch (data->kind) {
2155 if (nr == 5 && data->kind != nct6775)
2691 if (val == sf3 && data->kind != nct6775)
3178 if (data->kind != nct6775 && !val)
3180 if (data->kind != nct6779 && val)
3190 switch (data->kind) {
3524 data->name = nct6775_device_names[data->kind];
[all...]
H A Df71805f.c192 enum kinds kind; member in struct:f71805f_sio_data
1395 data->name = names[sio_data->kind];
1401 switch (sio_data->kind) {
1575 sio_data->kind = f71805f;
1578 sio_data->kind = f71872f;
1601 names[sio_data->kind], *address,
/linux-master/tools/include/uapi/linux/
H A Dpkt_cls.h50 /* There is a special kind of actions called "extended actions",
503 __u16 kind; member in struct:tcf_ematch_hdr
/linux-master/drivers/net/ipvlan/
H A Dipvtap.c129 .kind = "ipvtap",
/linux-master/block/
H A Dopal_proto.h261 __be16 kind; member in struct:opal_data_subpacket
/linux-master/net/sched/
H A Dact_simple.c203 .kind = "simple",
H A Dcls_cgroup.c201 .kind = "cgroup",
H A Dsch_api.c353 static struct Qdisc_ops *qdisc_lookup_ops(struct nlattr *kind) argument
357 if (kind) {
360 if (nla_strcmp(kind, q->id) == 0) {
1259 struct nlattr *kind = tca[TCA_KIND]; local
1264 ops = qdisc_lookup_ops(kind);
1266 if (ops == NULL && kind != NULL) {
1268 if (nla_strscpy(name, kind, IFNAMSIZ) >= 0) {
1280 ops = qdisc_lookup_ops(kind);
1295 NL_SET_ERR_MSG(extack, "Specified qdisc kind is unknown");
1695 * If the requested qdisc kind i
[all...]
H A Dcls_basic.c319 .kind = "basic",
H A Dact_gact.c288 .kind = "gact",
H A Dact_connmark.c236 .kind = "connmark",
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.h42 unsigned kind:8; member in struct:nouveau_bo
/linux-master/drivers/misc/mei/
H A Dhw-me.c1602 .kind = "itouch"
1605 .kind = "gsc"
1608 .kind = "gscfi"
1821 dev->kind = cfg->kind;
/linux-master/net/core/
H A Drtnetlink.c389 static const struct rtnl_link_ops *rtnl_link_ops_get(const char *kind) argument
394 if (!strcmp(ops->kind, kind))
412 if (rtnl_link_ops_get(ops->kind))
551 nla_total_size(strlen(ops->kind) + 1); /* IFLA_INFO_KIND */
661 if (nla_put_string(skb, IFLA_INFO_SLAVE_KIND, ops->kind) < 0)
688 if (nla_put_string(skb, IFLA_INFO_KIND, ops->kind) < 0)
2079 char kind[MODULE_NAME_LEN]; local
2081 nla_strscpy(kind, linfo[IFLA_INFO_KIND], sizeof(kind));
3549 char kind[MODULE_NAME_LEN]; local
6492 enum rtnl_kinds kind; local
[all...]
/linux-master/drivers/net/ppp/
H A Dppp_generic.c11 * sending and receiving PPP frames on some kind of communications
82 } kind; member in struct:ppp_file
283 static void init_ppp_file(struct ppp_file *pf, int kind);
405 if (pf->kind == INTERFACE) {
413 switch (pf->kind) {
449 if (pf->kind == INTERFACE) {
519 switch (pf->kind) {
549 else if (pf->kind == INTERFACE) {
735 if (pf->kind == CHANNEL) {
789 if (pf->kind !
3354 init_ppp_file(struct ppp_file *pf, int kind) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead507d.c227 NVVAL(NV507D, HEAD_SET_PARAMS, KIND, asyh->core.kind) |
271 asyh->core.kind = NV507D_HEAD_SET_PARAMS_KIND_KIND_PITCH;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.h354 const char *kind; member in struct:mlxsw_driver
481 const char *kind; member in struct:mlxsw_bus
/linux-master/drivers/net/wireguard/
H A Dnetlink.c67 if (!dev->rtnl_link_ops || !dev->rtnl_link_ops->kind ||
68 strcmp(dev->rtnl_link_ops->kind, KBUILD_MODNAME)) {
/linux-master/include/uapi/linux/
H A Dpkt_cls.h81 /* There is a special kind of actions called "extended actions",
711 __u16 kind; member in struct:tcf_ematch_hdr
/linux-master/net/8021q/
H A Dvlan_netlink.c292 .kind = "vlan",
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dglobal2.h386 int mv88e6xxx_g2_atu_stats_set(struct mv88e6xxx_chip *chip, u16 kind, u16 bin);
/linux-master/drivers/net/can/
H A Dvxcan.c299 .kind = DRV_NAME,

Completed in 466 milliseconds

1234567891011>>