Home
last modified time | relevance | path

Searched full:ifi (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/net/can/
Difi_canfd.txt1 IFI CANFD controller
5 - compatible: Should be "ifi,canfd-1.0"
12 compatible = "ifi,canfd-1.0";
/Linux-v6.6/Documentation/netlink/specs/
Drt_link.yaml66 name: ifi-family
72 name: ifi-type
75 name: ifi-index
78 name: ifi-flags
83 name: ifi-change
1256 - ifi-index
1288 - ifi-index
1299 - ifi-index
1307 - ifi-family
1308 - ifi-type
[all …]
/Linux-v6.6/drivers/net/can/ifi_canfd/
Difi_canfd.c2 * CAN bus driver for IFI CANFD controller
7 * http://www.ifi-pld.de/IP/CANFD/canfd.html
218 /* IFI CANFD private data structure */
951 dev_err(dev, "This block is not IFI CANFD, id=%08x\n", id); in ifi_canfd_plat_probe()
986 /* IFI CANFD can do both Bosch FD and ISO FD */ in ifi_canfd_plat_probe()
989 /* IFI CANFD can do both Bosch FD and ISO FD */ in ifi_canfd_plat_probe()
1025 { .compatible = "ifi,canfd-1.0", .data = NULL },
1043 MODULE_DESCRIPTION("CAN bus driver for IFI CANFD controller");
DMakefile3 # Makefile for the IFI CANFD controller driver.
DKconfig4 tristate "IFI CAN_FD IP"
/Linux-v6.6/tools/bpf/bpftool/
Dnet.c326 struct ifinfomsg *ifi = NLMSG_DATA(nlh); in __dump_link_nlmsg() local
329 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi)); in __dump_link_nlmsg()
330 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi))); in __dump_link_nlmsg()
334 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
/Linux-v6.6/tools/lib/bpf/
Dnetlink.c348 struct ifinfomsg *ifi = NLMSG_DATA(nlh); in __dump_link_nlmsg() local
351 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi)); in __dump_link_nlmsg()
352 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi))); in __dump_link_nlmsg()
357 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
/Linux-v6.6/scripts/
Dheaderdep.pl5 # Vegard Nossum <vegardno@ifi.uio.no>
/Linux-v6.6/net/caif/
Dcfcnfg.c169 static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi) in cfcnfg_get_id_from_ifi() argument
174 if (phy->ifindex == ifi && phy->up) in cfcnfg_get_id_from_ifi()
/Linux-v6.6/net/sched/
Dsch_pie.c7 * ECN support is added by Naeem Khademi <naeemk@ifi.uio.no>
/Linux-v6.6/Documentation/devicetree/bindings/
Dvendor-prefixes.yaml612 "^ifi,.*":
/Linux-v6.6/drivers/net/
Dtun.c18 * Harald Roelle <harald.roelle@ifi.lmu.de> 2004/04/20