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

1234567

/freebsd-10.0-release/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.h165 void (*if_start) /* initiate output routine */ member in struct:ifnet
440 void if_start(struct ifnet *);
539 if_start(ifp); \
H A Dif_ef.c130 ifp->if_start = ef_start;
H A Dif_epair.c514 /* Support ALTQ via the clasic if_start() path. */
539 * queuing to the ifq but do not call ifp->if_start.
813 ifp->if_start = epair_start;
839 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.c3373 if_start(struct ifnet *ifp) function
3376 (*(ifp)->if_start)(ifp);
3413 (*(ifp)->if_start)(ifp);
/freebsd-10.0-release/sys/dev/wi/
H A Dif_wi_pci.c257 ifp->if_start(ifp);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dif_pflog.c124 ifp->if_start = pflogstart;
/freebsd-10.0-release/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.c555 ifp->if_start = ng_iface_start;
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_cbq.c591 if (ifp->if_start &&
594 (*ifp->if_start)(ifp);
H A Daltq_subr.c470 ifp->if_start != NULL)
471 (*ifp->if_start)(ifp);
/freebsd-10.0-release/sys/dev/cm/
H A Dsmc90cx6.c188 ifp->if_start = cm_start;
/freebsd-10.0-release/sys/dev/hyperv/netvsc/
H A Dhv_netvsc_drv_freebsd.c264 ifp->if_start = hn_start;
/freebsd-10.0-release/sys/dev/le/
H A Dlance.c128 ifp->if_start = lance_start;
/freebsd-10.0-release/sys/dev/sfxge/
H A Dsfxge.c315 ifp->if_start = sfxge_if_start;
/freebsd-10.0-release/sys/dev/usb/net/
H A Dusb_ethernet.c227 ifp->if_start = ue_start;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_log.c168 ifp->if_start = ipfw_log_start;
/freebsd-10.0-release/sys/powerpc/pseries/
H A Dphyp_llan.c218 sc->ifp->if_start = llan_start;
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c875 dev->if_start = ipoib_start;
1141 dev->if_start = ipoib_vlan_start;
/freebsd-10.0-release/sys/dev/cs/
H A Dif_cs.c498 ifp->if_start=cs_start;
/freebsd-10.0-release/sys/dev/ep/
H A Dif_ep.c305 ifp->if_start = epstart;

Completed in 303 milliseconds

1234567