Searched refs:if_start (Results 1 - 25 of 84) sorted by relevance

1234

/freebsd-13-stable/sys/net/
H A Dif_dead.c152 ifp->if_start = ifdead_start;
H A Dif_edsc.c144 ifp->if_start = edsc_start;
265 * to prevent if_start from being invoked again while the
275 * from if_start. This method merely starts the transmission,
H A Dif_sppp.h202 /* if_start () wrapper */
203 void (*if_start) (struct ifnet *); member in struct:sppp
204 struct callout ifstart_callout; /* if_start () scheduler */
H A Difq.h162 void if_start(struct ifnet *);
258 if_start(ifp); \
H A Dif_epair.c526 /* Support ALTQ via the classic if_start() path. */
551 * queuing to the ifq but do not call ifp->if_start.
837 ifp->if_start = epair_start;
885 ifp->if_start = epair_start;
H A Dif_var.h379 if_start_fn_t if_start; /* initiate output routine */ member in struct:ifnet
H A Dif_spppsubr.c389 /* if_start () wrapper */
747 sp->if_start(SP2IFP(sp));
750 /* if_start () wrapper function. We use it to schedule real if_start () for
764 sp->if_start(ifp);
1044 sp->if_start = ifp->if_start;
1045 ifp->if_start = sppp_ifstart;
H A Dif_tuntap.c965 ifp->if_start = tunstart_l2;
971 ifp->if_start = tunstart;
H A Dif.c3970 if_start(struct ifnet *ifp) function
3973 (*(ifp)->if_start)(ifp);
4017 (*(ifp)->if_start)(ifp);
4527 ((struct ifnet *)ifp)->if_start = (void *)start_fn;
/freebsd-13-stable/sys/net/altq/
H A Daltq_cbq.c543 if (ifp->if_start &&
546 (*ifp->if_start)(ifp);
H A Daltq_subr.c428 ifp->if_start != NULL)
429 (*ifp->if_start)(ifp);
/freebsd-13-stable/sys/netpfil/pf/
H A Dif_pflog.c131 ifp->if_start = pflogstart;
/freebsd-13-stable/sys/netgraph/
H A Dng_sppp.c270 ifp->if_start = ng_sppp_start;
H A Dng_eiface.c411 ifp->if_start = ng_eiface_start;
H A Dng_iface.c549 ifp->if_start = ng_iface_start;
/freebsd-13-stable/sys/dev/dpaa/
H A Dif_dtsec.c693 ifp->if_start = dtsec_if_start;
/freebsd-13-stable/sys/dev/firewire/
H A Dif_fwe.c191 ifp->if_start = fwe_start;
H A Dif_fwip.c190 ifp->if_start = fwip_start;
/freebsd-13-stable/sys/dev/beri/virtio/network/
H A Dif_vtbe.c623 ifp->if_start = vtbe_txstart;
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_llan.c234 sc->ifp->if_start = llan_start;
/freebsd-13-stable/sys/dev/usb/net/
H A Dusb_ethernet.c243 ifp->if_start = ue_start;
/freebsd-13-stable/sys/dev/le/
H A Dlance.c125 ifp->if_start = lance_start;
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c912 dev->if_start = ipoib_start;
1307 dev->if_start = ipoib_vlan_start;
/freebsd-13-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c812 ifp->if_start = nf10bmac_start;
/freebsd-13-stable/sys/dev/dme/
H A Dif_dme.c904 ifp->if_start = dme_start;

Completed in 389 milliseconds

1234