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

1234567

/freebsd-10-stable/sys/net/
H A Dif_dead.c102 ifp->if_start = ifdead_start;
H A Dif_edsc.c139 ifp->if_start = edsc_start;
256 * to prevent if_start from being invoked again while the
266 * 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 Dif_var.h187 void (*if_start) /* initiate output routine */ member in struct:ifnet
489 void if_start(struct ifnet *);
588 if_start(ifp); \
H A Dif_ef.c130 ifp->if_start = ef_start;
H A Dif_epair.c515 /* Support ALTQ via the clasic if_start() path. */
540 * queuing to the ifq but do not call ifp->if_start.
829 ifp->if_start = epair_start;
855 ifp->if_start = epair_start;
H A Dif_spppsubr.c391 /* if_start () wrapper */
763 sp->if_start(SP2IFP(sp));
766 /* if_start () wrapper function. We use it to schedule real if_start () for
780 sp->if_start(ifp);
1066 sp->if_start = ifp->if_start;
1067 ifp->if_start = sppp_ifstart;
H A Dif.c3653 if_start(struct ifnet *ifp) function
3656 (*(ifp)->if_start)(ifp);
3700 (*(ifp)->if_start)(ifp);
/freebsd-10-stable/sys/dev/wi/
H A Dif_wi_pci.c257 ifp->if_start(ifp);
/freebsd-10-stable/sys/netpfil/pf/
H A Dif_pflog.c124 ifp->if_start = pflogstart;
/freebsd-10-stable/sys/netgraph/
H A Dng_sppp.c269 ifp->if_start = ng_sppp_start;
H A Dng_eiface.c405 ifp->if_start = ng_eiface_start;
H A Dng_iface.c577 ifp->if_start = ng_iface_start;
/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_cbq.c598 if (ifp->if_start &&
601 (*ifp->if_start)(ifp);
H A Daltq_subr.c472 ifp->if_start != NULL)
473 (*ifp->if_start)(ifp);
/freebsd-10-stable/sys/dev/cm/
H A Dsmc90cx6.c188 ifp->if_start = cm_start;
/freebsd-10-stable/sys/dev/le/
H A Dlance.c121 ifp->if_start = lance_start;
/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_fw_log.c168 ifp->if_start = ipfw_log_start;
/freebsd-10-stable/sys/powerpc/pseries/
H A Dphyp_llan.c218 sc->ifp->if_start = llan_start;
/freebsd-10-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c429 ifp->if_start = nm_vi_start;
/freebsd-10-stable/sys/dev/usb/net/
H A Dusb_ethernet.c239 ifp->if_start = ue_start;
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c873 dev->if_start = ipoib_start;
1139 dev->if_start = ipoib_vlan_start;
/freebsd-10-stable/sys/arm/allwinner/
H A Dif_emac.c915 ifp->if_start = emac_start;
/freebsd-10-stable/sys/dev/cs/
H A Dif_cs.c498 ifp->if_start=cs_start;
/freebsd-10-stable/sys/dev/ep/
H A Dif_ep.c305 ifp->if_start = epstart;

Completed in 199 milliseconds

1234567