Searched full:ifi (Results 1 – 14 of 14) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/net/can/ |
D | ifi_canfd.txt | 1 IFI CANFD controller 5 - compatible: Should be "ifi,canfd-1.0" 12 compatible = "ifi,canfd-1.0";
|
/linux-6.14.4/io_uring/ |
D | openclose.c | 265 struct io_fixed_install *ifi; in io_install_fixed_fd_prep() local 285 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd_prep() 286 ifi->o_flags = O_CLOEXEC; in io_install_fixed_fd_prep() 288 ifi->o_flags = 0; in io_install_fixed_fd_prep() 295 struct io_fixed_install *ifi; in io_install_fixed_fd() local 298 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd() 299 ret = receive_fd(req->file, NULL, ifi->o_flags); in io_install_fixed_fd()
|
/linux-6.14.4/tools/testing/selftests/drivers/net/ |
D | stats.py | 78 rtstat = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64'] 148 all_ifindexes = set([dev["ifi-index"] for dev in devs]) 210 rtstat1 = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64'] 212 rtstat2 = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64'] 254 rtstat1 = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64'] 257 rtstat2 = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64']
|
/linux-6.14.4/Documentation/netlink/specs/ |
D | rt_link.yaml | 75 name: ifi-family 82 name: ifi-type 85 name: ifi-index 88 name: ifi-flags 93 name: ifi-change 2335 - ifi-index 2367 - ifi-index 2378 - ifi-index 2386 - ifi-family 2387 - ifi-type [all …]
|
/linux-6.14.4/drivers/net/can/ifi_canfd/ |
D | ifi_canfd.c | 2 * CAN bus driver for IFI CANFD controller 7 * http://www.ifi-pld.de/IP/CANFD/canfd.html 218 /* IFI CANFD private data structure */ 973 dev_err(dev, "This block is not IFI CANFD, id=%08x\n", id); in ifi_canfd_plat_probe() 1008 /* IFI CANFD can do both Bosch FD and ISO FD */ in ifi_canfd_plat_probe() 1011 /* IFI CANFD can do both Bosch FD and ISO FD */ in ifi_canfd_plat_probe() 1047 { .compatible = "ifi,canfd-1.0", .data = NULL }, 1065 MODULE_DESCRIPTION("CAN bus driver for IFI CANFD controller");
|
D | Makefile | 3 # Makefile for the IFI CANFD controller driver.
|
D | Kconfig | 4 tristate "IFI CAN_FD IP"
|
/linux-6.14.4/tools/bpf/bpftool/ |
D | net.c | 332 struct ifinfomsg *ifi = NLMSG_DATA(nlh); in __dump_link_nlmsg() local 335 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi)); in __dump_link_nlmsg() 336 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi))); in __dump_link_nlmsg() 340 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
|
/linux-6.14.4/tools/lib/bpf/ |
D | netlink.c | 348 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-6.14.4/scripts/ |
D | headerdep.pl | 5 # Vegard Nossum <vegardno@ifi.uio.no>
|
/linux-6.14.4/net/caif/ |
D | cfcnfg.c | 169 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-6.14.4/net/sched/ |
D | sch_pie.c | 7 * ECN support is added by Naeem Khademi <naeemk@ifi.uio.no>
|
/linux-6.14.4/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 693 "^ifi,.*":
|
/linux-6.14.4/drivers/net/ |
D | tun.c | 18 * Harald Roelle <harald.roelle@ifi.lmu.de> 2004/04/20
|