Searched refs:ifi (Results 1 – 4 of 4) sorted by relevance
5 - compatible: Should be "ifi,canfd-1.0"12 compatible = "ifi,canfd-1.0";
267 struct io_fixed_install *ifi; in io_install_fixed_fd_prep() local 287 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd_prep() 288 ifi->o_flags = O_CLOEXEC; in io_install_fixed_fd_prep() 290 ifi->o_flags = 0; in io_install_fixed_fd_prep() 297 struct io_fixed_install *ifi; in io_install_fixed_fd() local 300 ifi = io_kiocb_to_cmd(req, struct io_fixed_install); in io_install_fixed_fd() 301 ret = receive_fd(req->file, NULL, ifi->o_flags); in io_install_fixed_fd()
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()
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()