Searched refs:if_start (Results 26 - 50 of 105) sorted by relevance

12345

/freebsd-12-stable/sys/dev/netfpga10g/nf10bmac/
H A Dif_nf10bmac.c812 ifp->if_start = nf10bmac_start;
/freebsd-12-stable/sys/dev/vx/
H A Dif_vx.c196 ifp->if_start = vx_start;
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_axge.c455 ifp->if_start = uether_start;
H A Dif_axe.c877 ifp->if_start = uether_start;
H A Dif_smsc.c1656 ifp->if_start = uether_start;
H A Dif_ure.c691 ifp->if_start = uether_start;
/freebsd-12-stable/sys/dev/smc/
H A Dif_smc.c384 ifp->if_start = smc_start;
/freebsd-12-stable/sys/dev/sn/
H A Dif_sn.c209 ifp->if_start = snstart;
/freebsd-12-stable/sys/net/
H A Dif.c4102 if_start(struct ifnet *ifp) function
4105 (*(ifp)->if_start)(ifp);
4149 (*(ifp)->if_start)(ifp);
4693 ((struct ifnet *)ifp)->if_start = (void *)start_fn;
/freebsd-12-stable/sys/powerpc/ps3/
H A Dif_glc.c264 sc->sc_ifp->if_start = glc_start;
/freebsd-12-stable/sys/arm/allwinner/
H A Dif_emac.c965 ifp->if_start = emac_start;
/freebsd-12-stable/sys/dev/cs/
H A Dif_cs.c486 ifp->if_start=cs_start;
/freebsd-12-stable/sys/dev/bm/
H A Dif_bm.c475 ifp->if_start = bm_start;
/freebsd-12-stable/sys/dev/dwc/
H A Dif_dwc.c1368 ifp->if_start = dwc_txstart;
/freebsd-12-stable/sys/dev/ed/
H A Dif_ed.c287 ifp->if_start = ed_start;
/freebsd-12-stable/sys/dev/ffec/
H A Dif_ffec.c1742 ifp->if_start = ffec_txstart;
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c644 ifp->if_start = nm_vi_start;
/freebsd-12-stable/sys/dev/pcn/
H A Dif_pcn.c633 ifp->if_start = pcn_start;
/freebsd-12-stable/sys/dev/lge/
H A Dif_lge.c544 ifp->if_start = lge_start;
/freebsd-12-stable/sys/dev/wb/
H A Dif_wb.c668 ifp->if_start = wb_start;
/freebsd-12-stable/sys/dev/qlxgb/
H A Dqla_os.c681 ifp->if_start = qla_start;
/freebsd-12-stable/sys/dev/qlxge/
H A Dqls_os.c747 ifp->if_start = qls_start;
/freebsd-12-stable/sys/dev/sume/
H A Dif_sume.c1174 ifp->if_start = sume_if_start;
/freebsd-12-stable/sys/dev/sbni/
H A Dif_sbni.c237 ifp->if_start = sbni_start;
/freebsd-12-stable/sys/dev/bfe/
H A Dif_bfe.c495 ifp->if_start = bfe_start;

Completed in 366 milliseconds

12345