Home
last modified time | relevance | path

Searched refs:if_t (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net/
H A Dif_var.h127 typedef struct ifnet * if_t; typedef
708 int if_getdrvflags(if_t ifp);
713 int if_gethwassist(if_t ifp);
715 void *if_getsoftc(if_t ifp);
719 int if_getmtu(if_t ifp);
722 int if_getflags(if_t ifp);
744 void if_vlancap(if_t ifp);
753 u_int if_lladdr_count(if_t);
756 int if_getamcount(if_t ifp);
761 void if_setioctlfn(if_t ifp, int (*)(if_t, u_long, caddr_t));
[all …]
H A Dif.c4101 if_getdname(if_t ifp) in if_getdname()
4171 if_getflags(if_t ifp) in if_getflags()
4213 if_getmtu(if_t ifp) in if_getmtu()
4322 if_getsoftc(if_t ifp) in if_getsoftc()
4355 if_getifaddr(if_t ifp) in if_getifaddr()
4361 if_getamcount(if_t ifp) in if_getamcount()
4397 if_dequeue(if_t ifp) in if_dequeue()
4420 if_getlladdr(if_t ifp) in if_getlladdr()
4448 if_vlancap(if_t ifh) in if_vlancap()
4506 if_setioctlfn(if_t ifp, int (*ioctl_fn)(if_t, u_long, caddr_t)) in if_setioctlfn() argument
[all …]
H A Diflib_clone.c155 iflib_ifdetach(void *arg __unused, if_t ifp) in iflib_ifdetach()
164 iflib_iflladdr(void *arg __unused, if_t ifp __unused) in iflib_iflladdr()
222 iflib_clone_destroy(if_t ifp) in iflib_clone_destroy()
H A Diflib.h82 if_t iri_ifp; /* driver may have >1 iface per softc */
415 if_t iflib_get_ifp(if_ctx_t ctx);
H A Diflib.c161 if_t ifc_ifp;
229 if_t
799 if_t ifp = na->ifp; in iflib_netmap_register()
963 if_t ifp = na->ifp; in iflib_netmap_txsync()
1133 if_t ifp = na->ifp; in iflib_netmap_rxsync()
2422 if_t ifp = ctx->ifc_ifp; in iflib_init_locked()
2870 if_t ifp; in iflib_rxeof()
3731 if_t ifp = ctx->ifc_ifp; in iflib_txq_drain()
4714 if_t ifp; in iflib_device_register()
4962 if_t ifp; in iflib_pseudo_register()
[all …]
/f-stack/freebsd/arm64/broadcom/genet/
H A Dif_genet.c161 if_t ifp;
193 static void gen_start(if_t ifp);
219 static int gen_media_change(if_t ifp);
800 if_t ifp; in gen_init_locked()
915 if_t ifp; in gen_set_enaddr()
935 if_t ifp; in gen_start_locked()
967 gen_start(if_t ifp) in gen_start()
1274 if_t ifp; in gen_rxintr()
1388 if_t ifp; in gen_txintr()
1550 if_t ifp; in gen_tick()
[all …]
/f-stack/freebsd/arm/allwinner/
H A Dif_awg.c197 if_t ifp;
377 awg_media_change(if_t ifp) in awg_media_change()
428 if_t ifp; in awg_setup_rxfilter()
964 if_t ifp; in awg_start_locked()
1003 awg_start(if_t ifp) in awg_start()
1018 if_t ifp; in awg_init_locked()
1054 if_t ifp; in awg_stop()
1106 awg_ioctl(if_t ifp, u_long cmd, caddr_t data) in awg_ioctl()
1194 if_t ifp; in awg_rxintr()
1286 if_t ifp; in awg_txeof()
[all …]
/f-stack/freebsd/kern/
H A Dkern_poll.c479 ether_poll_register(poll_handler_t *h, if_t ifp) in ether_poll_register()
526 ether_poll_deregister(if_t ifp) in ether_poll_deregister()