Lines Matching full:ifp
63 struct aoeif *ifp, *e; in aoedisk_show_netif() local
72 ifp = (*t)->ifs; in aoedisk_show_netif()
73 e = ifp + NAOEIFS; in aoedisk_show_netif()
74 for (; ifp < e && ifp->nd; ifp++) { in aoedisk_show_netif()
76 if (*nnd == ifp->nd) in aoedisk_show_netif()
79 *nd++ = ifp->nd; in aoedisk_show_netif()
115 struct aoeif *ifp, *ife; in aoe_debugfs_show() local
142 ifp = (*t)->ifs; in aoe_debugfs_show()
143 ife = ifp + ARRAY_SIZE((*t)->ifs); in aoe_debugfs_show()
144 for (; ifp->nd && ifp < ife; ifp++) { in aoe_debugfs_show()
145 seq_printf(s, "%c%s", c, ifp->nd->name); in aoe_debugfs_show()