Searched full:ifi (Results 1 – 11 of 11) sorted by relevance
| /linux/Documentation/devicetree/bindings/net/can/ |
| H A D | ifi_canfd.txt | 1 IFI CANFD controller 5 - compatible: Should be "ifi,canfd-1.0" 12 compatible = "ifi,canfd-1.0";
|
| /linux/io_uring/ |
| H A D | openclose.c | 277 struct io_fixed_install *ifi; in io_install_fixed_fd_prep() local 297 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd_prep() 298 ifi->o_flags = O_CLOEXEC; in io_install_fixed_fd_prep() 300 ifi->o_flags = 0; in io_install_fixed_fd_prep() 307 struct io_fixed_install *ifi; in io_install_fixed_fd() local 310 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd() 311 ret = receive_fd(req->file, NULL, ifi->o_flags); in io_install_fixed_fd()
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | stats.py | 120 rtstat = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64'] 189 all_ifindexes = set(dev["ifi-index"] for dev in devs) 253 rtstat1 = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64'] 255 rtstat2 = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64'] 298 rtstat1 = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64'] 301 rtstat2 = rtnl.getlink({"ifi-index": cfg.ifindex})['stats64']
|
| /linux/drivers/net/can/ifi_canfd/ |
| H A D | Makefile | 3 # Makefile for the IFI CANFD controller driver.
|
| H A D | Kconfig | 4 tristate "IFI CAN_FD IP"
|
| /linux/tools/lib/bpf/ |
| H A D | netlink.c | 350 struct ifinfomsg *ifi = NLMSG_DATA(nlh); in __dump_link_nlmsg() local 353 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi)); in __dump_link_nlmsg() 354 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi))); in __dump_link_nlmsg() 359 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
|
| /linux/tools/bpf/bpftool/ |
| H A D | net.c | 335 struct ifinfomsg *ifi = NLMSG_DATA(nlh); in __dump_link_nlmsg() local 338 len = nlh->nlmsg_len - NLMSG_LENGTH(sizeof(*ifi)); in __dump_link_nlmsg() 339 attr = (struct nlattr *) ((void *) ifi + NLMSG_ALIGN(sizeof(*ifi))); in __dump_link_nlmsg() 343 return dump_link_nlmsg(cookie, ifi, tb); in __dump_link_nlmsg()
|
| /linux/net/caif/ |
| H A 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/scripts/ |
| H A D | headerdep.pl | 5 # Vegard Nossum <vegardno@ifi.uio.no>
|
| /linux/net/sched/ |
| H A D | sch_pie.c | 7 * ECN support is added by Naeem Khademi <naeemk@ifi.uio.no>
|
| /linux/drivers/net/ |
| H A D | tun.c | 18 * Harald Roelle <harald.roelle@ifi.lmu.de> 2004/04/20
|