sbin/routed/defs.h
488
extern struct interface *ifnet; /* all interfaces */
sbin/routed/if.c
108
ifp->int_prev = &ifnet;
sbin/routed/if.c
109
ifp->int_next = ifnet;
sbin/routed/if.c
110
if (ifnet != 0)
sbin/routed/if.c
111
ifnet->int_prev = &ifp->int_next;
sbin/routed/if.c
112
ifnet = ifp;
sbin/routed/if.c
1131
for (ifp1 = ifnet; 0 != ifp1; ifp1 = ifp1->int_next) {
sbin/routed/if.c
1208
for (ifp = ifnet; ifp != 0; ifp = ifp1) {
sbin/routed/if.c
1233
for (ifp = ifnet; ifp != 0; ifp = ifp->int_next) {
sbin/routed/if.c
224
for (ifp = ifnet; 0 != ifp; ifp = ifp->int_next) {
sbin/routed/if.c
252
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/if.c
329
for (ifp = ifnet; ifp != 0; ifp = ifp->int_next) {
sbin/routed/if.c
401
for (ifp = ifnet; 0 != ifp; ifp = ifp->int_next) {
sbin/routed/if.c
48
struct interface *ifnet; /* all interfaces */
sbin/routed/if.c
492
for (ifp1 = ifnet; 0 != ifp1; ifp1 = ifp1->int_next) {
sbin/routed/if.c
580
for (ifp1 = ifnet; 0 != ifp1; ifp1 = ifp1->int_next) {
sbin/routed/if.c
616
for (ifp1 = ifnet; 0 != ifp1; ifp1 = ifp1->int_next) {
sbin/routed/if.c
716
for (ifp = ifnet; 0 != ifp; ifp = ifp->int_next)
sbin/routed/main.c
530
for (ifp = ifnet; n > 0 && 0 != ifp; ifp = ifp->int_next) {
sbin/routed/main.c
574
for (ifp = ifnet; 0 != ifp; ifp = ifp->int_next) {
sbin/routed/main.c
593
for (ifp = ifnet; 0 != ifp; ifp = ifp->int_next) {
sbin/routed/main.c
699
for (ifp = ifnet; ifp != 0; ifp = ifp->int_next) {
sbin/routed/main.c
772
for (ifp = ifnet; ifp != 0; ifp = ifp->int_next) {
sbin/routed/main.c
787
for (ifp = ifnet; ifp != 0; ifp = ifp->int_next) {
sbin/routed/output.c
855
for (ifp = ifnet; ifp != 0; ifp = ifp->int_next) {
sbin/routed/output.c
930
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/parms.c
357
for (ifp = ifnet; 0 != ifp; ifp = ifp->int_next) {
sbin/routed/rdisc.c
289
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/rdisc.c
842
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/rdisc.c
884
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/table.c
1939
for (ifp = ifnet; ifp != 0; ifp = ifp->int_next) {
sbin/routed/table.c
1956
for (ifp = ifnet; ifp != 0; ifp = ifp->int_next) {
sbin/routed/table.c
2126
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
sbin/routed/trace.c
881
for (ifp = ifnet; ifp != 0; ifp = ifp->int_next)
sys/altq/altq_afmap.c
103
afm_dealloc(struct ifnet *ifp)
sys/altq/altq_afmap.c
119
afm_top(struct ifnet *ifp)
sys/altq/altq_afmap.c
130
afm_add(struct ifnet *ifp, struct atm_flowmap *flowmap)
sys/altq/altq_afmap.c
171
afm_removeall(struct ifnet *ifp)
sys/altq/altq_afmap.c
185
afm_lookup(struct ifnet *ifp, int vpi, int vci)
sys/altq/altq_afmap.c
269
afm_match(struct ifnet *ifp, struct flowinfo *flow)
sys/altq/altq_afmap.c
292
afmhead_if(struct ifnet *ifp)
sys/altq/altq_afmap.c
341
struct ifnet *ifp;
sys/altq/altq_afmap.c
83
afm_alloc(struct ifnet *ifp)
sys/altq/altq_afmap.h
100
struct afm *afm_match(struct ifnet *, struct flowinfo *);
sys/altq/altq_afmap.h
101
struct afm_head *afmhead_if(struct ifnet *);
sys/altq/altq_afmap.h
90
struct ifnet *afh_ifp;
sys/altq/altq_afmap.h
93
struct afm *afm_top(struct ifnet *);
sys/altq/altq_afmap.h
94
int afm_alloc(struct ifnet *);
sys/altq/altq_afmap.h
95
int afm_dealloc(struct ifnet *);
sys/altq/altq_afmap.h
96
int afm_add(struct ifnet *, struct atm_flowmap *);
sys/altq/altq_afmap.h
98
int afm_removeall(struct ifnet *);
sys/altq/altq_afmap.h
99
struct afm *afm_lookup(struct ifnet *, int, int);
sys/altq/altq_blue.c
158
struct ifnet *ifp;
sys/altq/altq_cbq.c
251
struct ifnet *ifp;
sys/altq/altq_cbq.c
267
struct ifnet *ifp;
sys/altq/altq_cbq.c
581
struct ifnet *ifp;
sys/altq/altq_cbq.c
899
struct ifnet *ifp;
sys/altq/altq_cbq.c
988
struct ifnet *ifp;
sys/altq/altq_cdnr.c
135
struct ifnet *ifp;
sys/altq/altq_cdnr.c
211
struct ifnet *ifp;
sys/altq/altq_cdnr.c
838
struct ifnet *ifp;
sys/altq/altq_conf.c
217
struct ifnet *ifp;
sys/altq/altq_fifoq.c
126
struct ifnet *ifp;
sys/altq/altq_hfsc.c
180
struct ifnet *ifp;
sys/altq/altq_hfsc.c
196
struct ifnet *ifp;
sys/altq/altq_hfsc.c
2004
struct ifnet *ifp;
sys/altq/altq_jobs.c
1952
struct ifnet *ifp;
sys/altq/altq_priq.c
112
struct ifnet *ifp;
sys/altq/altq_priq.c
128
struct ifnet *ifp;
sys/altq/altq_priq.c
800
struct ifnet *ifp;
sys/altq/altq_red.c
761
struct ifnet *ifp;
sys/altq/altq_rio.c
495
struct ifnet *ifp;
sys/altq/altq_subr.c
116
struct ifnet *ifp;
sys/altq/altq_subr.c
354
struct ifnet *ifp;
sys/altq/altq_subr.c
446
struct ifnet *ifp;
sys/altq/altq_var.h
209
struct ifnet; struct mbuf;
sys/altq/altq_wfq.c
115
struct ifnet *ifp;
sys/altq/altq_wfq.c
653
struct ifnet *ifp;
sys/altq/if_altq.h
54
struct ifnet *altq_ifp; /* back pointer to interface */
sys/arch/acorn32/podulebus/if_ie.c
1241
struct ifnet *ifp;
sys/arch/acorn32/podulebus/if_ie.c
1444
iestart(struct ifnet *ifp)
sys/arch/acorn32/podulebus/if_ie.c
1509
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/acorn32/podulebus/if_ie.c
155
void iewatchdog( struct ifnet *ifp );
sys/arch/acorn32/podulebus/if_ie.c
156
int ieioctl( struct ifnet *ifp, u_long cmd, void *data );
sys/arch/acorn32/podulebus/if_ie.c
157
void iestart( struct ifnet *ifp );
sys/arch/acorn32/podulebus/if_ie.c
305
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/acorn32/podulebus/if_ie.c
584
ieioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/arch/acorn32/podulebus/if_ie.c
676
iewatchdog(struct ifnet *ifp)
sys/arch/acorn32/podulebus/if_ie.c
833
struct ifnet *ifp;
sys/arch/alpha/alpha/autoconf.c
211
struct ifnet *ifp = if_get_bylla(enaddr, ETHER_ADDR_LEN, &psref);
sys/arch/amiga/dev/if_es.c
1048
eswatchdog(struct ifnet *ifp)
sys/arch/amiga/dev/if_es.c
1059
esmediachange(struct ifnet *ifp)
sys/arch/amiga/dev/if_es.c
1065
esmediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/amiga/dev/if_es.c
109
void esstart(struct ifnet *);
sys/arch/amiga/dev/if_es.c
110
void eswatchdog(struct ifnet *);
sys/arch/amiga/dev/if_es.c
111
int esioctl(struct ifnet *, u_long, void *);
sys/arch/amiga/dev/if_es.c
117
int esmediachange(struct ifnet *);
sys/arch/amiga/dev/if_es.c
118
void esmediastatus(struct ifnet *, struct ifmediareq *);
sys/arch/amiga/dev/if_es.c
148
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/if_es.c
256
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/if_es.c
305
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/if_es.c
548
struct ifnet *ifp;
sys/arch/amiga/dev/if_es.c
740
esstart(struct ifnet *ifp)
sys/arch/amiga/dev/if_es.c
946
esioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/amiga/dev/if_qn.c
150
int qnioctl(struct ifnet *, u_long, void *);
sys/arch/amiga/dev/if_qn.c
151
void qnstart(struct ifnet *);
sys/arch/amiga/dev/if_qn.c
152
void qnwatchdog(struct ifnet *);
sys/arch/amiga/dev/if_qn.c
194
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/if_qn.c
258
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/if_qn.c
301
qnwatchdog(struct ifnet *ifp)
sys/arch/amiga/dev/if_qn.c
380
qnstart(struct ifnet *ifp)
sys/arch/amiga/dev/if_qn.c
527
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/if_qn.c
795
qnioctl(register struct ifnet *ifp, u_long cmd, void *data)
sys/arch/amiga/dev/zz9k_if.c
100
static int zzif_ioctl(struct ifnet *ifp, u_long cmd, void *data);
sys/arch/amiga/dev/zz9k_if.c
128
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/zz9k_if.c
203
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/zz9k_if.c
216
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/zz9k_if.c
225
zzif_start(struct ifnet *ifp)
sys/arch/amiga/dev/zz9k_if.c
295
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/amiga/dev/zz9k_if.c
327
zzif_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/amiga/dev/zz9k_if.c
98
static void zzif_start(struct ifnet *ifp);
sys/arch/arm/at91/at91emac.c
100
static void emac_ifstart (struct ifnet *);
sys/arch/arm/at91/at91emac.c
101
static void emac_ifwatchdog (struct ifnet *);
sys/arch/arm/at91/at91emac.c
102
static int emac_ifinit (struct ifnet *);
sys/arch/arm/at91/at91emac.c
103
static void emac_ifstop (struct ifnet *, int);
sys/arch/arm/at91/at91emac.c
104
static void emac_setaddr (struct ifnet *);
sys/arch/arm/at91/at91emac.c
210
struct ifnet * ifp = &sc->sc_ec.ec_if;
sys/arch/arm/at91/at91emac.c
320
struct ifnet * ifp = &sc->sc_ec.ec_if;
sys/arch/arm/at91/at91emac.c
532
emac_statchg(struct ifnet *ifp)
sys/arch/arm/at91/at91emac.c
553
struct ifnet * ifp = &sc->sc_ec.ec_if;
sys/arch/arm/at91/at91emac.c
575
emac_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/at91/at91emac.c
594
emac_ifstart(struct ifnet *ifp)
sys/arch/arm/at91/at91emac.c
685
emac_ifwatchdog(struct ifnet *ifp)
sys/arch/arm/at91/at91emac.c
696
emac_ifinit(struct ifnet *ifp)
sys/arch/arm/at91/at91emac.c
720
emac_ifstop(struct ifnet *ifp, int disable)
sys/arch/arm/at91/at91emac.c
751
emac_setaddr(struct ifnet *ifp)
sys/arch/arm/at91/at91emac.c
97
void emac_statchg (struct ifnet *);
sys/arch/arm/at91/at91emac.c
99
static int emac_ifioctl (struct ifnet *, u_long, void *);
sys/arch/arm/broadcom/bcm53xx_eth.c
1036
struct ifnet * const ifp = &sc->sc_if;
sys/arch/arm/broadcom/bcm53xx_eth.c
1594
struct ifnet * const ifp = &sc->sc_if;
sys/arch/arm/broadcom/bcm53xx_eth.c
1741
bcmeth_ifstart(struct ifnet *ifp)
sys/arch/arm/broadcom/bcm53xx_eth.c
184
static void bcmeth_ifstart(struct ifnet *);
sys/arch/arm/broadcom/bcm53xx_eth.c
185
static void bcmeth_ifwatchdog(struct ifnet *);
sys/arch/arm/broadcom/bcm53xx_eth.c
186
static int bcmeth_ifinit(struct ifnet *);
sys/arch/arm/broadcom/bcm53xx_eth.c
187
static void bcmeth_ifstop(struct ifnet *, int);
sys/arch/arm/broadcom/bcm53xx_eth.c
188
static int bcmeth_ifioctl(struct ifnet *, u_long, void *);
sys/arch/arm/broadcom/bcm53xx_eth.c
1906
struct ifnet * const ifp = &sc->sc_if;
sys/arch/arm/broadcom/bcm53xx_eth.c
1958
struct ifnet * const ifp = &sc->sc_if;
sys/arch/arm/broadcom/bcm53xx_eth.c
228
static int bcmeth_mediachange(struct ifnet *);
sys/arch/arm/broadcom/bcm53xx_eth.c
229
static void bcmeth_mediastatus(struct ifnet *, struct ifmediareq *);
sys/arch/arm/broadcom/bcm53xx_eth.c
266
struct ifnet * const ifp = &ec->ec_if;
sys/arch/arm/broadcom/bcm53xx_eth.c
431
bcmeth_mediachange(struct ifnet *ifp)
sys/arch/arm/broadcom/bcm53xx_eth.c
438
bcmeth_mediastatus(struct ifnet *ifp, struct ifmediareq *ifm)
sys/arch/arm/broadcom/bcm53xx_eth.c
458
bcmeth_ifinit(struct ifnet *ifp)
sys/arch/arm/broadcom/bcm53xx_eth.c
604
bcmeth_ifstop(struct ifnet *ifp, int disable)
sys/arch/arm/broadcom/bcm53xx_eth.c
663
bcmeth_ifwatchdog(struct ifnet *ifp)
sys/arch/arm/broadcom/bcm53xx_eth.c
668
bcmeth_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/broadcom/bcm53xx_eth.c
997
struct ifnet * const ifp = &sc->sc_if;
sys/arch/arm/ep93xx/epe.c
100
void epe_statchg (struct ifnet *);
sys/arch/arm/ep93xx/epe.c
102
static int epe_ifioctl (struct ifnet *, u_long, void *);
sys/arch/arm/ep93xx/epe.c
103
static void epe_ifstart (struct ifnet *);
sys/arch/arm/ep93xx/epe.c
104
static void epe_ifwatchdog (struct ifnet *);
sys/arch/arm/ep93xx/epe.c
105
static int epe_ifinit (struct ifnet *);
sys/arch/arm/ep93xx/epe.c
106
static void epe_ifstop (struct ifnet *, int);
sys/arch/arm/ep93xx/epe.c
107
static void epe_setaddr (struct ifnet *);
sys/arch/arm/ep93xx/epe.c
149
struct ifnet * ifp = &sc->sc_ec.ec_if;
sys/arch/arm/ep93xx/epe.c
197
struct ifnet * ifp = &sc->sc_ec.ec_if;
sys/arch/arm/ep93xx/epe.c
276
struct ifnet * ifp = &sc->sc_ec.ec_if;
sys/arch/arm/ep93xx/epe.c
466
epe_statchg(struct ifnet *ifp)
sys/arch/arm/ep93xx/epe.c
487
struct ifnet * ifp = &sc->sc_ec.ec_if;
sys/arch/arm/ep93xx/epe.c
509
epe_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/ep93xx/epe.c
525
epe_ifstart(struct ifnet *ifp)
sys/arch/arm/ep93xx/epe.c
635
epe_ifwatchdog(struct ifnet *ifp)
sys/arch/arm/ep93xx/epe.c
646
epe_ifinit(struct ifnet *ifp)
sys/arch/arm/ep93xx/epe.c
669
epe_ifstop(struct ifnet *ifp, int disable)
sys/arch/arm/ep93xx/epe.c
688
epe_setaddr(struct ifnet *ifp)
sys/arch/arm/gemini/gemini_gmac.c
538
struct ifnet *ifp;
sys/arch/arm/gemini/gemini_gmac.c
759
struct ifnet * const ifp = hwq->hwq_ifp;
sys/arch/arm/gemini/gemini_gmacvar.h
147
struct ifnet *hwq_ifp;
sys/arch/arm/gemini/if_gmc.c
292
gmc_mediachange(struct ifnet *ifp)
sys/arch/arm/gemini/if_gmc.c
303
gmc_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/arm/gemini/if_gmc.c
313
gmc_mii_statchg(struct ifnet *ifp)
sys/arch/arm/gemini/if_gmc.c
356
gmc_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/gemini/if_gmc.c
383
gmc_ifstart(struct ifnet *ifp)
sys/arch/arm/gemini/if_gmc.c
407
gmc_ifstop(struct ifnet *ifp, int disable)
sys/arch/arm/gemini/if_gmc.c
443
gmc_ifinit(struct ifnet *ifp)
sys/arch/arm/gemini/if_gmc.c
749
struct ifnet * const ifp = &sc->sc_if;
sys/arch/arm/gemini/if_gpn.c
123
static void gpn_ifstart(struct ifnet *);
sys/arch/arm/gemini/if_gpn.c
250
struct ifnet * const ifp = &sc->sc_if;
sys/arch/arm/gemini/if_gpn.c
352
gpn_ifstart(struct ifnet *ifp)
sys/arch/arm/gemini/if_gpn.c
565
gpn_ifinit(struct ifnet *ifp)
sys/arch/arm/gemini/if_gpn.c
591
gpn_ifstop(struct ifnet *ifp, int disable)
sys/arch/arm/gemini/if_gpn.c
611
gpn_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/gemini/if_gpn.c
643
gpn_mediachange(struct ifnet *ifp)
sys/arch/arm/gemini/if_gpn.c
649
gpn_mediastatus(struct ifnet *ifp, struct ifmediareq *imr)
sys/arch/arm/gemini/if_gpn.c
665
struct ifnet * const ifp = &sc->sc_if;
sys/arch/arm/imx/if_enet.c
1114
enet_miibus_statchg(struct ifnet *ifp)
sys/arch/arm/imx/if_enet.c
1311
struct ifnet *ifp;
sys/arch/arm/imx/if_enet.c
138
static void enet_rx_csum(struct enet_softc *, struct ifnet *, struct mbuf *,
sys/arch/arm/imx/if_enet.c
141
static void enet_start(struct ifnet *);
sys/arch/arm/imx/if_enet.c
143
static int enet_ioctl(struct ifnet *, u_long, void *);
sys/arch/arm/imx/if_enet.c
144
static int enet_init(struct ifnet *);
sys/arch/arm/imx/if_enet.c
145
static void enet_stop(struct ifnet *, int);
sys/arch/arm/imx/if_enet.c
146
static void enet_watchdog(struct ifnet *);
sys/arch/arm/imx/if_enet.c
147
static void enet_mediastatus(struct ifnet *, struct ifmediareq *);
sys/arch/arm/imx/if_enet.c
151
static void enet_miibus_statchg(struct ifnet *);
sys/arch/arm/imx/if_enet.c
173
struct ifnet *ifp;
sys/arch/arm/imx/if_enet.c
367
struct ifnet *ifp;
sys/arch/arm/imx/if_enet.c
406
struct ifnet *ifp;
sys/arch/arm/imx/if_enet.c
442
struct ifnet *ifp;
sys/arch/arm/imx/if_enet.c
517
struct ifnet *ifp;
sys/arch/arm/imx/if_enet.c
637
enet_rx_csum(struct enet_softc *sc, struct ifnet *ifp, struct mbuf *m, int idx)
sys/arch/arm/imx/if_enet.c
715
struct ifnet *ifp = &ec->ec_if;
sys/arch/arm/imx/if_enet.c
799
enet_init(struct ifnet *ifp)
sys/arch/arm/imx/if_enet.c
847
enet_start(struct ifnet *ifp)
sys/arch/arm/imx/if_enet.c
894
enet_stop(struct ifnet *ifp, int disable)
sys/arch/arm/imx/if_enet.c
925
enet_watchdog(struct ifnet *ifp)
sys/arch/arm/imx/if_enet.c
948
enet_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/arm/imx/if_enet.c
960
struct ifnet *ifp = &ec->ec_if;
sys/arch/arm/imx/if_enet.c
976
enet_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/arch/arm/sociox/if_scx.c
1098
scx_stop(struct ifnet *ifp, int disable)
sys/arch/arm/sociox/if_scx.c
1124
scx_init(struct ifnet *ifp)
sys/arch/arm/sociox/if_scx.c
1221
scx_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/sociox/if_scx.c
1285
struct ifnet * const ifp = &ec->ec_if;
sys/arch/arm/sociox/if_scx.c
1363
scx_start(struct ifnet *ifp)
sys/arch/arm/sociox/if_scx.c
1485
scx_watchdog(struct ifnet *ifp)
sys/arch/arm/sociox/if_scx.c
1566
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/arm/sociox/if_scx.c
1601
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/arm/sociox/if_scx.c
1701
mii_statchg(struct ifnet *ifp)
sys/arch/arm/sociox/if_scx.c
1766
scx_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/arm/sociox/if_scx.c
566
static void scx_stop(struct ifnet *, int);
sys/arch/arm/sociox/if_scx.c
567
static int scx_init(struct ifnet *);
sys/arch/arm/sociox/if_scx.c
568
static int scx_ioctl(struct ifnet *, u_long, void *);
sys/arch/arm/sociox/if_scx.c
570
static void scx_start(struct ifnet *);
sys/arch/arm/sociox/if_scx.c
571
static void scx_watchdog(struct ifnet *);
sys/arch/arm/sociox/if_scx.c
577
static void mii_statchg(struct ifnet *);
sys/arch/arm/sociox/if_scx.c
578
static void scx_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/arch/arm/sociox/if_scx.c
872
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/arch/arm/sunxi/sun4i_emac.c
174
static void sun4i_emac_miibus_statchg(struct ifnet *);
sys/arch/arm/sunxi/sun4i_emac.c
176
static void sun4i_emac_ifstart(struct ifnet *);
sys/arch/arm/sunxi/sun4i_emac.c
177
static int sun4i_emac_ifioctl(struct ifnet *, u_long, void *);
sys/arch/arm/sunxi/sun4i_emac.c
178
static int sun4i_emac_ifinit(struct ifnet *);
sys/arch/arm/sunxi/sun4i_emac.c
179
static void sun4i_emac_ifstop(struct ifnet *, int);
sys/arch/arm/sunxi/sun4i_emac.c
180
static void sun4i_emac_ifwatchdog(struct ifnet *);
sys/arch/arm/sunxi/sun4i_emac.c
242
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/arch/arm/sunxi/sun4i_emac.c
435
sun4i_emac_miibus_statchg(struct ifnet *ifp)
sys/arch/arm/sunxi/sun4i_emac.c
543
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/arch/arm/sunxi/sun4i_emac.c
613
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/arch/arm/sunxi/sun4i_emac.c
640
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/arch/arm/sunxi/sun4i_emac.c
669
sun4i_emac_ifstart(struct ifnet *ifp)
sys/arch/arm/sunxi/sun4i_emac.c
704
sun4i_emac_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/sunxi/sun4i_emac.c
733
sun4i_emac_ifstop(struct ifnet *ifp, int discard)
sys/arch/arm/sunxi/sun4i_emac.c
755
sun4i_emac_ifinit(struct ifnet *ifp)
sys/arch/arm/sunxi/sun4i_emac.c
821
sun4i_emac_ifwatchdog(struct ifnet *ifp)
sys/arch/arm/sunxi/sun4i_emac.c
836
struct ifnet * const ifp = &ec->ec_if;
sys/arch/arm/sunxi/sunxi_can.c
100
static int sunxi_can_ifioctl(struct ifnet *, u_long, void *);
sys/arch/arm/sunxi/sunxi_can.c
101
static void sunxi_can_ifwatchdog(struct ifnet *);
sys/arch/arm/sunxi/sunxi_can.c
136
struct ifnet *ifp;
sys/arch/arm/sunxi/sunxi_can.c
248
struct ifnet *ifp = sc->sc_ifp;
sys/arch/arm/sunxi/sunxi_can.c
306
struct ifnet * const ifp = sc->sc_ifp;
sys/arch/arm/sunxi/sunxi_can.c
342
struct ifnet * const ifp = sc->sc_ifp;
sys/arch/arm/sunxi/sunxi_can.c
422
sunxi_can_ifstart(struct ifnet *ifp)
sys/arch/arm/sunxi/sunxi_can.c
558
sunxi_can_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/sunxi/sunxi_can.c
600
sunxi_can_ifwatchdog(struct ifnet *ifp)
sys/arch/arm/sunxi/sunxi_can.c
80
struct ifnet *sc_ifp;
sys/arch/arm/sunxi/sunxi_can.c
99
static void sunxi_can_ifstart(struct ifnet *);
sys/arch/arm/sunxi/sunxi_emac.c
1374
struct ifnet *ifp = &sc->ec.ec_if;
sys/arch/arm/sunxi/sunxi_emac.c
298
sunxi_emac_mii_statchg(struct ifnet *ifp)
sys/arch/arm/sunxi/sunxi_emac.c
443
struct ifnet *ifp = &sc->ec.ec_if;
sys/arch/arm/sunxi/sunxi_emac.c
493
sunxi_emac_start(struct ifnet *ifp)
sys/arch/arm/sunxi/sunxi_emac.c
537
struct ifnet *ifp = &ec->ec_if;
sys/arch/arm/sunxi/sunxi_emac.c
668
struct ifnet *ifp = &sc->ec.ec_if;
sys/arch/arm/sunxi/sunxi_emac.c
720
sunxi_emac_init(struct ifnet *ifp)
sys/arch/arm/sunxi/sunxi_emac.c
735
struct ifnet *ifp = &sc->ec.ec_if;
sys/arch/arm/sunxi/sunxi_emac.c
773
sunxi_emac_stop(struct ifnet *ifp, int disable)
sys/arch/arm/sunxi/sunxi_emac.c
785
struct ifnet *ifp = &sc->ec.ec_if;
sys/arch/arm/sunxi/sunxi_emac.c
853
struct ifnet *ifp = &sc->ec.ec_if;
sys/arch/arm/sunxi/sunxi_emac.c
895
struct ifnet *ifp = &sc->ec.ec_if;
sys/arch/arm/sunxi/sunxi_emac.c
917
sunxi_emac_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/ti/if_cpsw.c
1047
cpsw_stop(struct ifnet *ifp, int disable)
sys/arch/arm/ti/if_cpsw.c
1152
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/arch/arm/ti/if_cpsw.c
1242
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/arch/arm/ti/if_cpsw.c
154
static void cpsw_start(struct ifnet *);
sys/arch/arm/ti/if_cpsw.c
155
static int cpsw_ioctl(struct ifnet *, u_long, void *);
sys/arch/arm/ti/if_cpsw.c
156
static void cpsw_watchdog(struct ifnet *);
sys/arch/arm/ti/if_cpsw.c
157
static int cpsw_init(struct ifnet *);
sys/arch/arm/ti/if_cpsw.c
158
static void cpsw_stop(struct ifnet *, int);
sys/arch/arm/ti/if_cpsw.c
162
static void cpsw_mii_statchg(struct ifnet *);
sys/arch/arm/ti/if_cpsw.c
346
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/arch/arm/ti/if_cpsw.c
397
struct ifnet * const ifp = &ec->ec_if;
sys/arch/arm/ti/if_cpsw.c
609
cpsw_start(struct ifnet *ifp)
sys/arch/arm/ti/if_cpsw.c
739
cpsw_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/ti/if_cpsw.c
759
cpsw_watchdog(struct ifnet *ifp)
sys/arch/arm/ti/if_cpsw.c
835
cpsw_mii_statchg(struct ifnet *ifp)
sys/arch/arm/ti/if_cpsw.c
897
cpsw_init(struct ifnet *ifp)
sys/arch/arm/xscale/ixp425_if_npe.c
1140
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/arm/xscale/ixp425_if_npe.c
1159
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/arm/xscale/ixp425_if_npe.c
1186
npeinit(struct ifnet *ifp)
sys/arch/arm/xscale/ixp425_if_npe.c
1233
npestart(struct ifnet *ifp)
sys/arch/arm/xscale/ixp425_if_npe.c
1349
npestop(struct ifnet *ifp, int disable)
sys/arch/arm/xscale/ixp425_if_npe.c
1381
npewatchdog(struct ifnet *ifp)
sys/arch/arm/xscale/ixp425_if_npe.c
1394
npeioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/arm/xscale/ixp425_if_npe.c
1637
npe_miibus_statchg(struct ifnet *ifp)
sys/arch/arm/xscale/ixp425_if_npe.c
202
static int npeinit(struct ifnet *);
sys/arch/arm/xscale/ixp425_if_npe.c
205
static void npestart(struct ifnet *);
sys/arch/arm/xscale/ixp425_if_npe.c
206
static void npestop(struct ifnet *, int);
sys/arch/arm/xscale/ixp425_if_npe.c
207
static void npewatchdog(struct ifnet *);
sys/arch/arm/xscale/ixp425_if_npe.c
208
static int npeioctl(struct ifnet *, u_long, void *);
sys/arch/arm/xscale/ixp425_if_npe.c
220
static void npe_miibus_statchg(struct ifnet *);
sys/arch/arm/xscale/ixp425_if_npe.c
265
struct ifnet *ifp;
sys/arch/arm/xscale/ixp425_if_npe.c
344
struct ifnet *ifp = &ec->ec_if;
sys/arch/arm/xscale/ixp425_if_npe.c
687
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/arm/xscale/ixp425_if_npe.c
780
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/arm/xscale/ixp425_if_npe.c
922
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/emips/ebus/if_le_ebus.c
116
void enic_reset(struct ifnet *);
sys/arch/emips/ebus/if_le_ebus.c
117
int enic_init(struct ifnet *);
sys/arch/emips/ebus/if_le_ebus.c
118
void enic_stop(struct ifnet *, int);
sys/arch/emips/ebus/if_le_ebus.c
119
void enic_start(struct ifnet *);
sys/arch/emips/ebus/if_le_ebus.c
121
void enic_watchdog(struct ifnet *);
sys/arch/emips/ebus/if_le_ebus.c
122
int enic_mediachange(struct ifnet *);
sys/arch/emips/ebus/if_le_ebus.c
123
void enic_mediastatus(struct ifnet *, struct ifmediareq *);
sys/arch/emips/ebus/if_le_ebus.c
124
int enic_ioctl(struct ifnet *, u_long, void *);
sys/arch/emips/ebus/if_le_ebus.c
159
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/emips/ebus/if_le_ebus.c
316
enic_reset(struct ifnet *ifp)
sys/arch/emips/ebus/if_le_ebus.c
327
enic_stop(struct ifnet *ifp, int suspend)
sys/arch/emips/ebus/if_le_ebus.c
348
struct ifnet *ifp = arg;
sys/arch/emips/ebus/if_le_ebus.c
515
enic_init(struct ifnet *ifp)
sys/arch/emips/ebus/if_le_ebus.c
548
enic_watchdog(struct ifnet *ifp)
sys/arch/emips/ebus/if_le_ebus.c
562
enic_mediachange(struct ifnet *ifp)
sys/arch/emips/ebus/if_le_ebus.c
573
enic_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/emips/ebus/if_le_ebus.c
591
enic_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/emips/ebus/if_le_ebus.c
681
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/emips/ebus/if_le_ebus.c
737
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/emips/ebus/if_le_ebus.c
792
enic_start(struct ifnet *ifp)
sys/arch/evbppc/virtex/dev/if_temac.c
1124
struct ifnet *ifp = &sc->sc_if;
sys/arch/evbppc/virtex/dev/if_temac.c
201
static int temac_init(struct ifnet *);
sys/arch/evbppc/virtex/dev/if_temac.c
202
static int temac_ioctl(struct ifnet *, u_long, void *);
sys/arch/evbppc/virtex/dev/if_temac.c
203
static void temac_start(struct ifnet *);
sys/arch/evbppc/virtex/dev/if_temac.c
204
static void temac_stop(struct ifnet *, int);
sys/arch/evbppc/virtex/dev/if_temac.c
208
static void temac_mii_statchg(struct ifnet *);
sys/arch/evbppc/virtex/dev/if_temac.c
328
struct ifnet *ifp = &sc->sc_if;
sys/arch/evbppc/virtex/dev/if_temac.c
579
temac_init(struct ifnet *ifp)
sys/arch/evbppc/virtex/dev/if_temac.c
643
temac_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/evbppc/virtex/dev/if_temac.c
658
temac_start(struct ifnet *ifp)
sys/arch/evbppc/virtex/dev/if_temac.c
783
temac_stop(struct ifnet *ifp, int disable)
sys/arch/evbppc/virtex/dev/if_temac.c
845
temac_mii_statchg(struct ifnet *ifp)
sys/arch/mac68k/dev/if_mc.c
142
struct ifnet *ifp = &sc->sc_if;
sys/arch/mac68k/dev/if_mc.c
170
mcioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/mac68k/dev/if_mc.c
246
mcstart(struct ifnet *ifp)
sys/arch/mac68k/dev/if_mc.c
382
mcwatchdog(struct ifnet *ifp)
sys/arch/mac68k/dev/if_mc.c
574
struct ifnet *ifp = &sc->sc_if;
sys/arch/mac68k/dev/if_mc.c
655
struct ifnet *ifp = &ec->ec_if;
sys/arch/mac68k/dev/if_mc.c
75
hide void mcwatchdog(struct ifnet *);
sys/arch/mac68k/dev/if_mc.c
78
hide int mcioctl(struct ifnet *, u_long, void *);
sys/arch/mac68k/dev/if_mc.c
79
hide void mcstart(struct ifnet *);
sys/arch/mac68k/nubus/if_ae_nubus.c
127
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/arch/mac68k/nubus/if_ae_nubus.c
492
ae_nb_watchdog(struct ifnet *ifp)
sys/arch/mac68k/nubus/if_ae_nubus.c
73
static void ae_nb_watchdog(struct ifnet *);
sys/arch/mac68k/nubus/if_netdock_nubus.c
143
static void netdock_watchdog(struct ifnet *);
sys/arch/mac68k/nubus/if_netdock_nubus.c
146
static int netdock_ioctl(struct ifnet *, u_long, void *);
sys/arch/mac68k/nubus/if_netdock_nubus.c
147
static void netdock_start(struct ifnet *);
sys/arch/mac68k/nubus/if_netdock_nubus.c
354
struct ifnet *ifp = &sc->sc_if;
sys/arch/mac68k/nubus/if_netdock_nubus.c
374
netdock_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/mac68k/nubus/if_netdock_nubus.c
437
netdock_start(struct ifnet *ifp)
sys/arch/mac68k/nubus/if_netdock_nubus.c
542
netdock_watchdog(struct ifnet *ifp)
sys/arch/mac68k/nubus/if_netdock_nubus.c
657
struct ifnet *ifp = &sc->sc_if;
sys/arch/mac68k/nubus/if_netdock_nubus.c
697
struct ifnet *ifp = &sc->sc_if;
sys/arch/mac68k/nubus/if_netdock_nubus.c
752
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/am79c950.c
139
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/am79c950.c
170
mcioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/macppc/dev/am79c950.c
248
mcstart(struct ifnet *ifp)
sys/arch/macppc/dev/am79c950.c
379
mcwatchdog(struct ifnet *ifp)
sys/arch/macppc/dev/am79c950.c
568
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/am79c950.c
649
struct ifnet *ifp = &ec->ec_if;
sys/arch/macppc/dev/am79c950.c
71
hide void mcwatchdog(struct ifnet *);
sys/arch/macppc/dev/am79c950.c
713
mc_mediachange(struct ifnet *ifp)
sys/arch/macppc/dev/am79c950.c
719
mc_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/macppc/dev/am79c950.c
74
hide int mcioctl(struct ifnet *, u_long, void *);
sys/arch/macppc/dev/am79c950.c
75
hide void mcstart(struct ifnet *);
sys/arch/macppc/dev/am79c950.c
84
static int mc_mediachange(struct ifnet *);
sys/arch/macppc/dev/am79c950.c
85
static void mc_mediastatus(struct ifnet *, struct ifmediareq *);
sys/arch/macppc/dev/if_bm.c
110
void bmac_start(struct ifnet *);
sys/arch/macppc/dev/if_bm.c
114
void bmac_watchdog(struct ifnet *);
sys/arch/macppc/dev/if_bm.c
115
int bmac_ioctl(struct ifnet *, u_long, void *);
sys/arch/macppc/dev/if_bm.c
120
void bmac_mii_statchg(struct ifnet *);
sys/arch/macppc/dev/if_bm.c
179
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_bm.c
298
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_bm.c
458
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_bm.c
533
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_bm.c
558
bmac_start(struct ifnet *ifp)
sys/arch/macppc/dev/if_bm.c
678
bmac_watchdog(struct ifnet *ifp)
sys/arch/macppc/dev/if_bm.c
692
bmac_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/arch/macppc/dev/if_bm.c
776
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_bm.c
875
bmac_mii_statchg(struct ifnet *ifp)
sys/arch/macppc/dev/if_gm.c
106
void gmac_start(struct ifnet *);
sys/arch/macppc/dev/if_gm.c
115
int gmac_ioctl(struct ifnet *, u_long, void *);
sys/arch/macppc/dev/if_gm.c
116
void gmac_watchdog(struct ifnet *);
sys/arch/macppc/dev/if_gm.c
120
void gmac_mii_statchg(struct ifnet *);
sys/arch/macppc/dev/if_gm.c
145
struct ifnet * const ifp = &sc->sc_if;
sys/arch/macppc/dev/if_gm.c
343
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_gm.c
353
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_gm.c
446
gmac_start(struct ifnet *ifp)
sys/arch/macppc/dev/if_gm.c
558
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_gm.c
643
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_gm.c
723
struct ifnet *ifp = &sc->sc_if;
sys/arch/macppc/dev/if_gm.c
746
gmac_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/arch/macppc/dev/if_gm.c
824
gmac_watchdog(struct ifnet *ifp)
sys/arch/macppc/dev/if_gm.c
881
gmac_mii_statchg(struct ifnet *ifp)
sys/arch/mips/adm5120/dev/if_admsw.c
1023
admsw_init(struct ifnet *ifp)
sys/arch/mips/adm5120/dev/if_admsw.c
1063
admsw_stop(struct ifnet *ifp, int disable)
sys/arch/mips/adm5120/dev/if_admsw.c
1107
struct ifnet *ifp;
sys/arch/mips/adm5120/dev/if_admsw.c
1224
admsw_mediachange(struct ifnet *ifp)
sys/arch/mips/adm5120/dev/if_admsw.c
1261
admsw_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/mips/adm5120/dev/if_admsw.c
129
static void admsw_start(struct ifnet *);
sys/arch/mips/adm5120/dev/if_admsw.c
130
static void admsw_watchdog(struct ifnet *);
sys/arch/mips/adm5120/dev/if_admsw.c
131
static int admsw_ioctl(struct ifnet *, u_long, void *);
sys/arch/mips/adm5120/dev/if_admsw.c
132
static int admsw_init(struct ifnet *);
sys/arch/mips/adm5120/dev/if_admsw.c
133
static void admsw_stop(struct ifnet *, int);
sys/arch/mips/adm5120/dev/if_admsw.c
147
static int admsw_mediachange(struct ifnet *);
sys/arch/mips/adm5120/dev/if_admsw.c
148
static void admsw_mediastatus(struct ifnet *, struct ifmediareq *);
sys/arch/mips/adm5120/dev/if_admsw.c
328
struct ifnet *ifp;
sys/arch/mips/adm5120/dev/if_admsw.c
530
admsw_start(struct ifnet *ifp)
sys/arch/mips/adm5120/dev/if_admsw.c
686
admsw_watchdog(struct ifnet *ifp)
sys/arch/mips/adm5120/dev/if_admsw.c
730
admsw_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/mips/adm5120/dev/if_admsw.c
832
struct ifnet *ifp;
sys/arch/mips/adm5120/dev/if_admsw.c
901
struct ifnet *ifp;
sys/arch/mips/alchemy/dev/if_aumac.c
1041
aumac_mii_statchg(struct ifnet *ifp)
sys/arch/mips/alchemy/dev/if_aumac.c
171
static void aumac_start(struct ifnet *);
sys/arch/mips/alchemy/dev/if_aumac.c
172
static void aumac_watchdog(struct ifnet *);
sys/arch/mips/alchemy/dev/if_aumac.c
173
static int aumac_ioctl(struct ifnet *, u_long, void *);
sys/arch/mips/alchemy/dev/if_aumac.c
174
static int aumac_init(struct ifnet *);
sys/arch/mips/alchemy/dev/if_aumac.c
175
static void aumac_stop(struct ifnet *, int);
sys/arch/mips/alchemy/dev/if_aumac.c
192
static void aumac_mii_statchg(struct ifnet *);
sys/arch/mips/alchemy/dev/if_aumac.c
219
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/alchemy/dev/if_aumac.c
386
aumac_start(struct ifnet *ifp)
sys/arch/mips/alchemy/dev/if_aumac.c
463
aumac_watchdog(struct ifnet *ifp)
sys/arch/mips/alchemy/dev/if_aumac.c
480
aumac_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/mips/alchemy/dev/if_aumac.c
542
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/alchemy/dev/if_aumac.c
607
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/alchemy/dev/if_aumac.c
755
aumac_init(struct ifnet *ifp)
sys/arch/mips/alchemy/dev/if_aumac.c
822
aumac_stop(struct ifnet *ifp, int disable)
sys/arch/mips/alchemy/dev/if_aumac.c
888
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/atheros/dev/if_ae.c
1137
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/atheros/dev/if_ae.c
1283
ae_init(struct ifnet *ifp)
sys/arch/mips/atheros/dev/if_ae.c
1492
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/atheros/dev/if_ae.c
154
static void ae_start(struct ifnet *);
sys/arch/mips/atheros/dev/if_ae.c
1546
ae_stop(struct ifnet *ifp, int disable)
sys/arch/mips/atheros/dev/if_ae.c
155
static void ae_watchdog(struct ifnet *);
sys/arch/mips/atheros/dev/if_ae.c
156
static int ae_ioctl(struct ifnet *, u_long, void *);
sys/arch/mips/atheros/dev/if_ae.c
157
static int ae_init(struct ifnet *);
sys/arch/mips/atheros/dev/if_ae.c
158
static void ae_stop(struct ifnet *, int);
sys/arch/mips/atheros/dev/if_ae.c
1654
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/atheros/dev/if_ae.c
176
static void ae_mii_statchg(struct ifnet *);
sys/arch/mips/atheros/dev/if_ae.c
1822
ae_mii_statchg(struct ifnet *ifp)
sys/arch/mips/atheros/dev/if_ae.c
222
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/atheros/dev/if_ae.c
464
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/atheros/dev/if_ae.c
541
ae_start(struct ifnet *ifp)
sys/arch/mips/atheros/dev/if_ae.c
765
ae_watchdog(struct ifnet *ifp)
sys/arch/mips/atheros/dev/if_ae.c
792
struct ifnet *ifp = &ec->ec_if;
sys/arch/mips/atheros/dev/if_ae.c
809
ae_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/mips/atheros/dev/if_ae.c
846
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/atheros/dev/if_ae.c
998
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/cavium/dev/if_cnmac.c
1057
cnmac_watchdog(struct ifnet *ifp)
sys/arch/mips/cavium/dev/if_cnmac.c
1073
cnmac_init(struct ifnet *ifp)
sys/arch/mips/cavium/dev/if_cnmac.c
1106
cnmac_stop(struct ifnet *ifp, int disable)
sys/arch/mips/cavium/dev/if_cnmac.c
115
static void cnmac_mii_statchg(struct ifnet *);
sys/arch/mips/cavium/dev/if_cnmac.c
118
static void cnmac_mediastatus(struct ifnet *, struct ifmediareq *);
sys/arch/mips/cavium/dev/if_cnmac.c
1245
struct ifnet *ifp;
sys/arch/mips/cavium/dev/if_cnmac.c
133
static int cnmac_ioctl(struct ifnet *, u_long, void *);
sys/arch/mips/cavium/dev/if_cnmac.c
134
static void cnmac_watchdog(struct ifnet *);
sys/arch/mips/cavium/dev/if_cnmac.c
135
static int cnmac_init(struct ifnet *);
sys/arch/mips/cavium/dev/if_cnmac.c
136
static void cnmac_stop(struct ifnet *, int);
sys/arch/mips/cavium/dev/if_cnmac.c
1365
struct ifnet *ifp;
sys/arch/mips/cavium/dev/if_cnmac.c
137
static void cnmac_start(struct ifnet *);
sys/arch/mips/cavium/dev/if_cnmac.c
230
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/cavium/dev/if_cnmac.c
451
cnmac_mii_statchg(struct ifnet *ifp)
sys/arch/mips/cavium/dev/if_cnmac.c
470
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/cavium/dev/if_cnmac.c
508
cnmac_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/mips/cavium/dev/if_cnmac.c
704
cnmac_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/mips/cavium/dev/if_cnmac.c
981
cnmac_start(struct ifnet *ifp)
sys/arch/mips/cavium/dev/octeon_gmx.c
1158
struct ifnet *ifp = &sc->sc_port_ec->ec_if;
sys/arch/mips/cavium/dev/octeon_gmx.c
511
struct ifnet *ifp = &sc->sc_port_ec->ec_if;
sys/arch/mips/cavium/dev/octeon_gmx.c
574
struct ifnet *ifp = &ec->ec_if;
sys/arch/mips/cavium/dev/octeon_gmx.c
703
struct ifnet *ifp = &sc->sc_port_ec->ec_if;
sys/arch/mips/cavium/dev/octeon_gmx.c
771
struct ifnet *ifp = &sc->sc_port_ec->ec_if;
sys/arch/mips/cavium/dev/octeon_pip.c
272
octpip_stats(struct octpip_softc *sc, struct ifnet *ifp, int gmx_port)
sys/arch/mips/cavium/dev/octeon_pipvar.h
58
void octpip_stats(struct octpip_softc *, struct ifnet *, int);
sys/arch/mips/ralink/ralink_eth.c
1049
ralink_eth_init(struct ifnet *ifp)
sys/arch/mips/ralink/ralink_eth.c
1088
ralink_eth_stop(struct ifnet *ifp, int disable)
sys/arch/mips/ralink/ralink_eth.c
1152
ralink_eth_start(struct ifnet *ifp)
sys/arch/mips/ralink/ralink_eth.c
1305
ralink_eth_watchdog(struct ifnet *ifp)
sys/arch/mips/ralink/ralink_eth.c
1343
ralink_eth_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/mips/ralink/ralink_eth.c
1454
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/ralink/ralink_eth.c
1620
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/ralink/ralink_eth.c
1653
ralink_eth_mii_statchg(struct ifnet *ifp)
sys/arch/mips/ralink/ralink_eth.c
239
static int ralink_eth_init(struct ifnet *);
sys/arch/mips/ralink/ralink_eth.c
241
static void ralink_eth_stop(struct ifnet *, int);
sys/arch/mips/ralink/ralink_eth.c
243
static void ralink_eth_start(struct ifnet *);
sys/arch/mips/ralink/ralink_eth.c
244
static void ralink_eth_watchdog(struct ifnet *);
sys/arch/mips/ralink/ralink_eth.c
245
static int ralink_eth_ioctl(struct ifnet *, u_long, void *);
sys/arch/mips/ralink/ralink_eth.c
251
static void ralink_eth_mii_statchg(struct ifnet *);
sys/arch/mips/ralink/ralink_eth.c
473
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/ralink/ralink_eth.c
651
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/sibyte/dev/sbmac.c
1715
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/sibyte/dev/sbmac.c
1768
sbmac_start(struct ifnet *ifp)
sys/arch/mips/sibyte/dev/sbmac.c
1830
struct ifnet *ifp = &ec->ec_if;
sys/arch/mips/sibyte/dev/sbmac.c
1927
sbmac_ether_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/mips/sibyte/dev/sbmac.c
1973
sbmac_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/mips/sibyte/dev/sbmac.c
2073
sbmac_watchdog(struct ifnet *ifp)
sys/arch/mips/sibyte/dev/sbmac.c
2226
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/arch/mips/sibyte/dev/sbmac.c
246
static void sbmac_start(struct ifnet *);
sys/arch/mips/sibyte/dev/sbmac.c
248
static int sbmac_ether_ioctl(struct ifnet *, u_long, void *);
sys/arch/mips/sibyte/dev/sbmac.c
249
static int sbmac_ioctl(struct ifnet *, u_long, void *);
sys/arch/mips/sibyte/dev/sbmac.c
250
static void sbmac_watchdog(struct ifnet *);
sys/arch/mips/sibyte/dev/sbmac.c
323
sbmac_mii_statchg(struct ifnet *ifp)
sys/arch/mips/sibyte/dev/sbmac.c
867
struct ifnet *ifp = &(sc->sc_ethercom.ec_if);
sys/arch/mips/sibyte/dev/sbmac.c
980
struct ifnet *ifp = &(sc->sc_ethercom.ec_if);
sys/arch/newsmips/apbus/if_sn.c
1028
struct ifnet *ifp = &sc->sc_if;
sys/arch/newsmips/apbus/if_sn.c
105
struct ifnet *ifp = &sc->sc_if;
sys/arch/newsmips/apbus/if_sn.c
221
snioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/newsmips/apbus/if_sn.c
302
snstart(struct ifnet *ifp)
sys/arch/newsmips/apbus/if_sn.c
473
snwatchdog(struct ifnet *ifp)
sys/arch/newsmips/apbus/if_sn.c
62
static void snwatchdog(struct ifnet *);
sys/arch/newsmips/apbus/if_sn.c
623
struct ifnet *ifp;
sys/arch/newsmips/apbus/if_sn.c
65
static int snioctl(struct ifnet *ifp, u_long cmd, void *data);
sys/arch/newsmips/apbus/if_sn.c
66
static void snstart(struct ifnet *ifp);
sys/arch/newsmips/apbus/if_sn.c
872
struct ifnet *ifp = &sc->sc_if;
sys/arch/newsmips/apbus/if_tlp_ap.c
239
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/newsmips/apbus/if_tlp_ap.c
258
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/newsmips/apbus/if_tlp_ap.c
269
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/if_xe.c
534
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/if_xe.c
585
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/if_xe.c
613
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/if_xe.c
638
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/if_xe.c
702
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/mb8795.c
100
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/mb8795.c
143
mb8795_mediachange(struct ifnet *ifp)
sys/arch/next68k/dev/mb8795.c
187
mb8795_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/next68k/dev/mb8795.c
246
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/mb8795.c
363
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/mb8795.c
483
mb8795_watchdog(struct ifnet *ifp)
sys/arch/next68k/dev/mb8795.c
501
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/mb8795.c
558
mb8795_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/next68k/dev/mb8795.c
663
mb8795_start(struct ifnet *ifp)
sys/arch/next68k/dev/mb8795.c
704
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/next68k/dev/mb8795.c
94
int mb8795_mediachange(struct ifnet *);
sys/arch/next68k/dev/mb8795.c
95
void mb8795_mediastatus(struct ifnet *, struct ifmediareq *);
sys/arch/next68k/dev/mb8795var.h
101
int mb8795_ioctl(struct ifnet *, u_long, void *);
sys/arch/next68k/dev/mb8795var.h
103
void mb8795_start(struct ifnet *);
sys/arch/next68k/dev/mb8795var.h
105
void mb8795_watchdog(struct ifnet *);
sys/arch/playstation2/dev/emac3.c
230
struct ifnet *ifp = &ec->ec_if;
sys/arch/playstation2/dev/emac3.c
351
emac3_phy_statchg(struct ifnet *ifp)
sys/arch/playstation2/dev/emac3var.h
58
void emac3_phy_statchg(struct ifnet *);
sys/arch/playstation2/dev/if_smap.c
124
STATIC void smap_start(struct ifnet *);
sys/arch/playstation2/dev/if_smap.c
125
STATIC void smap_watchdog(struct ifnet *);
sys/arch/playstation2/dev/if_smap.c
126
STATIC int smap_ioctl(struct ifnet *, u_long, void *);
sys/arch/playstation2/dev/if_smap.c
127
STATIC int smap_init(struct ifnet *);
sys/arch/playstation2/dev/if_smap.c
128
STATIC void smap_stop(struct ifnet *, int);
sys/arch/playstation2/dev/if_smap.c
152
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/arch/playstation2/dev/if_smap.c
246
smap_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/arch/playstation2/dev/if_smap.c
270
struct ifnet *ifp;
sys/arch/playstation2/dev/if_smap.c
323
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/arch/playstation2/dev/if_smap.c
410
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/arch/playstation2/dev/if_smap.c
455
smap_start(struct ifnet *ifp)
sys/arch/playstation2/dev/if_smap.c
542
smap_watchdog(struct ifnet *ifp)
sys/arch/playstation2/dev/if_smap.c
555
smap_init(struct ifnet *ifp)
sys/arch/playstation2/dev/if_smap.c
592
smap_stop(struct ifnet *ifp, int disable)
sys/arch/powerpc/booke/dev/pq3etsec.c
1028
pq3etsec_ifstop(struct ifnet *ifp, int disable)
sys/arch/powerpc/booke/dev/pq3etsec.c
1110
pq3etsec_ifwatchdog(struct ifnet *ifp)
sys/arch/powerpc/booke/dev/pq3etsec.c
1119
struct ifnet * const ifp = &sc->sc_if;
sys/arch/powerpc/booke/dev/pq3etsec.c
1192
pq3etsec_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/powerpc/booke/dev/pq3etsec.c
1585
struct ifnet * const ifp = &sc->sc_if;
sys/arch/powerpc/booke/dev/pq3etsec.c
1616
struct ifnet * const ifp = &sc->sc_if;
sys/arch/powerpc/booke/dev/pq3etsec.c
2162
struct ifnet * const ifp = &sc->sc_if;
sys/arch/powerpc/booke/dev/pq3etsec.c
2330
pq3etsec_ifstart(struct ifnet *ifp)
sys/arch/powerpc/booke/dev/pq3etsec.c
2492
struct ifnet * const ifp = &sc->sc_if;
sys/arch/powerpc/booke/dev/pq3etsec.c
264
static void pq3etsec_ifstart(struct ifnet *);
sys/arch/powerpc/booke/dev/pq3etsec.c
265
static void pq3etsec_ifwatchdog(struct ifnet *);
sys/arch/powerpc/booke/dev/pq3etsec.c
266
static int pq3etsec_ifinit(struct ifnet *);
sys/arch/powerpc/booke/dev/pq3etsec.c
267
static void pq3etsec_ifstop(struct ifnet *, int);
sys/arch/powerpc/booke/dev/pq3etsec.c
268
static int pq3etsec_ifioctl(struct ifnet *, u_long, void *);
sys/arch/powerpc/booke/dev/pq3etsec.c
471
pq3etsec_mii_statchg(struct ifnet *ifp)
sys/arch/powerpc/booke/dev/pq3etsec.c
527
pq3etsec_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/powerpc/booke/dev/pq3etsec.c
538
pq3etsec_mediachange(struct ifnet *ifp)
sys/arch/powerpc/booke/dev/pq3etsec.c
749
struct ifnet * const ifp = &ec->ec_if;
sys/arch/powerpc/booke/dev/pq3etsec.c
867
pq3etsec_ifinit(struct ifnet *ifp)
sys/arch/powerpc/ibm4xx/dev/if_emac.c
1014
emac_tso_sw_segment(struct emac_softc *sc, struct ifnet *ifp,
sys/arch/powerpc/ibm4xx/dev/if_emac.c
1102
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/powerpc/ibm4xx/dev/if_emac.c
1193
emac_start(struct ifnet *ifp)
sys/arch/powerpc/ibm4xx/dev/if_emac.c
1498
emac_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/powerpc/ibm4xx/dev/if_emac.c
1561
emac_init(struct ifnet *ifp)
sys/arch/powerpc/ibm4xx/dev/if_emac.c
1756
emac_stop(struct ifnet *ifp, int disable)
sys/arch/powerpc/ibm4xx/dev/if_emac.c
1813
emac_watchdog(struct ifnet *ifp)
sys/arch/powerpc/ibm4xx/dev/if_emac.c
1898
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/powerpc/ibm4xx/dev/if_emac.c
1968
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2262
emac_mii_statchg(struct ifnet *ifp)
sys/arch/powerpc/ibm4xx/dev/if_emac.c
2366
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/powerpc/ibm4xx/dev/if_emac.c
373
static void emac_start(struct ifnet *);
sys/arch/powerpc/ibm4xx/dev/if_emac.c
374
static int emac_ioctl(struct ifnet *, u_long, void *);
sys/arch/powerpc/ibm4xx/dev/if_emac.c
375
static int emac_init(struct ifnet *);
sys/arch/powerpc/ibm4xx/dev/if_emac.c
376
static void emac_stop(struct ifnet *, int);
sys/arch/powerpc/ibm4xx/dev/if_emac.c
377
static void emac_watchdog(struct ifnet *);
sys/arch/powerpc/ibm4xx/dev/if_emac.c
392
static void emac_mii_statchg(struct ifnet *);
sys/arch/powerpc/ibm4xx/dev/if_emac.c
419
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/powerpc/mpc5200/fec.c
126
struct ifnet *ifp = &sc->sc_if;
sys/arch/powerpc/mpc5200/fec.c
265
fec_miibus_statchg(struct ifnet *ifp)
sys/arch/powerpc/mpc5200/fec.c
355
struct ifnet *ifp = &sc->sc_if;
sys/arch/powerpc/mpc5200/fec.c
419
struct ifnet *ifp = &sc->sc_if;
sys/arch/powerpc/mpc5200/fec.c
472
fec_init(struct ifnet *ifp)
sys/arch/powerpc/mpc5200/fec.c
566
fec_stop(struct ifnet *ifp, int disable)
sys/arch/powerpc/mpc5200/fec.c
611
fec_start(struct ifnet *ifp)
sys/arch/powerpc/mpc5200/fec.c
673
struct ifnet *ifp = &sc->sc_if;
sys/arch/powerpc/mpc5200/fec.c
722
struct ifnet *ifp = &sc->sc_if;
sys/arch/powerpc/mpc5200/fec.c
752
fec_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/powerpc/mpc5200/fec.c
82
static void fec_miibus_statchg(struct ifnet *);
sys/arch/powerpc/mpc5200/fec.c
84
static int fec_ioctl(struct ifnet *, u_long, void *);
sys/arch/powerpc/mpc5200/fec.c
85
static int fec_init(struct ifnet *);
sys/arch/powerpc/mpc5200/fec.c
86
static void fec_stop(struct ifnet *, int);
sys/arch/powerpc/mpc5200/fec.c
87
static void fec_start(struct ifnet *);
sys/arch/sgimips/hpc/if_sq.c
103
static int sq_init(struct ifnet *);
sys/arch/sgimips/hpc/if_sq.c
104
static void sq_start(struct ifnet *);
sys/arch/sgimips/hpc/if_sq.c
105
static void sq_stop(struct ifnet *, int);
sys/arch/sgimips/hpc/if_sq.c
106
static void sq_watchdog(struct ifnet *);
sys/arch/sgimips/hpc/if_sq.c
107
static int sq_ioctl(struct ifnet *, u_long, void *);
sys/arch/sgimips/hpc/if_sq.c
1076
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/hpc/if_sq.c
1142
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/hpc/if_sq.c
1214
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/hpc/if_sq.c
186
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/hpc/if_sq.c
385
sq_init(struct ifnet *ifp)
sys/arch/sgimips/hpc/if_sq.c
483
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/hpc/if_sq.c
520
sq_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/sgimips/hpc/if_sq.c
545
sq_start(struct ifnet *ifp)
sys/arch/sgimips/hpc/if_sq.c
831
sq_stop(struct ifnet *ifp, int disable)
sys/arch/sgimips/hpc/if_sq.c
856
sq_watchdog(struct ifnet *ifp)
sys/arch/sgimips/hpc/if_sq.c
908
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/hpc/if_sq.c
954
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/mace/if_mec.c
1413
mec_stop(struct ifnet *ifp, int disable)
sys/arch/sgimips/mace/if_mec.c
1439
mec_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/sgimips/mace/if_mec.c
1465
mec_watchdog(struct ifnet *ifp)
sys/arch/sgimips/mace/if_mec.c
1492
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/mace/if_mec.c
1550
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/mace/if_mec.c
1630
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/mace/if_mec.c
1748
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/mace/if_mec.c
1843
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/mace/if_mec.c
392
static void mec_statchg(struct ifnet *);
sys/arch/sgimips/mace/if_mec.c
394
static int mec_init(struct ifnet * ifp);
sys/arch/sgimips/mace/if_mec.c
395
static void mec_start(struct ifnet *);
sys/arch/sgimips/mace/if_mec.c
396
static void mec_watchdog(struct ifnet *);
sys/arch/sgimips/mace/if_mec.c
398
static int mec_ioctl(struct ifnet *, u_long, void *);
sys/arch/sgimips/mace/if_mec.c
402
static void mec_stop(struct ifnet *, int);
sys/arch/sgimips/mace/if_mec.c
431
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sgimips/mace/if_mec.c
830
mec_statchg(struct ifnet *ifp)
sys/arch/sgimips/mace/if_mec.c
853
mec_init(struct ifnet *ifp)
sys/arch/sgimips/mace/if_mec.c
941
mec_start(struct ifnet *ifp)
sys/arch/sparc64/dev/vnet.c
1122
vnet_start(struct ifnet *ifp)
sys/arch/sparc64/dev/vnet.c
1250
vnet_start_desc(struct ifnet *ifp)
sys/arch/sparc64/dev/vnet.c
1325
vnet_ioctl(struct ifnet *ifp, u_long cmd, void* data)
sys/arch/sparc64/dev/vnet.c
1376
vnet_watchdog(struct ifnet *ifp)
sys/arch/sparc64/dev/vnet.c
1385
vnet_media_change(struct ifnet *ifp)
sys/arch/sparc64/dev/vnet.c
1391
vnet_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/arch/sparc64/dev/vnet.c
1403
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sparc64/dev/vnet.c
1460
vnet_init(struct ifnet *ifp)
sys/arch/sparc64/dev/vnet.c
1527
vnet_stop(struct ifnet *ifp, int disable)
sys/arch/sparc64/dev/vnet.c
216
void vnet_start(struct ifnet *);
sys/arch/sparc64/dev/vnet.c
217
void vnet_start_desc(struct ifnet *);
sys/arch/sparc64/dev/vnet.c
218
int vnet_ioctl(struct ifnet *, u_long, void *);
sys/arch/sparc64/dev/vnet.c
219
void vnet_watchdog(struct ifnet *);
sys/arch/sparc64/dev/vnet.c
221
int vnet_media_change(struct ifnet *);
sys/arch/sparc64/dev/vnet.c
222
void vnet_media_status(struct ifnet *, struct ifmediareq *);
sys/arch/sparc64/dev/vnet.c
228
int vnet_init(struct ifnet *);
sys/arch/sparc64/dev/vnet.c
229
void vnet_stop(struct ifnet *, int);
sys/arch/sparc64/dev/vnet.c
248
struct ifnet *ifp;
sys/arch/sparc64/dev/vnet.c
664
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sparc64/dev/vnet.c
761
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sparc64/dev/vnet.c
842
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sun2/dev/if_ec.c
117
void ec_reset(struct ifnet *);
sys/arch/sun2/dev/if_ec.c
118
int ec_init(struct ifnet *);
sys/arch/sun2/dev/if_ec.c
119
int ec_ioctl(struct ifnet *, u_long, void *);
sys/arch/sun2/dev/if_ec.c
120
void ec_watchdog(struct ifnet *);
sys/arch/sun2/dev/if_ec.c
121
void ec_start(struct ifnet *);
sys/arch/sun2/dev/if_ec.c
128
int ec_mediachange(struct ifnet *);
sys/arch/sun2/dev/if_ec.c
129
void ec_mediastatus(struct ifnet *, struct ifmediareq *);
sys/arch/sun2/dev/if_ec.c
189
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sun2/dev/if_ec.c
250
ec_reset(struct ifnet *ifp)
sys/arch/sun2/dev/if_ec.c
264
ec_init(struct ifnet *ifp)
sys/arch/sun2/dev/if_ec.c
297
ec_start(struct ifnet *ifp)
sys/arch/sun2/dev/if_ec.c
351
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sun2/dev/if_ec.c
454
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sun2/dev/if_ec.c
540
ec_mediachange(struct ifnet *ifp)
sys/arch/sun2/dev/if_ec.c
547
ec_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/arch/sun2/dev/if_ec.c
560
ec_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/sun2/dev/if_ec.c
628
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/sun2/dev/if_ec.c
656
ec_watchdog(struct ifnet *ifp)
sys/arch/sun3/dev/if_ie.c
1320
struct ifnet *ifp;
sys/arch/sun3/dev/if_ie.c
1407
ieioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/sun3/dev/if_ie.c
1498
struct ifnet *ifp;
sys/arch/sun3/dev/if_ie.c
174
static void iewatchdog(struct ifnet *);
sys/arch/sun3/dev/if_ie.c
176
static int ieioctl(struct ifnet *, u_long, void *);
sys/arch/sun3/dev/if_ie.c
177
static void iestart(struct ifnet *);
sys/arch/sun3/dev/if_ie.c
286
struct ifnet *ifp = &sc->sc_if;
sys/arch/sun3/dev/if_ie.c
430
iewatchdog(struct ifnet *ifp)
sys/arch/sun3/dev/if_ie.c
580
struct ifnet *ifp;
sys/arch/sun3/dev/if_ie.c
715
struct ifnet *ifp;
sys/arch/sun3/dev/if_ie.c
954
iestart(struct ifnet *ifp)
sys/arch/usermode/dev/if_veth.c
104
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/arch/usermode/dev/if_veth.c
177
veth_init(struct ifnet *ifp)
sys/arch/usermode/dev/if_veth.c
201
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/arch/usermode/dev/if_veth.c
246
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/arch/usermode/dev/if_veth.c
255
veth_start(struct ifnet *ifp)
sys/arch/usermode/dev/if_veth.c
294
veth_stop(struct ifnet *ifp, int disable)
sys/arch/usermode/dev/if_veth.c
302
veth_watchdog(struct ifnet *ifp)
sys/arch/usermode/dev/if_veth.c
310
veth_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/usermode/dev/if_veth.c
338
veth_ifmedia_change(struct ifnet *ifp)
sys/arch/usermode/dev/if_veth.c
345
veth_ifmedia_status(struct ifnet *ifp, struct ifmediareq *req)
sys/arch/usermode/dev/if_veth.c
53
static int veth_init(struct ifnet *);
sys/arch/usermode/dev/if_veth.c
54
static void veth_start(struct ifnet *);
sys/arch/usermode/dev/if_veth.c
55
static void veth_stop(struct ifnet *, int);
sys/arch/usermode/dev/if_veth.c
56
static void veth_watchdog(struct ifnet *);
sys/arch/usermode/dev/if_veth.c
57
static int veth_ioctl(struct ifnet *, u_long, void *);
sys/arch/usermode/dev/if_veth.c
63
static int veth_ifmedia_change(struct ifnet *);
sys/arch/usermode/dev/if_veth.c
64
static void veth_ifmedia_status(struct ifnet *, struct ifmediareq *);
sys/arch/xen/include/xennet_checksum.h
32
struct ifnet;
sys/arch/xen/include/xennet_checksum.h
35
int xennet_checksum_fill(struct ifnet *, struct mbuf *,
sys/arch/xen/x86/autoconf.c
189
struct ifnet *ifp = nd->nd_ifp;
sys/arch/xen/xen/if_xennet_xenbus.c
1191
xennet_start(struct ifnet *ifp)
sys/arch/xen/xen/if_xennet_xenbus.c
1295
xennet_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/xen/xen/if_xennet_xenbus.c
1325
xennet_init(struct ifnet *ifp)
sys/arch/xen/xen/if_xennet_xenbus.c
1348
xennet_stop(struct ifnet *ifp, int disable)
sys/arch/xen/xen/if_xennet_xenbus.c
1432
struct ifnet *ifp = nd->nd_ifp;
sys/arch/xen/xen/if_xennet_xenbus.c
251
static int xennet_init(struct ifnet *);
sys/arch/xen/xen/if_xennet_xenbus.c
252
static void xennet_stop(struct ifnet *, int);
sys/arch/xen/xen/if_xennet_xenbus.c
253
static void xennet_start(struct ifnet *);
sys/arch/xen/xen/if_xennet_xenbus.c
254
static int xennet_ioctl(struct ifnet *, u_long, void *);
sys/arch/xen/xen/if_xennet_xenbus.c
283
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/xen/xen/if_xennet_xenbus.c
482
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/xen/xen/if_xennet_xenbus.c
790
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/xen/xen/if_xennet_xenbus.c
943
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/xen/xen/if_xennet_xenbus.c
998
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/arch/xen/xen/xennet_checksum.c
74
xennet_checksum_fill(struct ifnet *ifp, struct mbuf *m,
sys/arch/xen/xen/xennetback_xenbus.c
1004
xennetback_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/arch/xen/xen/xennetback_xenbus.c
1019
xennetback_ifstart(struct ifnet *ifp)
sys/arch/xen/xen/xennetback_xenbus.c
1033
xennetback_rx_copy_process(struct ifnet *ifp, struct xnetback_instance *xneti,
sys/arch/xen/xen/xennetback_xenbus.c
1168
struct ifnet *ifp = &xneti->xni_if;
sys/arch/xen/xen/xennetback_xenbus.c
1302
xennetback_ifwatchdog(struct ifnet * ifp)
sys/arch/xen/xen/xennetback_xenbus.c
1317
xennetback_ifinit(struct ifnet *ifp)
sys/arch/xen/xen/xennetback_xenbus.c
1333
xennetback_ifstop(struct ifnet *ifp, int disable)
sys/arch/xen/xen/xennetback_xenbus.c
134
static int xennetback_ifioctl(struct ifnet *, u_long, void *);
sys/arch/xen/xen/xennetback_xenbus.c
135
static void xennetback_ifstart(struct ifnet *);
sys/arch/xen/xen/xennetback_xenbus.c
137
static void xennetback_ifwatchdog(struct ifnet *);
sys/arch/xen/xen/xennetback_xenbus.c
138
static int xennetback_ifinit(struct ifnet *);
sys/arch/xen/xen/xennetback_xenbus.c
139
static void xennetback_ifstop(struct ifnet *, int);
sys/arch/xen/xen/xennetback_xenbus.c
175
struct ifnet *ifp;
sys/arch/xen/xen/xennetback_xenbus.c
633
xennetback_copy(struct ifnet *ifp, gnttab_copy_t *gop, int copycnt,
sys/arch/xen/xen/xennetback_xenbus.c
657
xennetback_tx_copy_abort(struct ifnet *ifp, struct xnetback_instance *xneti,
sys/arch/xen/xen/xennetback_xenbus.c
679
xennetback_tx_copy_process(struct ifnet *ifp, struct xnetback_instance *xneti,
sys/arch/xen/xen/xennetback_xenbus.c
810
struct ifnet *ifp = &xneti->xni_if;
sys/compat/common/if_43.c
231
struct ifnet *ifp;
sys/compat/common/rtsock_14.c
141
compat_14_iflist(struct ifnet *ifp, struct rt_walkarg *w,
sys/compat/common/rtsock_14.c
99
compat_14_rt_oifmsg(struct ifnet *ifp)
sys/compat/common/rtsock_50.c
119
compat_50_iflist(struct ifnet *ifp, struct rt_walkarg *w,
sys/compat/common/rtsock_50.c
77
compat_50_rt_oifmsg(struct ifnet *ifp)
sys/compat/common/rtsock_70.c
55
struct ifnet *ifp;
sys/compat/common/uipc_syscalls_40.c
40
struct ifnet *ifp;
sys/compat/common/uipc_syscalls_50.c
64
struct ifnet *ifp;
sys/compat/linux/common/linux_socket.c
1162
struct ifnet *ifp;
sys/compat/linux/common/linux_socket.c
1189
struct ifnet *ifp;
sys/compat/linux/common/linux_socket.c
1281
struct ifnet *ifp;
sys/compat/linux32/common/linux32_socket.c
393
struct ifnet *ifp;
sys/compat/linux32/common/linux32_socket.c
420
struct ifnet *ifp;
sys/compat/linux32/common/linux32_socket.c
511
struct ifnet *ifp;
sys/compat/net/if.h
134
void compat_14_rt_oifmsg(struct ifnet *);
sys/compat/net/if.h
135
int compat_14_iflist(struct ifnet *, struct rt_walkarg *, struct rt_addrinfo *,
sys/compat/net/if.h
189
void compat_50_rt_oifmsg(struct ifnet *);
sys/compat/net/if.h
190
int compat_50_iflist(struct ifnet *, struct rt_walkarg *, struct rt_addrinfo *,
sys/compat/net/route.h
84
void compat_50_rt_ifannouncemsg(struct ifnet *, int);
sys/compat/net/route.h
85
void compat_50_rt_ieee80211msg(struct ifnet *, int, void *, size_t);
sys/compat/net/route.h
86
void compat_50_rt_ifmsg(struct ifnet *);
sys/dev/bi/if_ni.c
139
static void nistart(struct ifnet *);
sys/dev/bi/if_ni.c
141
static int niioctl(struct ifnet *, u_long, void *);
sys/dev/bi/if_ni.c
144
static void nitimeout(struct ifnet *);
sys/dev/bi/if_ni.c
230
struct ifnet *ifp = (struct ifnet *)&sc->sc_if;
sys/dev/bi/if_ni.c
479
struct ifnet *ifp = &sc->sc_if;
sys/dev/bi/if_ni.c
497
nistart(struct ifnet *ifp)
sys/dev/bi/if_ni.c
575
struct ifnet *ifp = &sc->sc_if;
sys/dev/bi/if_ni.c
679
niioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/bi/if_ni.c
794
struct ifnet *ifp = &sc->sc_if;
sys/dev/bi/if_ni.c
854
nitimeout(struct ifnet *ifp)
sys/dev/cadence/if_cemac.c
1034
cemac_ifstop(struct ifnet *ifp, int disable)
sys/dev/cadence/if_cemac.c
105
static int cemac_mediachange(struct ifnet *);
sys/dev/cadence/if_cemac.c
106
static void cemac_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/cadence/if_cemac.c
1082
cemac_setaddr(struct ifnet *ifp)
sys/dev/cadence/if_cemac.c
109
static void cemac_statchg(struct ifnet *);
sys/dev/cadence/if_cemac.c
111
static int cemac_ifioctl(struct ifnet *, u_long, void *);
sys/dev/cadence/if_cemac.c
112
static void cemac_ifstart(struct ifnet *);
sys/dev/cadence/if_cemac.c
113
static void cemac_ifstart_locked(struct ifnet *);
sys/dev/cadence/if_cemac.c
114
static void cemac_ifwatchdog(struct ifnet *);
sys/dev/cadence/if_cemac.c
115
static int cemac_ifinit(struct ifnet *);
sys/dev/cadence/if_cemac.c
116
static void cemac_ifstop(struct ifnet *, int);
sys/dev/cadence/if_cemac.c
117
static void cemac_setaddr(struct ifnet *);
sys/dev/cadence/if_cemac.c
133
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/cadence/if_cemac.c
249
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/cadence/if_cemac.c
399
struct ifnet * const ifp = &ec->ec_if;
sys/dev/cadence/if_cemac.c
425
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/cadence/if_cemac.c
665
cemac_mediachange(struct ifnet *ifp)
sys/dev/cadence/if_cemac.c
673
cemac_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/cadence/if_cemac.c
717
cemac_statchg(struct ifnet *ifp)
sys/dev/cadence/if_cemac.c
766
cemac_watchdog_tick(struct ifnet *ifp)
sys/dev/cadence/if_cemac.c
786
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/cadence/if_cemac.c
819
cemac_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/cadence/if_cemac.c
854
cemac_ifstart(struct ifnet *ifp)
sys/dev/cadence/if_cemac.c
867
cemac_ifstart_locked(struct ifnet *ifp)
sys/dev/cadence/if_cemac.c
971
cemac_ifwatchdog(struct ifnet *ifp)
sys/dev/cadence/if_cemac.c
982
cemac_ifinit(struct ifnet *ifp)
sys/dev/fdt/fdt_boot.c
487
struct ifnet *ifp;
sys/dev/hyperv/if_hvn.c
1039
hvn_init(struct ifnet *ifp)
sys/dev/hyperv/if_hvn.c
1052
hvn_init_locked(struct ifnet *ifp)
sys/dev/hyperv/if_hvn.c
1075
hvn_stop(struct ifnet *ifp, int disable)
sys/dev/hyperv/if_hvn.c
1085
hvn_stop_locked(struct ifnet *ifp)
sys/dev/hyperv/if_hvn.c
1104
hvn_transmit_common(struct ifnet *ifp, struct hvn_tx_ring *txr,
sys/dev/hyperv/if_hvn.c
1174
hvn_start(struct ifnet *ifp)
sys/dev/hyperv/if_hvn.c
1185
hvn_select_txqueue(struct ifnet *ifp, struct mbuf *m __unused)
sys/dev/hyperv/if_hvn.c
1196
hvn_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/hyperv/if_hvn.c
1224
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
1355
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
1678
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
1718
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
2369
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
3010
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
3034
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
3082
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
3625
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
457
static int hvn_ioctl(struct ifnet *, u_long, void *);
sys/dev/hyperv/if_hvn.c
458
static int hvn_media_change(struct ifnet *);
sys/dev/hyperv/if_hvn.c
459
static void hvn_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/hyperv/if_hvn.c
463
static int hvn_init(struct ifnet *);
sys/dev/hyperv/if_hvn.c
464
static int hvn_init_locked(struct ifnet *);
sys/dev/hyperv/if_hvn.c
465
static void hvn_stop(struct ifnet *, int);
sys/dev/hyperv/if_hvn.c
466
static void hvn_stop_locked(struct ifnet *);
sys/dev/hyperv/if_hvn.c
467
static void hvn_start(struct ifnet *);
sys/dev/hyperv/if_hvn.c
4676
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
468
static int hvn_transmit(struct ifnet *, struct mbuf *);
sys/dev/hyperv/if_hvn.c
4715
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
5070
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
577
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
760
struct ifnet *ifp = SC2IFP(sc);
sys/dev/hyperv/if_hvn.c
810
hvn_ioctl(struct ifnet *ifp, u_long command, void * data)
sys/dev/hyperv/if_hvn.c
911
hvn_media_change(struct ifnet *ifp)
sys/dev/hyperv/if_hvn.c
930
hvn_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/hyperv/if_hvn.c
950
struct ifnet *ifp = SC2IFP(sc);
sys/dev/ic/aic6915.c
1129
sf_stop(struct ifnet *ifp, int disable)
sys/dev/ic/aic6915.c
1265
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/aic6915.c
138
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/aic6915.c
1410
sf_mii_statchg(struct ifnet *ifp)
sys/dev/ic/aic6915.c
350
sf_start(struct ifnet *ifp)
sys/dev/ic/aic6915.c
496
sf_watchdog(struct ifnet *ifp)
sys/dev/ic/aic6915.c
515
sf_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/aic6915.c
620
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/aic6915.c
66
static void sf_start(struct ifnet *);
sys/dev/ic/aic6915.c
67
static void sf_watchdog(struct ifnet *);
sys/dev/ic/aic6915.c
68
static int sf_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/aic6915.c
686
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/aic6915.c
69
static int sf_init(struct ifnet *);
sys/dev/ic/aic6915.c
70
static void sf_stop(struct ifnet *, int);
sys/dev/ic/aic6915.c
833
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/aic6915.c
87
static void sf_mii_statchg(struct ifnet *);
sys/dev/ic/aic6915.c
916
sf_init(struct ifnet *ifp)
sys/dev/ic/am7990.c
463
am7990_start(struct ifnet *ifp)
sys/dev/ic/am7990.c
92
static void am7990_start(struct ifnet *);
sys/dev/ic/am79900.c
130
static void am79900_start(struct ifnet *);
sys/dev/ic/am79900.c
484
am79900_start(struct ifnet *ifp)
sys/dev/ic/an.c
1011
an_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/ic/an.c
119
static int an_init(struct ifnet *);
sys/dev/ic/an.c
120
static void an_stop(struct ifnet *, int);
sys/dev/ic/an.c
1206
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/an.c
121
static void an_start(struct ifnet *);
sys/dev/ic/an.c
122
static void an_watchdog(struct ifnet *);
sys/dev/ic/an.c
123
static int an_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/an.c
124
static int an_media_change(struct ifnet *);
sys/dev/ic/an.c
125
static void an_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/ic/an.c
1375
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/an.c
1536
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/an.c
166
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/an.c
419
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/an.c
454
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/an.c
477
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/an.c
530
an_init(struct ifnet *ifp)
sys/dev/ic/an.c
683
an_stop(struct ifnet *ifp, int disable)
sys/dev/ic/an.c
717
an_start(struct ifnet *ifp)
sys/dev/ic/an.c
880
an_watchdog(struct ifnet *ifp)
sys/dev/ic/an.c
900
an_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/ic/an.c
958
an_media_change(struct ifnet *ifp)
sys/dev/ic/arn5008.c
1032
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/arn5008.c
1068
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/arn5008.c
144
struct ifnet *ifp __unused, u_int size)
sys/dev/ic/arn5008.c
789
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/arn5008.c
970
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/arn9003.c
1100
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/arn9003.c
1189
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/arn9003.c
1213
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/arn9003.c
165
struct ifnet *ifp __unused, u_int size)
sys/dev/ic/arn9003.c
937
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
1015
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
1119
ath_stop_locked(struct ifnet *ifp, int disable)
sys/dev/ic/ath.c
1175
ath_stop(struct ifnet *ifp, int disable)
sys/dev/ic/ath.c
1187
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
1206
ath_reset(struct ifnet *ifp)
sys/dev/ic/ath.c
125
static int ath_ifinit(struct ifnet *);
sys/dev/ic/ath.c
127
static void ath_stop_locked(struct ifnet *, int);
sys/dev/ic/ath.c
128
static void ath_stop(struct ifnet *, int);
sys/dev/ic/ath.c
129
static void ath_start(struct ifnet *);
sys/dev/ic/ath.c
130
static int ath_media_change(struct ifnet *);
sys/dev/ic/ath.c
1303
ath_start(struct ifnet *ifp)
sys/dev/ic/ath.c
131
static void ath_watchdog(struct ifnet *);
sys/dev/ic/ath.c
132
static int ath_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/ath.c
148
static void ath_updateslot(struct ifnet *);
sys/dev/ic/ath.c
1486
ath_media_change(struct ifnet *ifp)
sys/dev/ic/ath.c
1924
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/ath.c
1937
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/ath.c
1969
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
1992
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
2079
ath_updateslot(struct ifnet *ifp)
sys/dev/ic/ath.c
2416
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
2646
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
281
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
3042
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
3614
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
4230
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
4261
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
4304
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
4730
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/ath.c
4952
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
5268
ath_watchdog(struct ifnet *ifp)
sys/dev/ic/ath.c
5357
ath_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/ath.c
5453
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
5484
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
661
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
759
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
876
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
895
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
950
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ath.c
987
ath_ifinit(struct ifnet *ifp)
sys/dev/ic/athn.c
116
Static void athn_start(struct ifnet *);
sys/dev/ic/athn.c
118
Static void athn_watchdog(struct ifnet *);
sys/dev/ic/athn.c
146
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/athn.c
2449
athn_media_change(struct ifnet *ifp)
sys/dev/ic/athn.c
2492
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/athn.c
2618
athn_updateslot(struct ifnet *ifp)
sys/dev/ic/athn.c
2630
athn_start(struct ifnet *ifp)
sys/dev/ic/athn.c
2693
athn_watchdog(struct ifnet *ifp)
sys/dev/ic/athn.c
2717
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/athn.c
2759
athn_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/athn.c
2831
athn_init(struct ifnet *ifp)
sys/dev/ic/athn.c
2942
athn_stop(struct ifnet *ifp, int disable)
sys/dev/ic/athn.c
3006
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/athn.c
3016
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/athn.c
3025
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/athn.c
384
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/athn.c
547
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/athn.c
575
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/athn.c
90
Static int athn_init(struct ifnet *);
sys/dev/ic/athn.c
93
Static int athn_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/athn.c
94
Static int athn_media_change(struct ifnet *);
sys/dev/ic/athnvar.h
620
int (*sc_media_change)(struct ifnet *);
sys/dev/ic/athnvar.h
648
void athn_updateslot(struct ifnet *);
sys/dev/ic/athnvar.h
669
void athn_stop(struct ifnet *, int);
sys/dev/ic/athrate-amrr.c
458
struct ifnet *ifp = arg;
sys/dev/ic/athrate-onoe.c
445
struct ifnet *ifp = arg;
sys/dev/ic/athvar.h
322
int ath_reset(struct ifnet *);
sys/dev/ic/atw.c
1190
atw_init(struct ifnet *ifp)
sys/dev/ic/atw.c
1488
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/atw.c
158
static void atw_dump_pkt(struct ifnet *, struct mbuf *);
sys/dev/ic/atw.c
1694
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/atw.c
183
int atw_init(struct ifnet *);
sys/dev/ic/atw.c
184
int atw_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/atw.c
185
void atw_start(struct ifnet *);
sys/dev/ic/atw.c
186
void atw_stop(struct ifnet *, int);
sys/dev/ic/atw.c
187
void atw_watchdog(struct ifnet *);
sys/dev/ic/atw.c
1972
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/atw.c
2148
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/atw.c
2158
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/atw.c
2487
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/atw.c
252
static int atw_media_change(struct ifnet *);
sys/dev/ic/atw.c
2624
atw_stop(struct ifnet *ifp, int disable)
sys/dev/ic/atw.c
2686
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/atw.c
2779
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/atw.c
2815
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/atw.c
303
is_running(struct ifnet *ifp)
sys/dev/ic/atw.c
3098
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/atw.c
3276
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/atw.c
3387
atw_watchdog(struct ifnet *ifp)
sys/dev/ic/atw.c
3474
atw_dump_pkt(struct ifnet *ifp, struct mbuf *m0)
sys/dev/ic/atw.c
3503
atw_start(struct ifnet *ifp)
sys/dev/ic/atw.c
3906
atw_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/atw.c
3982
atw_media_change(struct ifnet *ifp)
sys/dev/ic/atw.c
510
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/awi.c
1034
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/awi.c
1118
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/awi.c
114
static int awi_init(struct ifnet *);
sys/dev/ic/awi.c
1140
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/awi.c
115
static void awi_stop(struct ifnet *, int);
sys/dev/ic/awi.c
116
static void awi_start(struct ifnet *);
sys/dev/ic/awi.c
117
static void awi_watchdog(struct ifnet *);
sys/dev/ic/awi.c
118
static int awi_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/awi.c
119
static int awi_media_change(struct ifnet *);
sys/dev/ic/awi.c
120
static void awi_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/ic/awi.c
1704
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/awi.c
190
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/awi.c
295
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/awi.c
336
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/awi.c
431
awi_init(struct ifnet *ifp)
sys/dev/ic/awi.c
581
awi_stop(struct ifnet *ifp, int disable)
sys/dev/ic/awi.c
622
awi_start(struct ifnet *ifp)
sys/dev/ic/awi.c
755
awi_watchdog(struct ifnet *ifp)
sys/dev/ic/awi.c
797
awi_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/awi.c
857
awi_media_change(struct ifnet *ifp)
sys/dev/ic/awi.c
928
awi_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/ic/awi.c
978
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/ax88190.c
200
ax88190_mii_statchg(struct ifnet *ifp)
sys/dev/ic/ax88190.c
63
static void ax88190_mii_statchg(struct ifnet *);
sys/dev/ic/ax88190.c
99
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/bcmgenet.c
1052
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/bcmgenet.c
176
genet_mii_statchg(struct ifnet *ifp)
sys/dev/ic/bcmgenet.c
341
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/bcmgenet.c
546
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/bcmgenet.c
602
genet_init(struct ifnet *ifp)
sys/dev/ic/bcmgenet.c
640
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/bcmgenet.c
691
genet_stop(struct ifnet *ifp, int disable)
sys/dev/ic/bcmgenet.c
703
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/bcmgenet.c
796
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/bcmgenet.c
818
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/bcmgenet.c
868
genet_start(struct ifnet *ifp)
sys/dev/ic/bcmgenet.c
901
genet_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/bcmgenet.c
937
struct ifnet * const ifp = &ec->ec_if;
sys/dev/ic/bwfm.c
1031
bwfm_media_change(struct ifnet *ifp)
sys/dev/ic/bwfm.c
2148
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/bwfm.c
330
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwfm.c
483
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/bwfm.c
500
bwfm_start(struct ifnet *ifp)
sys/dev/ic/bwfm.c
552
bwfm_init(struct ifnet *ifp)
sys/dev/ic/bwfm.c
60
void bwfm_start(struct ifnet *);
sys/dev/ic/bwfm.c
61
int bwfm_init(struct ifnet *);
sys/dev/ic/bwfm.c
62
void bwfm_stop(struct ifnet *, int);
sys/dev/ic/bwfm.c
63
void bwfm_watchdog(struct ifnet *);
sys/dev/ic/bwfm.c
64
int bwfm_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/bwfm.c
65
int bwfm_media_change(struct ifnet *);
sys/dev/ic/bwfm.c
688
bwfm_stop(struct ifnet *ifp, int disable)
sys/dev/ic/bwfm.c
717
bwfm_watchdog(struct ifnet *ifp)
sys/dev/ic/bwfm.c
736
bwfm_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/bwfmvar.h
258
void bwfm_start(struct ifnet *);
sys/dev/ic/bwi.c
10012
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
10325
bwi_updateslot(struct ifnet *ifp)
sys/dev/ic/bwi.c
10343
bwi_updateslot_sdio(struct ifnet *ifp)
sys/dev/ic/bwi.c
1119
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
308
static int bwi_init(struct ifnet *);
sys/dev/ic/bwi.c
310
static int bwi_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/bwi.c
311
static void bwi_start(struct ifnet *);
sys/dev/ic/bwi.c
312
static void bwi_watchdog(struct ifnet *);
sys/dev/ic/bwi.c
313
static void bwi_stop(struct ifnet *, int);
sys/dev/ic/bwi.c
318
static int bwi_media_change(struct ifnet *);
sys/dev/ic/bwi.c
414
static void bwi_updateslot(struct ifnet *);
sys/dev/ic/bwi.c
415
static void bwi_updateslot_sdio(struct ifnet *);
sys/dev/ic/bwi.c
5031
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
5235
struct ifnet *ifp = &mac->mac_sc->sc_if;
sys/dev/ic/bwi.c
6702
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
721
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
7278
bwi_init(struct ifnet *ifp)
sys/dev/ic/bwi.c
7291
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
7381
bwi_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/bwi.c
7477
bwi_start(struct ifnet *ifp)
sys/dev/ic/bwi.c
7629
bwi_watchdog(struct ifnet *ifp)
sys/dev/ic/bwi.c
7654
bwi_stop(struct ifnet *ifp, int state_chg)
sys/dev/ic/bwi.c
7874
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
7939
bwi_media_change(struct ifnet *ifp)
sys/dev/ic/bwi.c
859
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
881
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
8854
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
8968
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
9070
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
9902
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/bwi.c
9934
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/cs89x0.c
1164
cs_init(struct ifnet *ifp)
sys/dev/ic/cs89x0.c
1211
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/cs89x0.c
1319
cs_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/cs89x0.c
1351
cs_mediachange(struct ifnet *ifp)
sys/dev/ic/cs89x0.c
1363
cs_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/cs89x0.c
1442
struct ifnet *ifp;
sys/dev/ic/cs89x0.c
1525
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/cs89x0.c
1606
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/cs89x0.c
1643
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/cs89x0.c
1652
struct ifnet *ifp;
sys/dev/ic/cs89x0.c
1760
struct ifnet *ifp;
sys/dev/ic/cs89x0.c
1859
cs_start_output(struct ifnet *ifp)
sys/dev/ic/cs89x0.c
2121
cs_stop(struct ifnet *ifp, int disable)
sys/dev/ic/cs89x0.c
262
static int cs_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/cs89x0.c
269
static void cs_start_output(struct ifnet *);
sys/dev/ic/cs89x0.c
275
static int cs_mediachange(struct ifnet *);
sys/dev/ic/cs89x0.c
276
static void cs_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/cs89x0.c
281
static void cs_stop(struct ifnet *, int);
sys/dev/ic/cs89x0.c
330
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/cs89x0.c
514
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/cs89x0var.h
285
int cs_init(struct ifnet *);
sys/dev/ic/dl10019.c
132
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dl10019.c
250
dl10019_mii_statchg(struct ifnet *ifp)
sys/dev/ic/dl10019.c
64
void dl10019_mii_statchg(struct ifnet *);
sys/dev/ic/dm9000.c
1069
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dm9000.c
160
static int dme_init(struct ifnet *);
sys/dev/ic/dm9000.c
161
static void dme_stop(struct ifnet *, int);
sys/dev/ic/dm9000.c
162
static void dme_start(struct ifnet *);
sys/dev/ic/dm9000.c
163
static int dme_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/dm9000.c
166
static void mii_statchg(struct ifnet *);
sys/dev/ic/dm9000.c
172
static void dme_prepare(struct ifnet *);
sys/dev/ic/dm9000.c
173
static void dme_transmit(struct ifnet *);
sys/dev/ic/dm9000.c
174
static void dme_receive(struct ifnet *);
sys/dev/ic/dm9000.c
191
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dm9000.c
378
dme_init(struct ifnet *ifp)
sys/dev/ic/dm9000.c
401
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/dm9000.c
456
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dm9000.c
463
mii_statchg(struct ifnet *ifp)
sys/dev/ic/dm9000.c
568
dme_stop(struct ifnet *ifp, int disable)
sys/dev/ic/dm9000.c
585
dme_start(struct ifnet *ifp)
sys/dev/ic/dm9000.c
611
dme_prepare(struct ifnet *ifp)
sys/dev/ic/dm9000.c
648
dme_transmit(struct ifnet *ifp)
sys/dev/ic/dm9000.c
669
dme_receive(struct ifnet *ifp)
sys/dev/ic/dm9000.c
739
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dm9000.c
801
dme_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/dm9000.c
842
dme_alloc_receive_buffer(struct ifnet *ifp, unsigned int frame_length)
sys/dev/ic/dm9000.c
974
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dp8390.c
1016
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dp8390.c
1221
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dp8390.c
169
dp8390_mediachange(struct ifnet *ifp)
sys/dev/ic/dp8390.c
182
dp8390_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/dp8390.c
249
dp8390_watchdog(struct ifnet *ifp)
sys/dev/ic/dp8390.c
267
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dp8390.c
401
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dp8390.c
450
dp8390_start(struct ifnet *ifp)
sys/dev/ic/dp8390.c
621
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dp8390.c
82
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dp8390.c
826
dp8390_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/dp8390.c
925
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dp8390.c
950
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/dp8390var.h
160
int dp8390_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/dp8390var.h
161
void dp8390_start(struct ifnet *);
sys/dev/ic/dp8390var.h
162
void dp8390_watchdog(struct ifnet *);
sys/dev/ic/dp8390var.h
180
int dp8390_mediachange(struct ifnet *);
sys/dev/ic/dp8390var.h
181
void dp8390_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/dp83932.c
1064
sonic_stop(struct ifnet *ifp, int disable)
sys/dev/ic/dp83932.c
1183
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dp83932.c
283
sonic_start(struct ifnet *ifp)
sys/dev/ic/dp83932.c
531
sonic_watchdog(struct ifnet *ifp)
sys/dev/ic/dp83932.c
547
sonic_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/dp83932.c
577
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dp83932.c
629
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dp83932.c
64
static void sonic_start(struct ifnet *);
sys/dev/ic/dp83932.c
65
static void sonic_watchdog(struct ifnet *);
sys/dev/ic/dp83932.c
66
static int sonic_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/dp83932.c
67
static int sonic_init(struct ifnet *);
sys/dev/ic/dp83932.c
68
static void sonic_stop(struct ifnet *, int);
sys/dev/ic/dp83932.c
707
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dp83932.c
895
sonic_init(struct ifnet *ifp)
sys/dev/ic/dp83932.c
92
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/dwc_eqos.c
1105
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_eqos.c
1170
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_eqos.c
1249
eqos_start(struct ifnet *ifp)
sys/dev/ic/dwc_eqos.c
1279
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_eqos.c
1418
eqos_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/dwc_eqos.c
1470
struct ifnet * const ifp = &ec->ec_if;
sys/dev/ic/dwc_eqos.c
1732
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_eqos.c
256
eqos_mii_statchg(struct ifnet *ifp)
sys/dev/ic/dwc_eqos.c
553
struct ifnet * const ifp = &ec->ec_if;
sys/dev/ic/dwc_eqos.c
652
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_eqos.c
722
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_eqos.c
842
eqos_init(struct ifnet *ifp)
sys/dev/ic/dwc_eqos.c
859
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_eqos.c
922
eqos_stop(struct ifnet *ifp, int disable)
sys/dev/ic/dwc_eqos.c
934
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_gmac.c
1005
dwc_gmac_stop(struct ifnet *ifp, int disable)
sys/dev/ic/dwc_gmac.c
101
static int dwc_gmac_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/dwc_gmac.c
1130
struct ifnet * const ifp = &ec->ec_if;
sys/dev/ic/dwc_gmac.c
1152
dwc_gmac_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/dwc_gmac.c
1190
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_gmac.c
1249
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_gmac.c
194
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/ic/dwc_gmac.c
809
dwc_gmac_miibus_statchg(struct ifnet *ifp)
sys/dev/ic/dwc_gmac.c
83
static void dwc_gmac_miibus_statchg(struct ifnet *);
sys/dev/ic/dwc_gmac.c
865
dwc_gmac_init(struct ifnet *ifp)
sys/dev/ic/dwc_gmac.c
946
dwc_gmac_start(struct ifnet *ifp)
sys/dev/ic/dwc_gmac.c
959
dwc_gmac_start_locked(struct ifnet *ifp)
sys/dev/ic/dwc_gmac.c
96
static int dwc_gmac_init(struct ifnet *);
sys/dev/ic/dwc_gmac.c
97
static void dwc_gmac_stop(struct ifnet *, int);
sys/dev/ic/dwc_gmac.c
98
static void dwc_gmac_start(struct ifnet *);
sys/dev/ic/dwc_gmac.c
99
static void dwc_gmac_start_locked(struct ifnet *);
sys/dev/ic/elink3.c
1046
ep_media_status(struct ifnet *ifp, struct ifmediareq *req)
sys/dev/ic/elink3.c
1096
epstart(struct ifnet *ifp)
sys/dev/ic/elink3.c
1324
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elink3.c
1368
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elink3.c
1445
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elink3.c
1536
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elink3.c
1664
epioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/elink3.c
1710
epwatchdog(struct ifnet *ifp)
sys/dev/ic/elink3.c
1721
epstop(struct ifnet *ifp, int disable)
sys/dev/ic/elink3.c
181
int epinit(struct ifnet *);
sys/dev/ic/elink3.c
182
void epstop(struct ifnet *, int);
sys/dev/ic/elink3.c
183
int epioctl(struct ifnet *, u_long, void *);
sys/dev/ic/elink3.c
184
void epstart(struct ifnet *);
sys/dev/ic/elink3.c
185
void epwatchdog(struct ifnet *);
sys/dev/ic/elink3.c
197
int ep_media_change(struct ifnet *ifp);
sys/dev/ic/elink3.c
198
void ep_media_status(struct ifnet *ifp, struct ifmediareq *req);
sys/dev/ic/elink3.c
1988
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elink3.c
203
void ep_statchg(struct ifnet *);
sys/dev/ic/elink3.c
2067
ep_statchg(struct ifnet *ifp)
sys/dev/ic/elink3.c
2088
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elink3.c
319
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elink3.c
724
epinit(struct ifnet *ifp)
sys/dev/ic/elink3.c
854
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elink3.c
864
ep_media_change(struct ifnet *ifp)
sys/dev/ic/elinkxl.c
1015
ex_start(struct ifnet *ifp)
sys/dev/ic/elinkxl.c
102
void ex_mii_statchg(struct ifnet *);
sys/dev/ic/elinkxl.c
1235
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elinkxl.c
1438
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/elinkxl.c
1450
ex_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/elinkxl.c
1486
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elinkxl.c
1573
ex_watchdog(struct ifnet *ifp)
sys/dev/ic/elinkxl.c
1585
ex_stop(struct ifnet *ifp, int disable)
sys/dev/ic/elinkxl.c
1673
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elinkxl.c
168
struct ifnet *ifp;
sys/dev/ic/elinkxl.c
1926
ex_mii_statchg(struct ifnet *ifp)
sys/dev/ic/elinkxl.c
614
ex_init(struct ifnet *ifp)
sys/dev/ic/elinkxl.c
714
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elinkxl.c
73
int ex_media_chg(struct ifnet *ifp);
sys/dev/ic/elinkxl.c
74
void ex_media_stat(struct ifnet *ifp, struct ifmediareq *req);
sys/dev/ic/elinkxl.c
779
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/elinkxl.c
84
int ex_init(struct ifnet *);
sys/dev/ic/elinkxl.c
867
ex_media_chg(struct ifnet *ifp)
sys/dev/ic/elinkxl.c
97
static void ex_start(struct ifnet *);
sys/dev/ic/elinkxl.c
985
ex_media_stat(struct ifnet *ifp, struct ifmediareq *req)
sys/dev/ic/elinkxlvar.h
137
void ex_stop(struct ifnet *, int);
sys/dev/ic/elinkxlvar.h
138
void ex_watchdog(struct ifnet *);
sys/dev/ic/elinkxlvar.h
139
int ex_ioctl(struct ifnet *ifp, u_long, void *);
sys/dev/ic/gem.c
1121
gem_init(struct ifnet *ifp)
sys/dev/ic/gem.c
115
static void gem_mii_statchg(struct ifnet *);
sys/dev/ic/gem.c
121
int gem_ser_mediachange(struct ifnet *);
sys/dev/ic/gem.c
122
void gem_ser_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/gem.c
1245
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
1364
gem_start(struct ifnet *ifp)
sys/dev/ic/gem.c
149
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
1629
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
1751
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
2083
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
2162
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
2257
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
2318
gem_watchdog(struct ifnet *ifp)
sys/dev/ic/gem.c
2431
gem_mii_statchg(struct ifnet *ifp)
sys/dev/ic/gem.c
2452
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
246
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
2552
gem_ser_mediachange(struct ifnet *ifp)
sys/dev/ic/gem.c
2596
gem_ser_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/gem.c
2609
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/gem.c
2624
gem_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/dev/ic/gem.c
2697
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
2711
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/gem.c
715
gem_stop(struct ifnet *ifp, int disable)
sys/dev/ic/gem.c
804
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/gem.c
86
static void gem_start(struct ifnet *);
sys/dev/ic/gem.c
87
static void gem_stop(struct ifnet *, int);
sys/dev/ic/gem.c
88
int gem_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/gem.c
90
void gem_watchdog(struct ifnet *);
sys/dev/ic/gem.c
94
int gem_init(struct ifnet *);
sys/dev/ic/hd64570.c
1167
sca_watchdog(struct ifnet *ifp)
sys/dev/ic/hd64570.c
161
static int sca_output(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/dev/ic/hd64570.c
163
static int sca_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/hd64570.c
164
static void sca_start(struct ifnet *);
sys/dev/ic/hd64570.c
165
static void sca_watchdog(struct ifnet *);
sys/dev/ic/hd64570.c
411
struct ifnet *ifp;
sys/dev/ic/hd64570.c
793
struct ifnet *ifp,
sys/dev/ic/hd64570.c
904
sca_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/hd64570.c
998
sca_start(struct ifnet *ifp)
sys/dev/ic/hd64570var.h
127
struct ifnet sp_if; /* the network information */
sys/dev/ic/hme.c
1047
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/hme.c
1099
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/hme.c
116
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/hme.c
1163
hme_watchdog(struct ifnet *ifp)
sys/dev/ic/hme.c
1358
hme_mii_statchg(struct ifnet *ifp)
sys/dev/ic/hme.c
1386
hme_mediachange(struct ifnet *ifp)
sys/dev/ic/hme.c
1425
hme_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/dev/ic/hme.c
1534
struct ifnet *ifp;
sys/dev/ic/hme.c
1549
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/hme.c
375
hme_stop(struct ifnet *ifp, int disable)
sys/dev/ic/hme.c
471
hme_init(struct ifnet *ifp)
sys/dev/ic/hme.c
692
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/hme.c
80
static void hme_start(struct ifnet *);
sys/dev/ic/hme.c
81
static void hme_stop(struct ifnet *, int);
sys/dev/ic/hme.c
82
static int hme_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/hme.c
84
static void hme_watchdog(struct ifnet *);
sys/dev/ic/hme.c
86
static int hme_init(struct ifnet *);
sys/dev/ic/hme.c
860
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/hme.c
889
hme_start(struct ifnet *ifp)
sys/dev/ic/hme.c
96
static void hme_mii_statchg(struct ifnet *);
sys/dev/ic/hme.c
98
static int hme_mediachange(struct ifnet *);
sys/dev/ic/hme.c
982
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82557.c
1074
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82557.c
1160
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82557.c
1242
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82557.c
1339
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82557.c
1470
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82557.c
1601
fxp_stop(struct ifnet *ifp, int disable)
sys/dev/ic/i82557.c
1658
fxp_watchdog(struct ifnet *ifp)
sys/dev/ic/i82557.c
1672
fxp_init(struct ifnet *ifp)
sys/dev/ic/i82557.c
169
void fxp_mii_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/i82557.c
172
int fxp_80c24_mediachange(struct ifnet *);
sys/dev/ic/i82557.c
173
void fxp_80c24_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/i82557.c
175
void fxp_start(struct ifnet *);
sys/dev/ic/i82557.c
176
int fxp_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/i82557.c
177
void fxp_watchdog(struct ifnet *);
sys/dev/ic/i82557.c
178
int fxp_init(struct ifnet *);
sys/dev/ic/i82557.c
179
void fxp_stop(struct ifnet *, int);
sys/dev/ic/i82557.c
190
void fxp_statchg(struct ifnet *);
sys/dev/ic/i82557.c
2034
fxp_mii_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/i82557.c
2048
fxp_80c24_mediachange(struct ifnet *ifp)
sys/dev/ic/i82557.c
2056
fxp_80c24_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/i82557.c
2138
fxp_statchg(struct ifnet *ifp)
sys/dev/ic/i82557.c
2167
fxp_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/i82557.c
2214
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82557.c
2495
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82557.c
257
struct ifnet *ifp;
sys/dev/ic/i82557.c
802
fxp_start(struct ifnet *ifp)
sys/dev/ic/i82586.c
1123
i82586_start(struct ifnet *ifp)
sys/dev/ic/i82586.c
1530
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82586.c
1606
i82586_init(struct ifnet *ifp)
sys/dev/ic/i82586.c
164
void i82586_watchdog(struct ifnet *);
sys/dev/ic/i82586.c
165
int i82586_init(struct ifnet *);
sys/dev/ic/i82586.c
166
int i82586_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/i82586.c
167
void i82586_start(struct ifnet *);
sys/dev/ic/i82586.c
168
void i82586_stop(struct ifnet *, int);
sys/dev/ic/i82586.c
1701
i82586_stop(struct ifnet *ifp, int disable)
sys/dev/ic/i82586.c
1711
i82586_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/dev/ic/i82586.c
174
int i82586_mediachange(struct ifnet *);
sys/dev/ic/i82586.c
175
void i82586_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/i82586.c
1800
i82586_mediachange(struct ifnet *ifp)
sys/dev/ic/i82586.c
1813
i82586_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/i82586.c
235
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82586.c
279
i82586_watchdog(struct ifnet *ifp)
sys/dev/ic/i82586.c
662
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82596.c
1018
iee_stop(struct ifnet *ifp, int disable)
sys/dev/ic/i82596.c
1050
iee_watchdog(struct ifnet *ifp)
sys/dev/ic/i82596.c
195
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82596.c
471
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/i82596.c
569
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82596.c
696
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/i82596.c
712
iee_mediachange(struct ifnet *ifp)
sys/dev/ic/i82596.c
723
iee_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmreq)
sys/dev/ic/i82596.c
734
iee_start(struct ifnet *ifp)
sys/dev/ic/i82596.c
832
iee_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/i82596.c
84
static int iee_mediachange(struct ifnet *);
sys/dev/ic/i82596.c
85
static void iee_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/i82596.c
865
iee_init(struct ifnet *ifp)
sys/dev/ic/i82596.c
88
static void iee_start(struct ifnet *); /* initiate output */
sys/dev/ic/i82596.c
89
static int iee_ioctl(struct ifnet *, u_long, void *); /* ioctl routine */
sys/dev/ic/i82596.c
90
static int iee_init(struct ifnet *); /* init routine */
sys/dev/ic/i82596.c
91
static void iee_stop(struct ifnet *, int); /* stop routine */
sys/dev/ic/i82596.c
92
static void iee_watchdog(struct ifnet *); /* timer routine */
sys/dev/ic/i82596var.h
201
void (*sc_mediastatus)(struct ifnet *, struct ifmediareq *);
sys/dev/ic/i82596var.h
202
int (*sc_mediachange)(struct ifnet *);
sys/dev/ic/lan9118.c
1030
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/lan9118.c
158
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/lan9118.c
301
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/lan9118.c
358
lan9118_start(struct ifnet *ifp)
sys/dev/ic/lan9118.c
482
lan9118_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/ic/lan9118.c
530
lan9118_init(struct ifnet *ifp)
sys/dev/ic/lan9118.c
648
lan9118_stop(struct ifnet *ifp, int disable)
sys/dev/ic/lan9118.c
683
lan9118_watchdog(struct ifnet *ifp)
sys/dev/ic/lan9118.c
701
lan9118_ifm_change(struct ifnet *ifp)
sys/dev/ic/lan9118.c
749
lan9118_ifm_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/lan9118.c
776
lan9118_miibus_statchg(struct ifnet *ifp)
sys/dev/ic/lan9118.c
84
static void lan9118_start(struct ifnet *);
sys/dev/ic/lan9118.c
85
static int lan9118_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/lan9118.c
86
static int lan9118_init(struct ifnet *);
sys/dev/ic/lan9118.c
87
static void lan9118_stop(struct ifnet *, int);
sys/dev/ic/lan9118.c
872
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/lan9118.c
88
static void lan9118_watchdog(struct ifnet *);
sys/dev/ic/lan9118.c
90
static int lan9118_ifm_change(struct ifnet *);
sys/dev/ic/lan9118.c
91
static void lan9118_ifm_status(struct ifnet *, struct ifmediareq *);
sys/dev/ic/lan9118.c
929
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/lan9118.c
95
static void lan9118_miibus_statchg(struct ifnet *);
sys/dev/ic/lance.c
106
int lance_mediachange(struct ifnet *);
sys/dev/ic/lance.c
107
void lance_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/lance.c
111
void lance_stop(struct ifnet *, int);
sys/dev/ic/lance.c
112
int lance_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/lance.c
113
void lance_watchdog(struct ifnet *);
sys/dev/ic/lance.c
168
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/lance.c
269
lance_stop(struct ifnet *ifp, int disable)
sys/dev/ic/lance.c
281
lance_init(struct ifnet *ifp)
sys/dev/ic/lance.c
424
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/lance.c
479
lance_watchdog(struct ifnet *ifp)
sys/dev/ic/lance.c
490
lance_mediachange(struct ifnet *ifp)
sys/dev/ic/lance.c
500
lance_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/lance.c
519
lance_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/lance.c
552
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/lance.c
565
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/lancevar.h
117
void (*sc_start)(struct ifnet *);
sys/dev/ic/lancevar.h
122
int lance_init(struct ifnet *);
sys/dev/ic/lemac.c
590
struct ifnet *ifp)
sys/dev/ic/lemac.c
724
struct ifnet *ifp,
sys/dev/ic/lemac.c
77
static void lemac_ifstart(struct ifnet *ifp);
sys/dev/ic/lemac.c
783
lemac_ifmedia_change(struct ifnet * const ifp)
sys/dev/ic/lemac.c
808
lemac_ifmedia_status(struct ifnet * const ifp, struct ifmediareq *req)
sys/dev/ic/lemac.c
942
struct ifnet * const ifp = &sc->sc_if;
sys/dev/ic/malo.c
1069
malo_stop(struct ifnet* ifp, int disable)
sys/dev/ic/malo.c
1099
malo_watchdog(struct ifnet *ifp)
sys/dev/ic/malo.c
1107
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/malo.c
1188
malo_media_change(struct ifnet *ifp)
sys/dev/ic/malo.c
1205
malo_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/ic/malo.c
1317
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/malo.c
1394
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/malo.c
1516
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/malo.c
1846
malo_update_slot(struct ifnet* ifp)
sys/dev/ic/malo.c
261
static int malo_ioctl(struct ifnet *ifp, u_long cmd, void* data);
sys/dev/ic/malo.c
262
static void malo_start(struct ifnet *ifp);
sys/dev/ic/malo.c
263
static void malo_watchdog(struct ifnet *ifp);
sys/dev/ic/malo.c
269
static int malo_media_change(struct ifnet *ifp);
sys/dev/ic/malo.c
270
static void malo_media_status(struct ifnet *ifp, struct ifmediareq *imr);
sys/dev/ic/malo.c
284
static void malo_update_slot(struct ifnet* ifp);
sys/dev/ic/malo.c
368
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/malo.c
463
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/malo.c
852
malo_init(struct ifnet *ifp)
sys/dev/ic/malo.c
938
malo_ioctl(struct ifnet *ifp, u_long cmd, void* data)
sys/dev/ic/malo.c
996
malo_start(struct ifnet *ifp)
sys/dev/ic/malovar.h
134
int malo_init(struct ifnet *);
sys/dev/ic/malovar.h
135
void malo_stop(struct ifnet *, int disable);
sys/dev/ic/mb86950.c
161
int mb86950_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/mb86950.c
163
void mb86950_start(struct ifnet *);
sys/dev/ic/mb86950.c
164
void mb86950_watchdog(struct ifnet *);
sys/dev/ic/mb86950.c
175
int mb86950_mediachange(struct ifnet *);
sys/dev/ic/mb86950.c
176
void mb86950_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/mb86950.c
261
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86950.c
336
mb86950_mediachange(struct ifnet *ifp)
sys/dev/ic/mb86950.c
351
mb86950_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/mb86950.c
386
mb86950_watchdog(struct ifnet *ifp)
sys/dev/ic/mb86950.c
428
mb86950_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/dev/ic/mb86950.c
524
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86950.c
550
mb86950_start(struct ifnet *ifp)
sys/dev/ic/mb86950.c
671
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86950.c
733
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86950.c
777
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86950.c
848
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86950.c
962
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86960.c
1078
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86960.c
108
int mb86960_mediachange(struct ifnet *);
sys/dev/ic/mb86960.c
109
void mb86960_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/mb86960.c
1161
mb86960_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/mb86960.c
1272
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86960.c
1534
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/mb86960.c
178
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86960.c
1796
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86960.c
324
mb86960_mediachange(struct ifnet *ifp)
sys/dev/ic/mb86960.c
337
mb86960_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/mb86960.c
420
mb86960_watchdog(struct ifnet *ifp)
sys/dev/ic/mb86960.c
455
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86960.c
647
mb86960_start(struct ifnet *ifp)
sys/dev/ic/mb86960.c
796
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mb86960.c
89
int mb86960_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/mb86960.c
90
void mb86960_start(struct ifnet *);
sys/dev/ic/mb86960.c
92
void mb86960_watchdog(struct ifnet *);
sys/dev/ic/mb86960.c
937
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/mtd803.c
109
void mtd_mii_statchg(struct ifnet *);
sys/dev/ic/mtd803.c
111
void mtd_start(struct ifnet *);
sys/dev/ic/mtd803.c
112
void mtd_stop(struct ifnet *, int);
sys/dev/ic/mtd803.c
113
int mtd_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/mtd803.c
115
void mtd_watchdog(struct ifnet *);
sys/dev/ic/mtd803.c
117
int mtd_init(struct ifnet *);
sys/dev/ic/mtd803.c
132
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/mtd803.c
191
mtd_init(struct ifnet *ifp)
sys/dev/ic/mtd803.c
400
mtd_mii_statchg(struct ifnet *ifp)
sys/dev/ic/mtd803.c
463
mtd_start(struct ifnet *ifp)
sys/dev/ic/mtd803.c
512
mtd_stop(struct ifnet *ifp, int disable)
sys/dev/ic/mtd803.c
536
mtd_watchdog(struct ifnet *ifp)
sys/dev/ic/mtd803.c
555
mtd_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/mtd803.c
580
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/mtd803.c
635
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/mtd803.c
698
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/mtd803.c
715
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/mtd803.c
730
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/mtd803.c
823
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/mtd803.c
898
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/ne2000.c
903
struct ifnet *ifp = &dsc->sc_ec.ec_if;
sys/dev/ic/rt2560.c
1065
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/rt2560.c
1155
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/rt2560.c
117
static void rt2560_start(struct ifnet *);
sys/dev/ic/rt2560.c
118
static void rt2560_watchdog(struct ifnet *);
sys/dev/ic/rt2560.c
119
static int rt2560_reset(struct ifnet *);
sys/dev/ic/rt2560.c
120
static int rt2560_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/rt2560.c
1232
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/rt2560.c
129
static void rt2560_update_slot(struct ifnet *);
sys/dev/ic/rt2560.c
141
static int rt2560_init(struct ifnet *);
sys/dev/ic/rt2560.c
142
static void rt2560_stop(struct ifnet *, int);
sys/dev/ic/rt2560.c
1483
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2560.c
1507
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2560.c
2082
rt2560_start(struct ifnet *ifp)
sys/dev/ic/rt2560.c
2158
rt2560_watchdog(struct ifnet *ifp)
sys/dev/ic/rt2560.c
2183
rt2560_reset(struct ifnet *ifp)
sys/dev/ic/rt2560.c
2197
rt2560_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/rt2560.c
2514
rt2560_update_slot(struct ifnet *ifp)
sys/dev/ic/rt2560.c
2618
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2560.c
2760
rt2560_init(struct ifnet *ifp)
sys/dev/ic/rt2560.c
2861
rt2560_stop(struct ifnet *ifp, int disable)
sys/dev/ic/rt2560.c
324
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2560.c
497
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2560.c
816
rt2560_media_change(struct ifnet *ifp)
sys/dev/ic/rt2560.c
88
static int rt2560_media_change(struct ifnet *);
sys/dev/ic/rt2661.c
1020
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2661.c
1226
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2661.c
126
static void rt2661_start(struct ifnet *);
sys/dev/ic/rt2661.c
127
static void rt2661_watchdog(struct ifnet *);
sys/dev/ic/rt2661.c
128
static int rt2661_reset(struct ifnet *);
sys/dev/ic/rt2661.c
129
static int rt2661_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/rt2661.c
150
static void rt2661_updateslot(struct ifnet *);
sys/dev/ic/rt2661.c
156
static int rt2661_init(struct ifnet *);
sys/dev/ic/rt2661.c
157
static void rt2661_stop(struct ifnet *, int);
sys/dev/ic/rt2661.c
1807
rt2661_start(struct ifnet *ifp)
sys/dev/ic/rt2661.c
1886
rt2661_watchdog(struct ifnet *ifp)
sys/dev/ic/rt2661.c
1911
rt2661_reset(struct ifnet *ifp)
sys/dev/ic/rt2661.c
1925
rt2661_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/rt2661.c
198
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2661.c
2317
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/ic/rt2661.c
2381
rt2661_updateslot(struct ifnet *ifp)
sys/dev/ic/rt2661.c
2547
rt2661_init(struct ifnet *ifp)
sys/dev/ic/rt2661.c
2736
rt2661_stop(struct ifnet *ifp, int disable)
sys/dev/ic/rt2661.c
385
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2661.c
697
rt2661_media_change(struct ifnet *ifp)
sys/dev/ic/rt2661.c
908
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2661.c
96
static int rt2661_media_change(struct ifnet *);
sys/dev/ic/rt2860.c
118
static void rt2860_start(struct ifnet *);
sys/dev/ic/rt2860.c
119
static void rt2860_watchdog(struct ifnet *);
sys/dev/ic/rt2860.c
120
static int rt2860_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/rt2860.c
1220
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2860.c
1259
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2860.c
1322
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2860.c
145
static void rt2860_updateslot(struct ifnet *);
sys/dev/ic/rt2860.c
161
static int rt2860_init(struct ifnet *);
sys/dev/ic/rt2860.c
162
static void rt2860_stop(struct ifnet *, int);
sys/dev/ic/rt2860.c
1851
rt2860_start(struct ifnet *ifp)
sys/dev/ic/rt2860.c
1930
rt2860_watchdog(struct ifnet *ifp)
sys/dev/ic/rt2860.c
1952
rt2860_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/rt2860.c
3014
rt2860_updateslot(struct ifnet *ifp)
sys/dev/ic/rt2860.c
3051
rt2860_update_promisc(struct ifnet *ifp)
sys/dev/ic/rt2860.c
329
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2860.c
3742
rt2860_init(struct ifnet *ifp)
sys/dev/ic/rt2860.c
4030
rt2860_stop(struct ifnet *ifp, int disable)
sys/dev/ic/rt2860.c
451
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2860.c
481
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2860.c
493
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rt2860.c
865
rt2860_media_change(struct ifnet *ifp)
sys/dev/ic/rt2860.c
94
static int rt2860_media_change(struct ifnet *);
sys/dev/ic/rt2860.c
97
static void rt2860_update_promisc(struct ifnet *);
sys/dev/ic/rtl80x9.c
107
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/rtl80x9.c
75
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/rtl8169.c
1052
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/rtl8169.c
1268
struct ifnet *ifp;
sys/dev/ic/rtl8169.c
1486
struct ifnet *ifp;
sys/dev/ic/rtl8169.c
1578
struct ifnet *ifp;
sys/dev/ic/rtl8169.c
165
static void re_start(struct ifnet *);
sys/dev/ic/rtl8169.c
1658
re_start(struct ifnet *ifp)
sys/dev/ic/rtl8169.c
167
static int re_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/rtl8169.c
1670
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/rtl8169.c
169
static int re_init(struct ifnet *);
sys/dev/ic/rtl8169.c
171
static void re_stop(struct ifnet *, int);
sys/dev/ic/rtl8169.c
173
static void re_watchdog(struct ifnet *);
sys/dev/ic/rtl8169.c
183
static void re_miibus_statchg(struct ifnet *);
sys/dev/ic/rtl8169.c
1929
re_init(struct ifnet *ifp)
sys/dev/ic/rtl8169.c
1944
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/rtl8169.c
2198
re_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/ic/rtl8169.c
2248
struct ifnet * const ifp = &ec->ec_if;
sys/dev/ic/rtl8169.c
2271
re_watchdog(struct ifnet *ifp)
sys/dev/ic/rtl8169.c
2293
re_stop(struct ifnet *ifp, int disable)
sys/dev/ic/rtl8169.c
2307
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/rtl8169.c
412
re_miibus_statchg(struct ifnet *ifp)
sys/dev/ic/rtl8169.c
466
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/rtl8169.c
607
struct ifnet *ifp;
sys/dev/ic/rtl81x9.c
1096
struct ifnet *ifp;
sys/dev/ic/rtl81x9.c
1167
struct ifnet *ifp;
sys/dev/ic/rtl81x9.c
122
static void rtk_start(struct ifnet *);
sys/dev/ic/rtl81x9.c
1228
rtk_start(struct ifnet *ifp)
sys/dev/ic/rtl81x9.c
123
static int rtk_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/rtl81x9.c
124
static int rtk_init(struct ifnet *);
sys/dev/ic/rtl81x9.c
125
static void rtk_stop(struct ifnet *, int);
sys/dev/ic/rtl81x9.c
127
static void rtk_watchdog(struct ifnet *);
sys/dev/ic/rtl81x9.c
1337
rtk_init(struct ifnet *ifp)
sys/dev/ic/rtl81x9.c
137
static void rtk_phy_statchg(struct ifnet *);
sys/dev/ic/rtl81x9.c
1440
rtk_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/ic/rtl81x9.c
1463
rtk_watchdog(struct ifnet *ifp)
sys/dev/ic/rtl81x9.c
1481
rtk_stop(struct ifnet *ifp, int disable)
sys/dev/ic/rtl81x9.c
511
rtk_phy_statchg(struct ifnet *ifp)
sys/dev/ic/rtl81x9.c
527
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/rtl81x9.c
620
struct ifnet *ifp;
sys/dev/ic/rtl81x9.c
816
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/ic/rtl81x9.c
913
struct ifnet *ifp;
sys/dev/ic/rtw.c
1459
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rtw.c
1713
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rtw.c
1844
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rtw.c
2160
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rtw.c
2192
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rtw.c
2272
rtw_stop(struct ifnet *ifp, int disable)
sys/dev/ic/rtw.c
2680
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rtw.c
2775
rtw_init(struct ifnet *ifp)
sys/dev/ic/rtw.c
3030
rtw_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/rtw.c
3125
rtw_dequeue(struct ifnet *ifp, struct rtw_txsoft_blk **tsbp,
sys/dev/ic/rtw.c
3303
rtw_start(struct ifnet *ifp)
sys/dev/ic/rtw.c
3558
rtw_watchdog(struct ifnet *ifp)
sys/dev/ic/rtw.c
3655
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/rtw.c
3737
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/rtw.c
3762
struct ifnet *ifp = nt->nt_ic->ic_ifp;
sys/dev/ic/rtw.c
3775
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/rtw.c
3785
rtw_media_change(struct ifnet *ifp)
sys/dev/ic/rtw.c
3800
rtw_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/ic/rtw.c
3813
rtw_setifprops(struct ifnet *ifp, const char *dvname, void *softc)
sys/dev/ic/rtw.c
4039
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rtw.c
4261
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/rtw.c
581
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/rtw.c
603
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/rtw.c
91
static int rtw_init(struct ifnet *);
sys/dev/ic/rtw.c
94
static void rtw_start(struct ifnet *);
sys/dev/ic/seeq8005.c
1043
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/seeq8005.c
1129
struct ifnet *ifp;
sys/dev/ic/seeq8005.c
1235
struct ifnet *ifp;
sys/dev/ic/seeq8005.c
1254
ea_get(struct seeq8005_softc *sc, int addr, int totlen, struct ifnet *ifp)
sys/dev/ic/seeq8005.c
132
static int ea_init(struct ifnet *);
sys/dev/ic/seeq8005.c
1327
ea_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/seeq8005.c
133
static int ea_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/seeq8005.c
134
static void ea_start(struct ifnet *);
sys/dev/ic/seeq8005.c
135
static void ea_watchdog(struct ifnet *);
sys/dev/ic/seeq8005.c
1373
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/seeq8005.c
140
static void ea_stop(struct ifnet *, int);
sys/dev/ic/seeq8005.c
1474
ea_watchdog(struct ifnet *ifp)
sys/dev/ic/seeq8005.c
148
static struct mbuf *ea_get(struct seeq8005_softc *, int, int, struct ifnet *);
sys/dev/ic/seeq8005.c
156
static int ea_mediachange(struct ifnet *);
sys/dev/ic/seeq8005.c
157
static void ea_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/seeq8005.c
171
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/seeq8005.c
299
ea_mediachange(struct ifnet *ifp)
sys/dev/ic/seeq8005.c
312
ea_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/seeq8005.c
468
ea_stop(struct ifnet *ifp, int disable)
sys/dev/ic/seeq8005.c
739
ea_init(struct ifnet *ifp)
sys/dev/ic/seeq8005.c
861
ea_start(struct ifnet *ifp)
sys/dev/ic/seeq8005.c
902
struct ifnet *ifp;
sys/dev/ic/sgec.c
268
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/sgec.c
317
zestart(struct ifnet *ifp)
sys/dev/ic/sgec.c
426
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/sgec.c
517
zeioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/sgec.c
652
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/sgec.c
67
static void zestart(struct ifnet *);
sys/dev/ic/sgec.c
68
static int zeioctl(struct ifnet *, u_long, void *);
sys/dev/ic/sgec.c
71
static void zetimeout(struct ifnet *);
sys/dev/ic/sgec.c
734
zetimeout(struct ifnet *ifp)
sys/dev/ic/sgec.c
87
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/smc83c170.c
105
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/smc83c170.c
1071
epic_stop(struct ifnet *ifp, int disable)
sys/dev/ic/smc83c170.c
1256
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/smc83c170.c
1388
epic_statchg(struct ifnet *ifp)
sys/dev/ic/smc83c170.c
1427
epic_mediachange(struct ifnet *ifp)
sys/dev/ic/smc83c170.c
357
epic_start(struct ifnet *ifp)
sys/dev/ic/smc83c170.c
539
epic_watchdog(struct ifnet *ifp)
sys/dev/ic/smc83c170.c
554
epic_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/smc83c170.c
586
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/smc83c170.c
68
static void epic_start(struct ifnet *);
sys/dev/ic/smc83c170.c
69
static void epic_watchdog(struct ifnet *);
sys/dev/ic/smc83c170.c
70
static int epic_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/smc83c170.c
71
static int epic_init(struct ifnet *);
sys/dev/ic/smc83c170.c
72
static void epic_stop(struct ifnet *, int);
sys/dev/ic/smc83c170.c
87
static void epic_statchg(struct ifnet *);
sys/dev/ic/smc83c170.c
88
static int epic_mediachange(struct ifnet *);
sys/dev/ic/smc83c170.c
890
epic_init(struct ifnet *ifp)
sys/dev/ic/smc90cx6.c
126
void bah_start(struct ifnet *);
sys/dev/ic/smc90cx6.c
128
int bah_ioctl(struct ifnet *, unsigned long, void *);
sys/dev/ic/smc90cx6.c
129
void bah_watchdog(struct ifnet *);
sys/dev/ic/smc90cx6.c
144
struct ifnet *ifp = &sc->sc_arccom.ac_if;
sys/dev/ic/smc90cx6.c
220
struct ifnet *ifp;
sys/dev/ic/smc90cx6.c
243
struct ifnet *ifp;
sys/dev/ic/smc90cx6.c
344
bah_start(struct ifnet *ifp)
sys/dev/ic/smc90cx6.c
502
struct ifnet *ifp;
sys/dev/ic/smc90cx6.c
634
struct ifnet *ifp;
sys/dev/ic/smc90cx6.c
877
bah_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/smc90cx6.c
968
bah_watchdog(struct ifnet *ifp)
sys/dev/ic/smc91cxx.c
1050
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/smc91cxx.c
1194
smc91cxx_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/smc91cxx.c
1298
smc91cxx_watchdog(struct ifnet *ifp)
sys/dev/ic/smc91cxx.c
1378
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/smc91cxx.c
1451
smc91cxx_statchg(struct ifnet *ifp)
sys/dev/ic/smc91cxx.c
173
static void smc91cxx_statchg(struct ifnet *);
sys/dev/ic/smc91cxx.c
176
static int smc91cxx_mediachange(struct ifnet *);
sys/dev/ic/smc91cxx.c
177
static void smc91cxx_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/smc91cxx.c
184
static void smc91cxx_start(struct ifnet *);
sys/dev/ic/smc91cxx.c
187
static void smc91cxx_watchdog(struct ifnet *);
sys/dev/ic/smc91cxx.c
188
static int smc91cxx_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/smc91cxx.c
232
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/smc91cxx.c
393
smc91cxx_mediachange(struct ifnet *ifp)
sys/dev/ic/smc91cxx.c
447
smc91cxx_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/smc91cxx.c
480
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/smc91cxx.c
610
smc91cxx_start(struct ifnet *ifp)
sys/dev/ic/smc91cxx.c
859
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/ic/tulip.c
1015
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
107
static void tlp_mii_statchg(struct ifnet *);
sys/dev/ic/tulip.c
108
static void tlp_winb_mii_statchg(struct ifnet *);
sys/dev/ic/tulip.c
109
static void tlp_dm9102_mii_statchg(struct ifnet *);
sys/dev/ic/tulip.c
1207
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
1403
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
1588
tlp_init(struct ifnet *ifp)
sys/dev/ic/tulip.c
186
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
2013
tlp_stop(struct ifnet *ifp, int disable)
sys/dev/ic/tulip.c
2546
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
2821
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
2892
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
2965
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
3158
tlp_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/ic/tulip.c
3177
tlp_mediachange(struct ifnet *ifp)
sys/dev/ic/tulip.c
3238
tlp_mii_statchg(struct ifnet *ifp)
sys/dev/ic/tulip.c
3269
tlp_winb_mii_statchg(struct ifnet *ifp)
sys/dev/ic/tulip.c
3298
tlp_dm9102_mii_statchg(struct ifnet *ifp)
sys/dev/ic/tulip.c
3343
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
4619
static void tlp_2114x_nway_statchg(struct ifnet *);
sys/dev/ic/tulip.c
4627
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
5183
tlp_2114x_nway_statchg(struct ifnet *ifp)
sys/dev/ic/tulip.c
5456
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
5496
static void tlp_pnic_nway_statchg(struct ifnet *);
sys/dev/ic/tulip.c
5509
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
5586
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
5608
tlp_pnic_nway_statchg(struct ifnet *ifp)
sys/dev/ic/tulip.c
5910
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
598
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
5985
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
6021
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
6057
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
6141
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
6214
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ic/tulip.c
672
tlp_start(struct ifnet *ifp)
sys/dev/ic/tulip.c
83
static void tlp_start(struct ifnet *);
sys/dev/ic/tulip.c
84
static void tlp_watchdog(struct ifnet *);
sys/dev/ic/tulip.c
85
static int tlp_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/tulip.c
86
static int tlp_init(struct ifnet *);
sys/dev/ic/tulip.c
87
static void tlp_stop(struct ifnet *, int);
sys/dev/ic/tulip.c
923
tlp_watchdog(struct ifnet *ifp)
sys/dev/ic/tulip.c
957
struct ifnet *ifp = &ec->ec_if;
sys/dev/ic/tulip.c
974
tlp_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/tulipvar.h
385
void (*sc_statchg)(struct ifnet *);
sys/dev/ic/tulipvar.h
594
int tlp_mediachange(struct ifnet *);
sys/dev/ic/tulipvar.h
595
void tlp_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/ic/wi.c
1007
wi_stop(struct ifnet *ifp, int disable)
sys/dev/ic/wi.c
1131
wi_start(struct ifnet *ifp)
sys/dev/ic/wi.c
1319
wi_watchdog(struct ifnet *ifp)
sys/dev/ic/wi.c
1413
wi_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/wi.c
144
STATIC int wi_init(struct ifnet *);
sys/dev/ic/wi.c
145
STATIC void wi_stop(struct ifnet *, int);
sys/dev/ic/wi.c
146
STATIC void wi_start(struct ifnet *);
sys/dev/ic/wi.c
148
STATIC void wi_watchdog(struct ifnet *);
sys/dev/ic/wi.c
149
STATIC int wi_ioctl(struct ifnet *, u_long, void *);
sys/dev/ic/wi.c
150
STATIC int wi_media_change(struct ifnet *);
sys/dev/ic/wi.c
1503
wi_media_change(struct ifnet *ifp)
sys/dev/ic/wi.c
151
STATIC void wi_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/ic/wi.c
1522
wi_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/ic/wi.c
1600
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
1650
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
1778
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
189
STATIC int wi_get_cfg(struct ifnet *, u_long, void *);
sys/dev/ic/wi.c
1892
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
190
STATIC int wi_set_cfg(struct ifnet *, u_long, void *);
sys/dev/ic/wi.c
1924
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
1960
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
2018
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
2104
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
2233
wi_get_cfg(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/wi.c
2383
wi_set_cfg(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ic/wi.c
2653
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/wi.c
2668
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
3195
struct ifnet *ifp = ic->ic_ifp;
sys/dev/ic/wi.c
365
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
598
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
636
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
676
struct ifnet *ifp = &sc->sc_if;
sys/dev/ic/wi.c
776
wi_init(struct ifnet *ifp)
sys/dev/ieee1394/if_fwip.c
170
struct ifnet *ifp;
sys/dev/ieee1394/if_fwip.c
233
struct ifnet *ifp = sc->sc_eth.fwip_ifp;
sys/dev/ieee1394/if_fwip.c
258
fwip_start(struct ifnet *ifp)
sys/dev/ieee1394/if_fwip.c
287
fwip_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ieee1394/if_fwip.c
326
fwip_init(struct ifnet *ifp)
sys/dev/ieee1394/if_fwip.c
430
fwip_stop(struct ifnet *ifp, int disable)
sys/dev/ieee1394/if_fwip.c
507
struct ifnet *ifp;
sys/dev/ieee1394/if_fwip.c
529
fwip_async_output(struct fwip_softc *sc, struct ifnet *ifp)
sys/dev/ieee1394/if_fwip.c
693
struct ifnet *ifp;
sys/dev/ieee1394/if_fwip.c
823
struct ifnet *ifp;
sys/dev/ieee1394/if_fwip.c
91
static void fwip_start(struct ifnet *);
sys/dev/ieee1394/if_fwip.c
92
static int fwip_ioctl(struct ifnet *, u_long, void *);
sys/dev/ieee1394/if_fwip.c
93
static int fwip_init(struct ifnet *);
sys/dev/ieee1394/if_fwip.c
94
static void fwip_stop(struct ifnet *, int);
sys/dev/ieee1394/if_fwip.c
98
static void fwip_async_output(struct fwip_softc *, struct ifnet *);
sys/dev/ieee1394/if_fwipvar.h
63
struct ifnet *fwip_ifp;
sys/dev/isa/cs89x0isa.c
169
struct ifnet *ifp;
sys/dev/isa/if_eg.c
123
static int egioctl(struct ifnet *, u_long, void *);
sys/dev/isa/if_eg.c
125
static void egstart(struct ifnet *);
sys/dev/isa/if_eg.c
126
static void egwatchdog(struct ifnet *);
sys/dev/isa/if_eg.c
368
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_eg.c
474
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_eg.c
552
egstart(struct ifnet *ifp)
sys/dev/isa/if_eg.c
622
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_eg.c
709
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_eg.c
736
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_eg.c
778
egioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/dev/isa/if_eg.c
860
egwatchdog(struct ifnet *ifp)
sys/dev/isa/if_el.c
201
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_el.c
312
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_el.c
353
elstart(struct ifnet *ifp)
sys/dev/isa/if_el.c
566
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_el.c
595
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_el.c
647
elioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/isa/if_el.c
715
elwatchdog(struct ifnet *ifp)
sys/dev/isa/if_el.c
85
static int elioctl(struct ifnet *, u_long, void *);
sys/dev/isa/if_el.c
86
static void elstart(struct ifnet *);
sys/dev/isa/if_el.c
87
static void elwatchdog(struct ifnet *);
sys/dev/isa/if_iy.c
1118
struct ifnet *ifp;
sys/dev/isa/if_iy.c
1169
iyioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/isa/if_iy.c
1264
iy_mediachange(struct ifnet *ifp)
sys/dev/isa/if_iy.c
127
void iywatchdog(struct ifnet *);
sys/dev/isa/if_iy.c
128
int iyioctl(struct ifnet *, u_long, void *);
sys/dev/isa/if_iy.c
1284
iy_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/isa/if_iy.c
1299
struct ifnet *ifp;
sys/dev/isa/if_iy.c
132
void iystart(struct ifnet *);
sys/dev/isa/if_iy.c
1389
struct ifnet *ifp;
sys/dev/isa/if_iy.c
158
int iy_mediachange(struct ifnet *);
sys/dev/isa/if_iy.c
159
void iy_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/isa/if_iy.c
279
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/isa/if_iy.c
440
struct ifnet *ifp;
sys/dev/isa/if_iy.c
625
iystart(struct ifnet *ifp)
sys/dev/isa/if_iy.c
925
iywatchdog(struct ifnet *ifp)
sys/dev/isa/if_iy.c
941
struct ifnet *ifp;
sys/dev/isa/if_iy.c
995
struct ifnet *ifp;
sys/dev/marvell/if_gfe.c
1186
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/marvell/if_gfe.c
1359
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/marvell/if_gfe.c
157
STATIC void gfec_mii_statchg(struct ifnet *);
sys/dev/marvell/if_gfe.c
166
STATIC int gfe_ifioctl(struct ifnet *, u_long, void *);
sys/dev/marvell/if_gfe.c
167
STATIC void gfe_ifstart(struct ifnet *);
sys/dev/marvell/if_gfe.c
168
STATIC void gfe_ifwatchdog(struct ifnet *);
sys/dev/marvell/if_gfe.c
387
gfec_mii_statchg(struct ifnet *ifp)
sys/dev/marvell/if_gfe.c
407
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/marvell/if_gfe.c
609
gfe_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/marvell/if_gfe.c
678
gfe_ifstart(struct ifnet *ifp)
sys/dev/marvell/if_gfe.c
725
gfe_ifwatchdog(struct ifnet *ifp)
sys/dev/marvell/if_gfe.c
867
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/marvell/if_gfe.c
981
struct ifnet * const ifp = &sc->sc_ec.ec_if;
sys/dev/marvell/if_mvgbe.c
1002
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvgbe.c
1053
mvgbe_start(struct ifnet *ifp)
sys/dev/marvell/if_mvgbe.c
1112
mvgbe_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/marvell/if_mvgbe.c
1138
mvgbe_init(struct ifnet *ifp)
sys/dev/marvell/if_mvgbe.c
1299
mvgbe_stop(struct ifnet *ifp, int disable)
sys/dev/marvell/if_mvgbe.c
1419
mvgbe_watchdog(struct ifnet *ifp)
sys/dev/marvell/if_mvgbe.c
1452
struct ifnet *ifp = &ec->ec_if;
sys/dev/marvell/if_mvgbe.c
1472
mvgbe_mediachange(struct ifnet *ifp)
sys/dev/marvell/if_mvgbe.c
1481
mvgbe_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/marvell/if_mvgbe.c
1936
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvgbe.c
2074
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvgbe.c
2160
struct ifnet *ifp= &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvgbe.c
272
static void mvgbec_miibus_statchg(struct ifnet *);
sys/dev/marvell/if_mvgbe.c
284
static void mvgbe_start(struct ifnet *);
sys/dev/marvell/if_mvgbe.c
285
static int mvgbe_ioctl(struct ifnet *, u_long, void *);
sys/dev/marvell/if_mvgbe.c
286
static int mvgbe_init(struct ifnet *);
sys/dev/marvell/if_mvgbe.c
287
static void mvgbe_stop(struct ifnet *, int);
sys/dev/marvell/if_mvgbe.c
288
static void mvgbe_watchdog(struct ifnet *);
sys/dev/marvell/if_mvgbe.c
292
static int mvgbe_mediachange(struct ifnet *);
sys/dev/marvell/if_mvgbe.c
293
static void mvgbe_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/marvell/if_mvgbe.c
523
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvgbe.c
577
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvgbe.c
625
mvgbec_miibus_statchg(struct ifnet *ifp)
sys/dev/marvell/if_mvgbe.c
710
struct ifnet *ifp;
sys/dev/marvell/if_mvxpe.c
107
STATIC int mvxpe_rx_queue_init(struct ifnet *, int);
sys/dev/marvell/if_mvxpe.c
108
STATIC int mvxpe_tx_queue_init(struct ifnet *, int);
sys/dev/marvell/if_mvxpe.c
109
STATIC int mvxpe_rx_queue_enable(struct ifnet *, int);
sys/dev/marvell/if_mvxpe.c
110
STATIC int mvxpe_tx_queue_enable(struct ifnet *, int);
sys/dev/marvell/if_mvxpe.c
1219
mvxpe_rx_queue_init(struct ifnet *ifp, int q)
sys/dev/marvell/if_mvxpe.c
125
STATIC void mvxpe_start(struct ifnet *);
sys/dev/marvell/if_mvxpe.c
1254
mvxpe_tx_queue_init(struct ifnet *ifp, int q)
sys/dev/marvell/if_mvxpe.c
126
STATIC int mvxpe_ioctl(struct ifnet *, u_long, void *);
sys/dev/marvell/if_mvxpe.c
127
STATIC int mvxpe_init(struct ifnet *);
sys/dev/marvell/if_mvxpe.c
1279
mvxpe_rx_queue_enable(struct ifnet *ifp, int q)
sys/dev/marvell/if_mvxpe.c
128
STATIC void mvxpe_stop(struct ifnet *, int);
sys/dev/marvell/if_mvxpe.c
129
STATIC void mvxpe_watchdog(struct ifnet *);
sys/dev/marvell/if_mvxpe.c
131
STATIC int mvxpe_mediachange(struct ifnet *);
sys/dev/marvell/if_mvxpe.c
1310
mvxpe_tx_queue_enable(struct ifnet *ifp, int q)
sys/dev/marvell/if_mvxpe.c
132
STATIC void mvxpe_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/marvell/if_mvxpe.c
1428
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
143
STATIC void mvxpe_tx_set_csumflag(struct ifnet *,
sys/dev/marvell/if_mvxpe.c
1493
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
155
STATIC void mvxpe_rx_set_csumflag(struct ifnet *,
sys/dev/marvell/if_mvxpe.c
1563
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
1652
mvxpe_start(struct ifnet *ifp)
sys/dev/marvell/if_mvxpe.c
1718
mvxpe_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/marvell/if_mvxpe.c
1742
mvxpe_init(struct ifnet *ifp)
sys/dev/marvell/if_mvxpe.c
1794
mvxpe_stop(struct ifnet *ifp, int disable)
sys/dev/marvell/if_mvxpe.c
1906
mvxpe_watchdog(struct ifnet *ifp)
sys/dev/marvell/if_mvxpe.c
1953
struct ifnet *ifp = &ec->ec_if;
sys/dev/marvell/if_mvxpe.c
1978
mvxpe_mediachange(struct ifnet *ifp)
sys/dev/marvell/if_mvxpe.c
1984
mvxpe_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/marvell/if_mvxpe.c
2104
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
2205
mvxpe_tx_set_csumflag(struct ifnet *ifp,
sys/dev/marvell/if_mvxpe.c
2274
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
2396
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
2621
mvxpe_rx_set_csumflag(struct ifnet *ifp,
sys/dev/marvell/if_mvxpe.c
2695
struct ifnet *ifp= &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
290
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
3021
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
3233
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
689
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
734
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/marvell/if_mvxpe.c
775
mvxpe_miibus_statchg(struct ifnet *ifp)
sys/dev/marvell/if_mvxpe.c
840
mvxpe_initreg(struct ifnet *ifp)
sys/dev/marvell/if_mvxpe.c
89
STATIC void mvxpe_miibus_statchg(struct ifnet *);
sys/dev/marvell/if_mvxpe.c
95
STATIC int mvxpe_initreg(struct ifnet *);
sys/dev/mii/mii_ethersubr.c
100
ether_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/mii/mii_ethersubr.c
83
ether_mediachange(struct ifnet *ifp)
sys/dev/mii/mii_physubr.c
481
struct ifnet *ifp = mii->mii_ifp;
sys/dev/mii/miivar.h
47
struct ifnet;
sys/dev/mii/miivar.h
55
typedef void (*mii_statchg_t)(struct ifnet *);
sys/dev/mii/miivar.h
79
struct ifnet *mii_ifp; /* :: pointer back to interface */
sys/dev/ofw/ofnet.c
108
struct ifnet *ifp = &of->sc_ethercom.ec_if;
sys/dev/ofw/ofnet.c
147
struct ifnet *ifp = &of->sc_ethercom.ec_if;
sys/dev/ofw/ofnet.c
253
struct ifnet *ifp = &of->sc_ethercom.ec_if;
sys/dev/ofw/ofnet.c
273
ofnet_start(struct ifnet *ifp)
sys/dev/ofw/ofnet.c
331
ofnet_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ofw/ofnet.c
379
ofnet_watchdog(struct ifnet *ifp)
sys/dev/ofw/ofnet.c
80
static void ofnet_start (struct ifnet *);
sys/dev/ofw/ofnet.c
81
static int ofnet_ioctl (struct ifnet *, u_long, void *);
sys/dev/ofw/ofnet.c
82
static void ofnet_watchdog (struct ifnet *);
sys/dev/pci/cxgb/cxgb_adapter.h
103
struct ifnet *ifp;
sys/dev/pci/cxgb/cxgb_main.c
1186
cxgb_init(struct ifnet *ifp)
sys/dev/pci/cxgb/cxgb_main.c
1200
struct ifnet *ifp;
sys/dev/pci/cxgb/cxgb_main.c
1249
struct ifnet *ifp;
sys/dev/pci/cxgb/cxgb_main.c
1275
struct ifnet *ifp = p->ifp;
sys/dev/pci/cxgb/cxgb_main.c
1297
cxgb_ioctl(struct ifnet *ifp, unsigned long command, void *data)
sys/dev/pci/cxgb/cxgb_main.c
1372
cxgb_start_tx(struct ifnet *ifp, uint32_t txmax)
sys/dev/pci/cxgb/cxgb_main.c
1458
struct ifnet *ifp = arg;
sys/dev/pci/cxgb/cxgb_main.c
1476
cxgb_start(struct ifnet *ifp)
sys/dev/pci/cxgb/cxgb_main.c
1496
cxgb_stop(struct ifnet *ifp, int reason)
sys/dev/pci/cxgb/cxgb_main.c
1505
cxgb_media_change(struct ifnet *ifp)
sys/dev/pci/cxgb/cxgb_main.c
1512
cxgb_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/cxgb/cxgb_main.c
1600
struct ifnet *ifp = p->ifp;
sys/dev/pci/cxgb/cxgb_main.c
694
struct ifnet *ifp;
sys/dev/pci/cxgb/cxgb_main.c
706
ifp = p->ifp = (void *)malloc(sizeof (struct ifnet), M_IFADDR, M_WAITOK);
sys/dev/pci/cxgb/cxgb_main.c
711
memset(ifp, 0, sizeof(struct ifnet));
sys/dev/pci/cxgb/cxgb_main.c
77
static int cxgb_init(struct ifnet *);
sys/dev/pci/cxgb/cxgb_main.c
81
static int cxgb_ioctl(struct ifnet *, unsigned long, void *);
sys/dev/pci/cxgb/cxgb_main.c
82
static void cxgb_start(struct ifnet *);
sys/dev/pci/cxgb/cxgb_main.c
83
static void cxgb_stop(struct ifnet *, int);
sys/dev/pci/cxgb/cxgb_main.c
85
static int cxgb_media_change(struct ifnet *);
sys/dev/pci/cxgb/cxgb_main.c
86
static void cxgb_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/cxgb/cxgb_main.c
970
struct ifnet *ifp;
sys/dev/pci/cxgb/cxgb_offload.c
1214
struct ifnet *olddev, *newdev;
sys/dev/pci/cxgb/cxgb_offload.c
171
is_offloading(struct ifnet *ifp)
sys/dev/pci/cxgb/cxgb_offload.c
189
static struct ifnet *
sys/dev/pci/cxgb/cxgb_offload.c
198
struct ifnet *ifnet = p->ifp;
sys/dev/pci/cxgb/cxgb_offload.c
218
struct ifnet *ifp = adapter->port[port].ifp;
sys/dev/pci/cxgb/cxgb_offload.c
861
static int (*orig_arp_constructor)(struct ifnet *);
sys/dev/pci/cxgb/cxgb_offload.c
864
neigh_suspect(struct ifnet *neigh)
sys/dev/pci/cxgb/cxgb_offload.c
875
neigh_connect(struct ifnet *neigh)
sys/dev/pci/cxgb/cxgb_osdep.h
276
#define net_device ifnet
sys/dev/pci/cxgb/cxgb_sge.c
2158
struct ifnet *ifp = pi->ifp;
sys/dev/pci/cxgb/cxgb_toedev.h
102
struct ifnet *egress_ifp);
sys/dev/pci/cxgb/cxgb_toedev.h
107
void (*failover)(struct toedev *dev, struct ifnet *bond_ifp,
sys/dev/pci/cxgb/cxgb_toedev.h
108
struct ifnet *ndev, int event);
sys/dev/pci/cxgb/cxgb_toedev.h
135
extern struct ifnet *offload_get_phys_egress(struct ifnet *dev,
sys/dev/pci/cxgb/cxgb_toedev.h
155
extern void toe_failover(struct ifnet *bond_ifp,
sys/dev/pci/cxgb/cxgb_toedev.h
156
struct ifnet *fail_ifp, int event);
sys/dev/pci/cxgb/cxgb_toedev.h
157
extern int toe_enslave(struct ifnet *bond_ifp,
sys/dev/pci/cxgb/cxgb_toedev.h
158
struct ifnet *slave_ifp);
sys/dev/pci/cxgb/cxgb_toedev.h
160
static __inline void toe_neigh_update(struct ifnet *neigh) {}
sys/dev/pci/cxgb/cxgb_toedev.h
161
static __inline void toe_failover(struct ifnet *bond_ifp,
sys/dev/pci/cxgb/cxgb_toedev.h
162
struct ifnet *fail_ifp, int event)
sys/dev/pci/cxgb/cxgb_toedev.h
164
static __inline int toe_enslave(struct ifnet *bond_ifp,
sys/dev/pci/cxgb/cxgb_toedev.h
165
struct ifnet *slave_ifp)
sys/dev/pci/cxgb/cxgb_toedev.h
74
struct ifnet;
sys/dev/pci/cxgb/cxgb_toedev.h
94
struct ifnet *lldev; /* LL device associated with TOE messages */
sys/dev/pci/if_age.c
1055
age_start(struct ifnet *ifp)
sys/dev/pci/if_age.c
1107
age_watchdog(struct ifnet *ifp)
sys/dev/pci/if_age.c
1136
struct ifnet *ifp;
sys/dev/pci/if_age.c
114
static void age_stop(struct ifnet *, int);
sys/dev/pci/if_age.c
1146
age_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_age.c
1337
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_age.c
1395
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_age.c
145
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_age.c
1630
age_init(struct ifnet *ifp)
sys/dev/pci/if_age.c
1908
age_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_age.c
1988
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_age.c
2289
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_age.c
317
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_age.c
414
age_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_age.c
457
age_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_age.c
471
age_mediachange(struct ifnet *ifp)
sys/dev/pci/if_age.c
492
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_age.c
85
static void age_miibus_statchg(struct ifnet *);
sys/dev/pci/if_age.c
87
static int age_init(struct ifnet *);
sys/dev/pci/if_age.c
88
static int age_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_age.c
89
static void age_start(struct ifnet *);
sys/dev/pci/if_age.c
90
static void age_watchdog(struct ifnet *);
sys/dev/pci/if_age.c
92
static void age_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_age.c
93
static int age_mediachange(struct ifnet *);
sys/dev/pci/if_alc.c
115
static int alc_init(struct ifnet *);
sys/dev/pci/if_alc.c
116
static int alc_init_backend(struct ifnet *, bool);
sys/dev/pci/if_alc.c
117
static void alc_start(struct ifnet *);
sys/dev/pci/if_alc.c
118
static int alc_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_alc.c
119
static void alc_watchdog(struct ifnet *);
sys/dev/pci/if_alc.c
120
static int alc_mediachange(struct ifnet *);
sys/dev/pci/if_alc.c
121
static void alc_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_alc.c
1266
struct ifnet *ifp;
sys/dev/pci/if_alc.c
149
static void alc_miibus_statchg(struct ifnet *);
sys/dev/pci/if_alc.c
1540
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_alc.c
168
static void alc_stop(struct ifnet *, int);
sys/dev/pci/if_alc.c
2017
alc_start(struct ifnet *ifp)
sys/dev/pci/if_alc.c
2074
alc_watchdog(struct ifnet *ifp)
sys/dev/pci/if_alc.c
2093
alc_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_alc.c
2205
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_alc.c
2323
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_alc.c
2371
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_alc.c
2475
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_alc.c
2544
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_alc.c
2793
alc_init(struct ifnet *ifp)
sys/dev/pci/if_alc.c
2800
alc_init_backend(struct ifnet *ifp, bool init)
sys/dev/pci/if_alc.c
3189
alc_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_alc.c
338
alc_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_alc.c
3455
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_alc.c
546
alc_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_alc.c
560
alc_mediachange(struct ifnet *ifp)
sys/dev/pci/if_ale.c
1032
ale_start(struct ifnet *ifp)
sys/dev/pci/if_ale.c
1088
ale_watchdog(struct ifnet *ifp)
sys/dev/pci/if_ale.c
109
static void ale_stop(struct ifnet *, int);
sys/dev/pci/if_ale.c
1109
ale_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_ale.c
1179
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ale.c
1287
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ale.c
1330
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ale.c
1457
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ale.c
1603
ale_init(struct ifnet *ifp)
sys/dev/pci/if_ale.c
1844
ale_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_ale.c
1984
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_ale.c
211
ale_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_ale.c
253
ale_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_ale.c
264
ale_mediachange(struct ifnet *ifp)
sys/dev/pci/if_ale.c
390
struct ifnet *ifp;
sys/dev/pci/if_ale.c
606
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ale.c
87
static void ale_miibus_statchg(struct ifnet *);
sys/dev/pci/if_ale.c
89
static int ale_init(struct ifnet *);
sys/dev/pci/if_ale.c
90
static void ale_start(struct ifnet *);
sys/dev/pci/if_ale.c
91
static int ale_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_ale.c
92
static void ale_watchdog(struct ifnet *);
sys/dev/pci/if_ale.c
93
static int ale_mediachange(struct ifnet *);
sys/dev/pci/if_ale.c
94
static void ale_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_aq.c
1449
static int aq_ifmedia_change(struct ifnet * const);
sys/dev/pci/if_aq.c
1450
static void aq_ifmedia_status(struct ifnet * const, struct ifmediareq *);
sys/dev/pci/if_aq.c
1453
static int aq_init(struct ifnet *);
sys/dev/pci/if_aq.c
1454
static int aq_init_locked(struct ifnet *);
sys/dev/pci/if_aq.c
1455
static void aq_send_common_locked(struct ifnet *, struct aq_softc *,
sys/dev/pci/if_aq.c
1457
static int aq_transmit(struct ifnet *, struct mbuf *);
sys/dev/pci/if_aq.c
1459
static void aq_start(struct ifnet *);
sys/dev/pci/if_aq.c
1460
static void aq_stop(struct ifnet *, int);
sys/dev/pci/if_aq.c
1461
static void aq_stop_locked(struct ifnet *, bool);
sys/dev/pci/if_aq.c
1462
static int aq_ioctl(struct ifnet *, unsigned long, void *);
sys/dev/pci/if_aq.c
1712
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
2025
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
3129
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
3195
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
3734
aq_ifmedia_change(struct ifnet * const ifp)
sys/dev/pci/if_aq.c
3788
aq_ifmedia_status(struct ifnet * const ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_aq.c
4346
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
4495
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
5010
aq_watchdog_tick(struct ifnet *ifp)
sys/dev/pci/if_aq.c
5044
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
5414
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
5471
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
5689
struct ifnet * const ifp = &ec->ec_if;
sys/dev/pci/if_aq.c
5699
struct ifnet * const ifp = &ec->ec_if;
sys/dev/pci/if_aq.c
5734
aq_init(struct ifnet *ifp)
sys/dev/pci/if_aq.c
5748
aq_init_locked(struct ifnet *ifp)
sys/dev/pci/if_aq.c
5803
aq_send_common_locked(struct ifnet *ifp, struct aq_softc *sc,
sys/dev/pci/if_aq.c
5854
aq_start(struct ifnet *ifp)
sys/dev/pci/if_aq.c
5873
aq_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_aq.c
5900
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
5957
aq_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_aq.c
5972
aq_stop_locked(struct ifnet *ifp, bool disable)
sys/dev/pci/if_aq.c
6016
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_aq.c
6054
aq_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/dev/pci/if_bce.c
1090
bce_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_bce.c
1320
bce_set_filter(struct ifnet *ifp)
sys/dev/pci/if_bce.c
1449
bce_statchg(struct ifnet *ifp)
sys/dev/pci/if_bce.c
158
static int bce_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_bce.c
159
static void bce_start(struct ifnet *);
sys/dev/pci/if_bce.c
160
static void bce_watchdog(struct ifnet *);
sys/dev/pci/if_bce.c
164
static int bce_init(struct ifnet *);
sys/dev/pci/if_bce.c
168
static void bce_stop(struct ifnet *, int);
sys/dev/pci/if_bce.c
171
static void bce_set_filter(struct ifnet *);
sys/dev/pci/if_bce.c
174
static void bce_statchg(struct ifnet *);
sys/dev/pci/if_bce.c
254
struct ifnet *ifp;
sys/dev/pci/if_bce.c
485
bce_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_bce.c
505
bce_start(struct ifnet *ifp)
sys/dev/pci/if_bce.c
650
bce_watchdog(struct ifnet *ifp)
sys/dev/pci/if_bce.c
667
struct ifnet *ifp;
sys/dev/pci/if_bce.c
735
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bce.c
837
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bce.c
877
bce_init(struct ifnet *ifp)
sys/dev/pci/if_bge.c
1197
bge_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_bge.c
1256
bge_set_thresh(struct ifnet *ifp, int lvl)
sys/dev/pci/if_bge.c
1283
struct ifnet *ifp;
sys/dev/pci/if_bge.c
1762
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
201
static void bge_start(struct ifnet *);
sys/dev/pci/if_bge.c
202
static void bge_start_locked(struct ifnet *);
sys/dev/pci/if_bge.c
204
static int bge_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_bge.c
205
static int bge_init(struct ifnet *);
sys/dev/pci/if_bge.c
206
static void bge_stop(struct ifnet *, int);
sys/dev/pci/if_bge.c
207
static bool bge_watchdog_tick(struct ifnet *);
sys/dev/pci/if_bge.c
208
static int bge_ifmedia_upd(struct ifnet *);
sys/dev/pci/if_bge.c
209
static void bge_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_bge.c
2352
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
249
static void bge_miibus_statchg(struct ifnet *);
sys/dev/pci/if_bge.c
3234
struct ifnet *ifp;
sys/dev/pci/if_bge.c
4105
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
4483
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
4655
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
4735
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
4859
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
4899
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
4956
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
5496
bge_start(struct ifnet *ifp)
sys/dev/pci/if_bge.c
5511
bge_start_locked(struct ifnet *ifp)
sys/dev/pci/if_bge.c
5591
bge_init(struct ifnet *ifp)
sys/dev/pci/if_bge.c
5800
bge_ifmedia_upd(struct ifnet *ifp)
sys/dev/pci/if_bge.c
5902
bge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_bge.c
5932
struct ifnet * const ifp = &ec->ec_if;
sys/dev/pci/if_bge.c
5959
bge_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/if_bge.c
6072
bge_watchdog_tick(struct ifnet *ifp)
sys/dev/pci/if_bge.c
6094
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bge.c
6144
bge_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_bge.c
6261
struct ifnet * const ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_bnx.c
1254
bnx_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_bnx.c
323
void bnx_miibus_statchg(struct ifnet *);
sys/dev/pci/if_bnx.c
3483
bnx_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_bnx.c
366
void bnx_stop(struct ifnet *, int);
sys/dev/pci/if_bnx.c
382
void bnx_start(struct ifnet *);
sys/dev/pci/if_bnx.c
383
int bnx_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_bnx.c
384
void bnx_watchdog(struct ifnet *);
sys/dev/pci/if_bnx.c
385
int bnx_ifmedia_upd(struct ifnet *);
sys/dev/pci/if_bnx.c
386
void bnx_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_bnx.c
387
int bnx_init(struct ifnet *);
sys/dev/pci/if_bnx.c
4078
struct ifnet *ifp = &sc->bnx_ec.ec_if;
sys/dev/pci/if_bnx.c
4431
bnx_ifmedia_upd(struct ifnet *ifp)
sys/dev/pci/if_bnx.c
4458
bnx_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_bnx.c
4530
struct ifnet *ifp = &sc->bnx_ec.ec_if;
sys/dev/pci/if_bnx.c
4836
struct ifnet *ifp = &sc->bnx_ec.ec_if;
sys/dev/pci/if_bnx.c
4985
bnx_init(struct ifnet *ifp)
sys/dev/pci/if_bnx.c
5071
struct ifnet *ifp = &sc->bnx_ec.ec_if;
sys/dev/pci/if_bnx.c
5274
bnx_start(struct ifnet *ifp)
sys/dev/pci/if_bnx.c
5375
bnx_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/if_bnx.c
5441
bnx_watchdog(struct ifnet *ifp)
sys/dev/pci/if_bnx.c
5478
struct ifnet *ifp = &sc->bnx_ec.ec_if;
sys/dev/pci/if_bnx.c
5575
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_bnx.c
5667
struct ifnet *ifp = &sc->bnx_ec.ec_if;
sys/dev/pci/if_bnx.c
582
struct ifnet *ifp;
sys/dev/pci/if_bnx.c
5879
struct ifnet *ifp = &sc->bnx_ec.ec_if;
sys/dev/pci/if_bnx.c
965
struct ifnet *ifp;
sys/dev/pci/if_bwfm_pci.c
1412
struct ifnet *ifp = sc->sc_sc.sc_ic.ic_ifp;
sys/dev/pci/if_bwfm_pci.c
384
struct ifnet *ifp __unused, u_int size)
sys/dev/pci/if_cas.c
1160
cas_init(struct ifnet *ifp)
sys/dev/pci/if_cas.c
119
void cas_start(struct ifnet *);
sys/dev/pci/if_cas.c
120
void cas_stop(struct ifnet *, int);
sys/dev/pci/if_cas.c
121
int cas_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_cas.c
123
void cas_watchdog(struct ifnet *);
sys/dev/pci/if_cas.c
124
int cas_init(struct ifnet *);
sys/dev/pci/if_cas.c
1289
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_cas.c
1369
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_cas.c
145
void cas_mii_statchg(struct ifnet *);
sys/dev/pci/if_cas.c
149
int cas_mediachange(struct ifnet *);
sys/dev/pci/if_cas.c
150
void cas_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_cas.c
1535
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_cas.c
1604
cas_watchdog(struct ifnet *ifp)
sys/dev/pci/if_cas.c
1716
cas_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_cas.c
1855
cas_mediachange(struct ifnet *ifp)
sys/dev/pci/if_cas.c
1870
cas_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_cas.c
1883
cas_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_cas.c
1979
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_cas.c
1989
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_cas.c
2120
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_cas.c
2153
cas_start(struct ifnet *ifp)
sys/dev/pci/if_cas.c
479
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_cas.c
738
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_cas.c
832
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_cas.c
929
cas_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_dge.c
1179
dge_start(struct ifnet *ifp)
sys/dev/pci/if_dge.c
1410
dge_watchdog(struct ifnet *ifp)
sys/dev/pci/if_dge.c
1440
dge_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_dge.c
1520
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_dge.c
1587
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_dge.c
1651
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_dge.c
1879
dge_init(struct ifnet *ifp)
sys/dev/pci/if_dge.c
2091
dge_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_dge.c
2230
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_dge.c
2394
dge_xgmii_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_dge.c
2449
dge_xgmii_mediachange(struct ifnet *ifp)
sys/dev/pci/if_dge.c
605
static void dge_start(struct ifnet *);
sys/dev/pci/if_dge.c
606
static void dge_watchdog(struct ifnet *);
sys/dev/pci/if_dge.c
607
static int dge_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_dge.c
608
static int dge_init(struct ifnet *);
sys/dev/pci/if_dge.c
609
static void dge_stop(struct ifnet *, int);
sys/dev/pci/if_dge.c
631
static int dge_xgmii_mediachange(struct ifnet *);
sys/dev/pci/if_dge.c
632
static void dge_xgmii_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_dge.c
692
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_ena.c
1692
struct ifnet *ifp;
sys/dev/pci/if_ena.c
1865
struct ifnet *ifp = adapter->ifp;
sys/dev/pci/if_ena.c
189
static int ena_change_mtu(struct ifnet *, int);
sys/dev/pci/if_ena.c
198
struct ifnet *);
sys/dev/pci/if_ena.c
207
static uint64_t ena_get_counter(struct ifnet *, ift_counter);
sys/dev/pci/if_ena.c
208
static void ena_qflush(struct ifnet *);
sys/dev/pci/if_ena.c
2309
ena_get_counter(struct ifnet *ifp, ift_counter cnt)
sys/dev/pci/if_ena.c
2335
ena_media_change(struct ifnet *ifp)
sys/dev/pci/if_ena.c
2342
ena_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_ena.c
2361
ena_init(struct ifnet *ifp)
sys/dev/pci/if_ena.c
2375
ena_stop(struct ifnet *ifp, int disable){
sys/dev/pci/if_ena.c
2389
ena_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/if_ena.c
2488
ena_update_host_info(struct ena_admin_host_info *host_info, struct ifnet *ifp)
sys/dev/pci/if_ena.c
2498
struct ifnet *ifp = adapter->ifp;
sys/dev/pci/if_ena.c
2535
struct ifnet *ifp;
sys/dev/pci/if_ena.c
3002
struct ifnet *ifp = tx_ring->adapter->ifp;
sys/dev/pci/if_ena.c
3019
ena_mq_start(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_ena.c
3067
ena_qflush(struct ifnet *ifp)
sys/dev/pci/if_ena.c
3970
struct ifnet *ifp;
sys/dev/pci/if_ena.c
400
ena_change_mtu(struct ifnet *ifp, int new_mtu)
sys/dev/pci/if_ena.c
69
static int ena_init(struct ifnet *);
sys/dev/pci/if_ena.c
70
static void ena_stop(struct ifnet *, int);
sys/dev/pci/if_ena.c
71
static int ena_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_ena.c
72
static int ena_media_change(struct ifnet *);
sys/dev/pci/if_ena.c
73
static void ena_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_ena.c
74
static int ena_mq_start(struct ifnet *, struct mbuf *);
sys/dev/pci/if_enavar.h
354
struct ifnet *ifp; /* set to point to sc_ec */
sys/dev/pci/if_et.c
1017
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_et.c
1045
et_init(struct ifnet *ifp)
sys/dev/pci/if_et.c
1105
et_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_et.c
1152
et_start(struct ifnet *ifp)
sys/dev/pci/if_et.c
1193
et_watchdog(struct ifnet *ifp)
sys/dev/pci/if_et.c
1279
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_et.c
1336
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_et.c
1549
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_et.c
1602
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_et.c
1729
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_et.c
175
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_et.c
1966
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_et.c
315
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_et.c
447
et_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_et.c
538
et_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_et.c
553
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_et.c
79
static void et_miibus_statchg(struct ifnet *);
sys/dev/pci/if_et.c
81
static int et_init(struct ifnet *);
sys/dev/pci/if_et.c
82
static int et_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_et.c
83
static void et_start(struct ifnet *);
sys/dev/pci/if_et.c
84
static void et_watchdog(struct ifnet *);
sys/dev/pci/if_et.c
85
static void et_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_iavf.c
1037
iavf_init(struct ifnet *ifp)
sys/dev/pci/if_iavf.c
1053
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
1140
iavf_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_iavf.c
1153
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
1238
struct ifnet *ifp;
sys/dev/pci/if_iavf.c
1250
iavf_media_change(struct ifnet *ifp)
sys/dev/pci/if_iavf.c
1272
iavf_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_iavf.c
1285
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_iavf.c
1297
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_iavf.c
1335
iavf_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_iavf.c
1413
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
1549
iavf_replace_lla(struct ifnet *ifp, const uint8_t *prev, const uint8_t *next)
sys/dev/pci/if_iavf.c
1652
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
1678
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
2635
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
2789
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
2971
iavf_tx_common_locked(struct ifnet *ifp, struct iavf_tx_ring *txr,
sys/dev/pci/if_iavf.c
3122
iavf_start(struct ifnet *ifp)
sys/dev/pci/if_iavf.c
3147
iavf_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_iavf.c
3183
struct ifnet *ifp;
sys/dev/pci/if_iavf.c
3229
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
3407
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
3436
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
3551
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_iavf.c
435
struct ifnet *_ifp = &(_sc)->sc_ec.ec_if; \
sys/dev/pci/if_iavf.c
4427
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
4498
struct ifnet *ifp;
sys/dev/pci/if_iavf.c
458
static int iavf_replace_lla(struct ifnet *,
sys/dev/pci/if_iavf.c
4698
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iavf.c
5110
struct ifnet *ifp;
sys/dev/pci/if_iavf.c
533
static int iavf_init(struct ifnet *);
sys/dev/pci/if_iavf.c
535
static void iavf_stop(struct ifnet *, int);
sys/dev/pci/if_iavf.c
537
static int iavf_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_iavf.c
538
static void iavf_start(struct ifnet *);
sys/dev/pci/if_iavf.c
539
static int iavf_transmit(struct ifnet *, struct mbuf*);
sys/dev/pci/if_iavf.c
542
static int iavf_media_change(struct ifnet *);
sys/dev/pci/if_iavf.c
543
static void iavf_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_iavf.c
717
struct ifnet *ifp;
sys/dev/pci/if_iavf.c
966
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ipw.c
1009
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_ipw.c
111
static int ipw_tx_start(struct ifnet *, struct mbuf *,
sys/dev/pci/if_ipw.c
113
static void ipw_start(struct ifnet *);
sys/dev/pci/if_ipw.c
114
static void ipw_watchdog(struct ifnet *);
sys/dev/pci/if_ipw.c
115
static int ipw_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_ipw.c
1217
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_ipw.c
125
static int ipw_init(struct ifnet *);
sys/dev/pci/if_ipw.c
126
static void ipw_stop(struct ifnet *, int);
sys/dev/pci/if_ipw.c
1347
ipw_tx_start(struct ifnet *ifp, struct mbuf *m0, struct ieee80211_node *ni)
sys/dev/pci/if_ipw.c
1510
ipw_start(struct ifnet *ifp)
sys/dev/pci/if_ipw.c
1564
ipw_watchdog(struct ifnet *ifp)
sys/dev/pci/if_ipw.c
1628
ipw_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_ipw.c
172
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_ipw.c
1976
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_ipw.c
2180
ipw_init(struct ifnet *ifp)
sys/dev/pci/if_ipw.c
2258
ipw_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_ipw.c
345
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_ipw.c
720
ipw_media_change(struct ifnet *ifp)
sys/dev/pci/if_ipw.c
739
ipw_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/pci/if_ipw.c
794
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_ipw.c
922
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/pci/if_ipw.c
97
static int ipw_media_change(struct ifnet *);
sys/dev/pci/if_ipw.c
98
static void ipw_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_iwi.c
107
static int iwi_media_change(struct ifnet *);
sys/dev/pci/if_iwi.c
108
static void iwi_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_iwi.c
1146
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_iwi.c
123
static int iwi_tx_start(struct ifnet *, struct mbuf *, struct ieee80211_node *,
sys/dev/pci/if_iwi.c
125
static void iwi_start(struct ifnet *);
sys/dev/pci/if_iwi.c
126
static void iwi_watchdog(struct ifnet *);
sys/dev/pci/if_iwi.c
133
static int iwi_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_iwi.c
1435
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_iwi.c
144
static int iwi_init(struct ifnet *);
sys/dev/pci/if_iwi.c
145
static void iwi_stop(struct ifnet *, int);
sys/dev/pci/if_iwi.c
1597
iwi_tx_start(struct ifnet *ifp, struct mbuf *m0, struct ieee80211_node *ni,
sys/dev/pci/if_iwi.c
1765
iwi_start(struct ifnet *ifp)
sys/dev/pci/if_iwi.c
1837
iwi_watchdog(struct ifnet *ifp)
sys/dev/pci/if_iwi.c
1875
iwi_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_iwi.c
200
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_iwi.c
2326
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_iwi.c
2572
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_iwi.c
2715
iwi_init(struct ifnet *ifp)
sys/dev/pci/if_iwi.c
2917
iwi_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_iwi.c
456
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_iwi.c
833
iwi_media_change(struct ifnet *ifp)
sys/dev/pci/if_iwi.c
875
iwi_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/pci/if_iwm.c
4293
struct ifnet *ifp = IC2IFP(ic);
sys/dev/pci/if_iwm.c
4318
struct ifnet *ifp = IC2IFP(ic);
sys/dev/pci/if_iwm.c
492
static int iwm_media_change(struct ifnet *);
sys/dev/pci/if_iwm.c
507
static int iwm_init(struct ifnet *);
sys/dev/pci/if_iwm.c
508
static void iwm_start(struct ifnet *);
sys/dev/pci/if_iwm.c
509
static void iwm_stop(struct ifnet *, int);
sys/dev/pci/if_iwm.c
510
static void iwm_watchdog(struct ifnet *);
sys/dev/pci/if_iwm.c
511
static int iwm_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_iwm.c
6114
struct ifnet *ifp = IC2IFP(ic);
sys/dev/pci/if_iwm.c
7094
iwm_media_change(struct ifnet *ifp)
sys/dev/pci/if_iwm.c
7131
struct ifnet *ifp = IC2IFP(ic);
sys/dev/pci/if_iwm.c
7243
struct ifnet *ifp = IC2IFP(ic);
sys/dev/pci/if_iwm.c
7812
iwm_init(struct ifnet *ifp)
sys/dev/pci/if_iwm.c
7853
iwm_start(struct ifnet *ifp)
sys/dev/pci/if_iwm.c
7939
iwm_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_iwm.c
7993
iwm_watchdog(struct ifnet *ifp)
sys/dev/pci/if_iwm.c
8017
iwm_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_iwm.c
8722
struct ifnet *ifp = IC2IFP(&sc->sc_ic);
sys/dev/pci/if_iwm.c
9287
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iwm.c
9394
struct ifnet *ifp = IC2IFP(&sc->sc_ic);
sys/dev/pci/if_iwm.c
9414
struct ifnet *ifp = IC2IFP(&sc->sc_ic);
sys/dev/pci/if_iwm.c
9444
struct ifnet *ifp = IC2IFP(&sc->sc_ic);
sys/dev/pci/if_iwn.c
1938
iwn_media_change(struct ifnet *ifp)
sys/dev/pci/if_iwn.c
1970
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_iwn.c
2127
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_iwn.c
247
static int iwn_media_change(struct ifnet *);
sys/dev/pci/if_iwn.c
2482
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_iwn.c
2555
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_iwn.c
2824
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/pci/if_iwn.c
284
static void iwn_start(struct ifnet *);
sys/dev/pci/if_iwn.c
285
static void iwn_watchdog(struct ifnet *);
sys/dev/pci/if_iwn.c
286
static int iwn_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_iwn.c
3271
iwn_start(struct ifnet *ifp)
sys/dev/pci/if_iwn.c
3360
iwn_watchdog(struct ifnet *ifp)
sys/dev/pci/if_iwn.c
3382
iwn_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_iwn.c
384
static int iwn_init(struct ifnet *);
sys/dev/pci/if_iwn.c
385
static void iwn_stop(struct ifnet *, int);
sys/dev/pci/if_iwn.c
389
struct ifnet *, u_int);
sys/dev/pci/if_iwn.c
425
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_iwn.c
4546
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_iwn.c
6444
iwn_init(struct ifnet *ifp)
sys/dev/pci/if_iwn.c
6518
iwn_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_iwn.c
6549
struct ifnet *ifp __unused, u_int size)
sys/dev/pci/if_iwn.c
902
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/pci/if_iwn.c
921
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/pci/if_iwn.c
968
struct ifnet *ifp;
sys/dev/pci/if_ixl.c
1023
struct ifnet *ifp;
sys/dev/pci/if_ixl.c
1465
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
1566
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_ixl.c
1634
ixl_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_ixl.c
1645
ixl_media_change(struct ifnet *ifp)
sys/dev/pci/if_ixl.c
1712
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
1740
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
1790
ixl_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_ixl.c
2037
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
2096
ixl_init(struct ifnet *ifp)
sys/dev/pci/if_ixl.c
2116
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
2178
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
2275
ixl_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_ixl.c
2661
ixl_tx_common_locked(struct ifnet *ifp, struct ixl_tx_ring *txr,
sys/dev/pci/if_ixl.c
2778
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
2860
ixl_start(struct ifnet *ifp)
sys/dev/pci/if_ixl.c
2884
ixl_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_ixl.c
2927
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
3064
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
3176
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
3688
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
5675
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_ixl.c
6715
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_ixl.c
796
static int ixl_media_change(struct ifnet *);
sys/dev/pci/if_ixl.c
797
static void ixl_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_ixl.c
798
static int ixl_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_ixl.c
799
static void ixl_start(struct ifnet *);
sys/dev/pci/if_ixl.c
800
static int ixl_transmit(struct ifnet *, struct mbuf *);
sys/dev/pci/if_ixl.c
809
static int ixl_init(struct ifnet *);
sys/dev/pci/if_ixl.c
811
static void ixl_stop(struct ifnet *, int);
sys/dev/pci/if_jme.c
1022
jme_statchg(struct ifnet *ifp)
sys/dev/pci/if_jme.c
1032
struct ifnet *ifp = &sc->jme_if;
sys/dev/pci/if_jme.c
1274
jme_ifioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/dev/pci/if_jme.c
1520
struct ifnet *ifp;
sys/dev/pci/if_jme.c
1622
jme_ifstart(struct ifnet *ifp)
sys/dev/pci/if_jme.c
1700
jme_ifwatchdog(struct ifnet *ifp)
sys/dev/pci/if_jme.c
1712
jme_mediachange(struct ifnet *ifp)
sys/dev/pci/if_jme.c
1825
struct ifnet *ifp = &sc->jme_if;
sys/dev/pci/if_jme.c
185
static int jme_ifioctl(struct ifnet *, ioctl_cmd_t, void *);
sys/dev/pci/if_jme.c
186
static int jme_mediachange(struct ifnet *);
sys/dev/pci/if_jme.c
187
static void jme_ifwatchdog(struct ifnet *);
sys/dev/pci/if_jme.c
191
static void jme_ifstart(struct ifnet *);
sys/dev/pci/if_jme.c
193
static int jme_ifinit(struct ifnet *);
sys/dev/pci/if_jme.c
194
static int jme_init(struct ifnet *, int);
sys/dev/pci/if_jme.c
195
static void jme_stop(struct ifnet *, int);
sys/dev/pci/if_jme.c
203
static void jme_statchg(struct ifnet *);
sys/dev/pci/if_jme.c
249
struct ifnet * const ifp = &sc->jme_if;
sys/dev/pci/if_jme.c
607
struct ifnet *ifp;
sys/dev/pci/if_jme.c
617
jme_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_jme.c
715
jme_ifinit(struct ifnet *ifp)
sys/dev/pci/if_jme.c
721
jme_init(struct ifnet *ifp, int do_ifinit)
sys/dev/pci/if_kse.c
1060
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_kse.c
1187
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_kse.c
1213
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_kse.c
1290
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_kse.c
1338
kse_ifmedia_upd(struct ifnet *ifp)
sys/dev/pci/if_kse.c
1364
kse_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_kse.c
1376
nopifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_kse.c
1441
kse_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_kse.c
330
static int kse_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_kse.c
331
static void kse_start(struct ifnet *);
sys/dev/pci/if_kse.c
332
static void kse_watchdog(struct ifnet *);
sys/dev/pci/if_kse.c
333
static int kse_init(struct ifnet *);
sys/dev/pci/if_kse.c
334
static void kse_stop(struct ifnet *, int);
sys/dev/pci/if_kse.c
343
static int kse_ifmedia_upd(struct ifnet *);
sys/dev/pci/if_kse.c
344
static void kse_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_kse.c
345
static void nopifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_kse.c
349
void kse_mii_statchg(struct ifnet *);
sys/dev/pci/if_kse.c
381
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_kse.c
658
kse_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_kse.c
710
kse_init(struct ifnet *ifp)
sys/dev/pci/if_kse.c
844
kse_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_kse.c
887
kse_watchdog(struct ifnet *ifp)
sys/dev/pci/if_kse.c
914
kse_start(struct ifnet *ifp)
sys/dev/pci/if_lii.c
1021
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_lii.c
1130
lii_watchdog(struct ifnet *ifp)
sys/dev/pci/if_lii.c
1140
lii_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_lii.c
1166
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_lii.c
128
static void lii_mii_statchg(struct ifnet *);
sys/dev/pci/if_lii.c
130
static int lii_media_change(struct ifnet *);
sys/dev/pci/if_lii.c
131
static void lii_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_lii.c
133
static int lii_init(struct ifnet *);
sys/dev/pci/if_lii.c
134
static void lii_start(struct ifnet *);
sys/dev/pci/if_lii.c
135
static void lii_stop(struct ifnet *, int);
sys/dev/pci/if_lii.c
136
static void lii_watchdog(struct ifnet *);
sys/dev/pci/if_lii.c
137
static int lii_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_lii.c
239
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_lii.c
649
lii_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_lii.c
667
lii_media_change(struct ifnet *ifp)
sys/dev/pci/if_lii.c
679
lii_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/pci/if_lii.c
691
lii_init(struct ifnet *ifp)
sys/dev/pci/if_lii.c
867
lii_start(struct ifnet *ifp)
sys/dev/pci/if_lii.c
907
lii_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_lii.c
971
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_malo_pci.c
221
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_malo_pci.c
233
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_mcx.c
2631
static int mcx_init(struct ifnet *);
sys/dev/pci/if_mcx.c
2632
static void mcx_stop(struct ifnet *, int);
sys/dev/pci/if_mcx.c
2633
static int mcx_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_mcx.c
2634
static void mcx_start(struct ifnet *);
sys/dev/pci/if_mcx.c
2635
static int mcx_transmit(struct ifnet *, struct mbuf *);
sys/dev/pci/if_mcx.c
2638
static void mcx_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_mcx.c
2639
static int mcx_media_change(struct ifnet *);
sys/dev/pci/if_mcx.c
2641
static int mcx_get_sffpage(struct ifnet *, struct if_sffpage *);
sys/dev/pci/if_mcx.c
2746
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_mcx.c
4225
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_mcx.c
6936
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_mcx.c
7052
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_mcx.c
7322
mcx_init(struct ifnet *ifp)
sys/dev/pci/if_mcx.c
7513
mcx_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_mcx.c
7612
mcx_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_mcx.c
7729
mcx_get_sffpage(struct ifnet *ifp, struct if_sffpage *sff)
sys/dev/pci/if_mcx.c
7797
mcx_send_common_locked(struct ifnet *ifp, struct mcx_tx *tx, bool is_transmit)
sys/dev/pci/if_mcx.c
7958
mcx_start(struct ifnet *ifp)
sys/dev/pci/if_mcx.c
7972
mcx_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_mcx.c
7998
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_mcx.c
8039
mcx_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_mcx.c
8081
mcx_media_change(struct ifnet *ifp)
sys/dev/pci/if_mcx.c
8162
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_msk.c
109
static void msk_start(struct ifnet *);
sys/dev/pci/if_msk.c
110
static int msk_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_msk.c
111
static int msk_init(struct ifnet *);
sys/dev/pci/if_msk.c
113
static void msk_stop(struct ifnet *, int);
sys/dev/pci/if_msk.c
114
static void msk_watchdog(struct ifnet *);
sys/dev/pci/if_msk.c
1182
struct ifnet *ifp;
sys/dev/pci/if_msk.c
127
static void msk_miibus_statchg(struct ifnet *);
sys/dev/pci/if_msk.c
1388
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_msk.c
2008
msk_start(struct ifnet *ifp)
sys/dev/pci/if_msk.c
2056
msk_watchdog(struct ifnet *ifp)
sys/dev/pci/if_msk.c
2120
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_msk.c
2177
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_msk.c
2305
struct ifnet *ifp0 = NULL, *ifp1 = NULL;
sys/dev/pci/if_msk.c
2459
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_msk.c
2535
msk_init(struct ifnet *ifp)
sys/dev/pci/if_msk.c
2698
msk_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_msk.c
340
msk_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_msk.c
385
struct ifnet *ifp= &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_msk.c
445
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_msk.c
811
msk_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_nfe.c
1003
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_nfe.c
1202
nfe_start(struct ifnet *ifp)
sys/dev/pci/if_nfe.c
1246
nfe_watchdog(struct ifnet *ifp)
sys/dev/pci/if_nfe.c
1259
nfe_init(struct ifnet *ifp)
sys/dev/pci/if_nfe.c
1380
nfe_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_nfe.c
1891
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_nfe.c
217
struct ifnet *ifp;
sys/dev/pci/if_nfe.c
448
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_nfe.c
495
nfe_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_nfe.c
622
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_nfe.c
665
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_nfe.c
683
nfe_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_nfe.c
80
void nfe_miibus_statchg(struct ifnet *);
sys/dev/pci/if_nfe.c
801
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_nfe.c
84
int nfe_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_nfe.c
94
void nfe_start(struct ifnet *);
sys/dev/pci/if_nfe.c
95
void nfe_watchdog(struct ifnet *);
sys/dev/pci/if_nfe.c
96
int nfe_init(struct ifnet *);
sys/dev/pci/if_nfe.c
97
void nfe_stop(struct ifnet *, int);
sys/dev/pci/if_pcn.c
1145
pcn_watchdog(struct ifnet *ifp)
sys/dev/pci/if_pcn.c
1174
pcn_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_pcn.c
1212
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_pcn.c
1314
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_pcn.c
1416
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_pcn.c
1603
pcn_init(struct ifnet *ifp)
sys/dev/pci/if_pcn.c
1844
pcn_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_pcn.c
1933
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_pcn.c
2002
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_pcn.c
2039
pcn_79c970_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_pcn.c
2057
pcn_79c970_mediachange(struct ifnet *ifp)
sys/dev/pci/if_pcn.c
2102
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_pcn.c
2177
pcn_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_pcn.c
381
static void pcn_start(struct ifnet *);
sys/dev/pci/if_pcn.c
382
static void pcn_watchdog(struct ifnet *);
sys/dev/pci/if_pcn.c
383
static int pcn_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_pcn.c
384
static int pcn_init(struct ifnet *);
sys/dev/pci/if_pcn.c
385
static void pcn_stop(struct ifnet *, int);
sys/dev/pci/if_pcn.c
404
static void pcn_mii_statchg(struct ifnet *);
sys/dev/pci/if_pcn.c
407
static int pcn_79c970_mediachange(struct ifnet *);
sys/dev/pci/if_pcn.c
408
static void pcn_79c970_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_pcn.c
566
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_pcn.c
926
pcn_start(struct ifnet *ifp)
sys/dev/pci/if_rge.c
1001
rge_init(struct ifnet *ifp)
sys/dev/pci/if_rge.c
1019
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_rge.c
1070
rge_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_rge.c
1132
rge_ifmedia_upd(struct ifnet *ifp)
sys/dev/pci/if_rge.c
1224
rge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_rge.c
1559
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_rge.c
1679
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_rge.c
200
struct ifnet *ifp;
sys/dev/pci/if_rge.c
3993
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_rge.c
407
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_rge.c
439
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_rge.c
627
rge_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_rge.c
664
struct ifnet * const ifp = &ec->ec_if;
sys/dev/pci/if_rge.c
687
rge_start(struct ifnet *ifp)
sys/dev/pci/if_rge.c
749
rge_watchdog(struct ifnet *ifp)
sys/dev/pci/if_rge.c
765
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_rge.c
87
static int rge_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_rge.c
88
static void rge_start(struct ifnet *);
sys/dev/pci/if_rge.c
89
static void rge_watchdog(struct ifnet *);
sys/dev/pci/if_rge.c
90
static int rge_init(struct ifnet *);
sys/dev/pci/if_rge.c
92
static void rge_stop(struct ifnet *, int);
sys/dev/pci/if_rge.c
94
static int rge_ifmedia_upd(struct ifnet *);
sys/dev/pci/if_rge.c
95
static void rge_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_rtwn.c
1032
rtwn_media_change(struct ifnet *ifp)
sys/dev/pci/if_rtwn.c
1275
rtwn_reset(struct ifnet *ifp)
sys/dev/pci/if_rtwn.c
128
static int rtwn_media_change(struct ifnet *);
sys/dev/pci/if_rtwn.c
137
static int rtwn_reset(struct ifnet *);
sys/dev/pci/if_rtwn.c
148
static void rtwn_start(struct ifnet *);
sys/dev/pci/if_rtwn.c
149
static void rtwn_watchdog(struct ifnet *);
sys/dev/pci/if_rtwn.c
150
static int rtwn_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_rtwn.c
1662
struct ifnet *ifp = IC2IFP(ic);
sys/dev/pci/if_rtwn.c
176
static int rtwn_init(struct ifnet *);
sys/dev/pci/if_rtwn.c
178
static void rtwn_stop(struct ifnet *, int);
sys/dev/pci/if_rtwn.c
2022
struct ifnet *ifp = IC2IFP(ic);
sys/dev/pci/if_rtwn.c
2064
rtwn_start(struct ifnet *ifp)
sys/dev/pci/if_rtwn.c
2134
rtwn_watchdog(struct ifnet *ifp)
sys/dev/pci/if_rtwn.c
2156
rtwn_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_rtwn.c
217
struct ifnet *ifp = GET_IFP(sc);
sys/dev/pci/if_rtwn.c
3264
rtwn_init(struct ifnet *ifp)
sys/dev/pci/if_rtwn.c
3412
struct ifnet *ifp = GET_IFP(sc);
sys/dev/pci/if_rtwn.c
3428
rtwn_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_rtwn.c
3559
struct ifnet *ifp = GET_IFP(sc);
sys/dev/pci/if_rtwn.c
402
struct ifnet *ifp = GET_IFP(sc);
sys/dev/pci/if_rtwn.c
447
struct ifnet *ifp = GET_IFP(sc);
sys/dev/pci/if_sip.c
1060
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_sip.c
1478
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_sip.c
1536
sipcom_start(struct ifnet *ifp)
sys/dev/pci/if_sip.c
1768
sipcom_watchdog(struct ifnet *ifp)
sys/dev/pci/if_sip.c
1806
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_sip.c
1824
sipcom_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_sip.c
1899
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_sip.c
2040
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_sip.c
2112
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_sip.c
2328
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_sip.c
2600
sipcom_init(struct ifnet *ifp)
sys/dev/pci/if_sip.c
2873
sipcom_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_sip.c
3070
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_sip.c
3218
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_sip.c
3439
sipcom_dp83820_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_sip.c
3604
sipcom_sis900_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_sip.c
3719
sipcom_dp83815_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_sip.c
3997
sipcom_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_sip.c
619
static void sipcom_start(struct ifnet *);
sys/dev/pci/if_sip.c
620
static void sipcom_watchdog(struct ifnet *);
sys/dev/pci/if_sip.c
621
static int sipcom_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_sip.c
622
static int sipcom_init(struct ifnet *);
sys/dev/pci/if_sip.c
623
static void sipcom_stop(struct ifnet *, int);
sys/dev/pci/if_sip.c
650
static void sipcom_dp83820_mii_statchg(struct ifnet *);
sys/dev/pci/if_sip.c
654
static void sipcom_sis900_mii_statchg(struct ifnet *);
sys/dev/pci/if_sip.c
658
static void sipcom_dp83815_mii_statchg(struct ifnet *);
sys/dev/pci/if_sip.c
660
static void sipcom_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_sip.c
685
void (*sipv_mii_statchg)(struct ifnet *);
sys/dev/pci/if_sip.c
957
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_sk.c
1032
sk_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/if_sk.c
1207
struct ifnet *ifp;
sys/dev/pci/if_sk.c
168
static void sk_start(struct ifnet *);
sys/dev/pci/if_sk.c
169
static int sk_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_sk.c
170
static int sk_init(struct ifnet *);
sys/dev/pci/if_sk.c
175
static void sk_stop(struct ifnet *, int);
sys/dev/pci/if_sk.c
176
static void sk_watchdog(struct ifnet *);
sys/dev/pci/if_sk.c
177
static int sk_ifmedia_upd(struct ifnet *);
sys/dev/pci/if_sk.c
193
static void sk_xmac_miibus_statchg(struct ifnet *);
sys/dev/pci/if_sk.c
1937
sk_start(struct ifnet *ifp)
sys/dev/pci/if_sk.c
197
static void sk_marv_miibus_statchg(struct ifnet *);
sys/dev/pci/if_sk.c
1988
sk_watchdog(struct ifnet *ifp)
sys/dev/pci/if_sk.c
2012
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_sk.c
2031
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_sk.c
2115
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_sk.c
2175
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_sk.c
2219
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_sk.c
2313
struct ifnet *ifp0 = NULL, *ifp1 = NULL;
sys/dev/pci/if_sk.c
2472
struct ifnet *ifp = &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_sk.c
2717
sk_init(struct ifnet *ifp)
sys/dev/pci/if_sk.c
2890
sk_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_sk.c
476
sk_xmac_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_sk.c
565
sk_marv_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_sk.c
609
struct ifnet *ifp= &sc_if->sk_ethercom.ec_if;
sys/dev/pci/if_sk.c
992
sk_ifmedia_upd(struct ifnet *ifp)
sys/dev/pci/if_ste.c
1034
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_ste.c
1146
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_ste.c
1263
ste_init(struct ifnet *ifp)
sys/dev/pci/if_ste.c
1432
ste_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_ste.c
1575
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_ste.c
1699
ste_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_ste.c
195
static void ste_start(struct ifnet *);
sys/dev/pci/if_ste.c
196
static void ste_watchdog(struct ifnet *);
sys/dev/pci/if_ste.c
197
static int ste_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_ste.c
198
static int ste_init(struct ifnet *);
sys/dev/pci/if_ste.c
199
static void ste_stop(struct ifnet *, int);
sys/dev/pci/if_ste.c
221
static void ste_mii_statchg(struct ifnet *);
sys/dev/pci/if_ste.c
342
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_ste.c
649
ste_start(struct ifnet *ifp)
sys/dev/pci/if_ste.c
835
ste_watchdog(struct ifnet *ifp)
sys/dev/pci/if_ste.c
856
ste_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_ste.c
890
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_ste.c
988
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_stge.c
1021
stge_watchdog(struct ifnet *ifp)
sys/dev/pci/if_stge.c
1046
stge_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_stge.c
1084
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_stge.c
1177
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_stge.c
1223
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_stge.c
1428
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_stge.c
1500
stge_init(struct ifnet *ifp)
sys/dev/pci/if_stge.c
1728
stge_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_stge.c
1874
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_stge.c
1988
stge_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_stge.c
275
static void stge_start(struct ifnet *);
sys/dev/pci/if_stge.c
276
static void stge_watchdog(struct ifnet *);
sys/dev/pci/if_stge.c
277
static int stge_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_stge.c
278
static int stge_init(struct ifnet *);
sys/dev/pci/if_stge.c
279
static void stge_stop(struct ifnet *, int);
sys/dev/pci/if_stge.c
299
static void stge_mii_statchg(struct ifnet *);
sys/dev/pci/if_stge.c
393
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_stge.c
778
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_stge.c
806
stge_start(struct ifnet *ifp)
sys/dev/pci/if_ti.c
1147
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_ti.c
1403
struct ifnet *ifp;
sys/dev/pci/if_ti.c
161
static void ti_start(struct ifnet *);
sys/dev/pci/if_ti.c
1615
struct ifnet *ifp;
sys/dev/pci/if_ti.c
162
static int ti_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_ti.c
166
static void ti_watchdog(struct ifnet *);
sys/dev/pci/if_ti.c
167
static int ti_ifmedia_upd(struct ifnet *);
sys/dev/pci/if_ti.c
168
static void ti_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_ti.c
1909
struct ifnet *ifp;
sys/dev/pci/if_ti.c
202
static int ti_ether_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_ti.c
2047
struct ifnet *ifp;
sys/dev/pci/if_ti.c
2101
struct ifnet *ifp;
sys/dev/pci/if_ti.c
2150
struct ifnet *ifp;
sys/dev/pci/if_ti.c
2187
struct ifnet *ifp = &sc->ethercom.ec_if;
sys/dev/pci/if_ti.c
2407
ti_start(struct ifnet *ifp)
sys/dev/pci/if_ti.c
2473
struct ifnet *ifp;
sys/dev/pci/if_ti.c
2561
ti_ifmedia_upd(struct ifnet *ifp)
sys/dev/pci/if_ti.c
2631
ti_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_ti.c
2680
ti_ether_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_ti.c
2712
ti_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/if_ti.c
2787
ti_watchdog(struct ifnet *ifp)
sys/dev/pci/if_ti.c
2807
struct ifnet *ifp;
sys/dev/pci/if_tl.c
108
static int tl_ifioctl(struct ifnet *, ioctl_cmd_t, void *);
sys/dev/pci/if_tl.c
109
static void tl_ifwatchdog(struct ifnet *);
sys/dev/pci/if_tl.c
112
static void tl_ifstart(struct ifnet *);
sys/dev/pci/if_tl.c
114
static int tl_init(struct ifnet *);
sys/dev/pci/if_tl.c
115
static void tl_stop(struct ifnet *, int);
sys/dev/pci/if_tl.c
1215
tl_ifioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/dev/pci/if_tl.c
1232
tl_ifstart(struct ifnet *ifp)
sys/dev/pci/if_tl.c
139
void tl_statchg(struct ifnet *);
sys/dev/pci/if_tl.c
1404
tl_ifwatchdog(struct ifnet *ifp)
sys/dev/pci/if_tl.c
1495
struct ifnet *ifp = &sc->tl_if;
sys/dev/pci/if_tl.c
281
struct ifnet * const ifp = &sc->tl_if;
sys/dev/pci/if_tl.c
513
struct ifnet *ifp = &sc->tl_if;
sys/dev/pci/if_tl.c
521
tl_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_tl.c
590
tl_init(struct ifnet *ifp)
sys/dev/pci/if_tl.c
893
tl_statchg(struct ifnet *ifp)
sys/dev/pci/if_tl.c
988
struct ifnet *ifp = &sc->tl_if;
sys/dev/pci/if_txp.c
116
static void txp_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_txp.c
117
static int txp_ifmedia_upd(struct ifnet *);
sys/dev/pci/if_txp.c
1303
txp_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/if_txp.c
1372
struct ifnet *ifp = &sc->sc_arpcom.ec_if;
sys/dev/pci/if_txp.c
1405
struct ifnet *ifp = &sc->sc_arpcom.ec_if;
sys/dev/pci/if_txp.c
1443
txp_start(struct ifnet *ifp)
sys/dev/pci/if_txp.c
1824
txp_watchdog(struct ifnet *ifp)
sys/dev/pci/if_txp.c
1829
txp_ifmedia_upd(struct ifnet *ifp)
sys/dev/pci/if_txp.c
1866
txp_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_txp.c
189
struct ifnet *ifp = &sc->sc_arpcom.ec_if;
sys/dev/pci/if_txp.c
1985
struct ifnet *ifp = &sc->sc_arpcom.ec_if;
sys/dev/pci/if_txp.c
2065
struct ifnet *ifp = &sc->sc_arpcom.ec_if;
sys/dev/pci/if_txp.c
711
struct ifnet *ifp = &sc->sc_arpcom.ec_if;
sys/dev/pci/if_txp.c
828
struct ifnet *ifp = &sc->sc_arpcom.ec_if;
sys/dev/pci/if_txp.c
87
static int txp_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_txp.c
88
static void txp_start(struct ifnet *);
sys/dev/pci/if_txp.c
909
struct ifnet *ifp = &sc->sc_arpcom.ec_if;
sys/dev/pci/if_txp.c
91
static void txp_watchdog(struct ifnet *);
sys/dev/pci/if_txp.c
982
struct ifnet *ifp = &sc->sc_arpcom.ec_if;
sys/dev/pci/if_vge.c
1192
struct ifnet *ifp;
sys/dev/pci/if_vge.c
1364
struct ifnet *ifp;
sys/dev/pci/if_vge.c
1416
struct ifnet *ifp;
sys/dev/pci/if_vge.c
1448
struct ifnet *ifp;
sys/dev/pci/if_vge.c
1634
vge_start(struct ifnet *ifp)
sys/dev/pci/if_vge.c
1736
vge_init(struct ifnet *ifp)
sys/dev/pci/if_vge.c
1924
vge_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_vge.c
1977
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_vge.c
1995
vge_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/if_vge.c
2024
vge_watchdog(struct ifnet *ifp)
sys/dev/pci/if_vge.c
2047
vge_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_vge.c
2137
struct ifnet *ifp;
sys/dev/pci/if_vge.c
312
static void vge_start(struct ifnet *);
sys/dev/pci/if_vge.c
313
static int vge_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_vge.c
314
static int vge_init(struct ifnet *);
sys/dev/pci/if_vge.c
315
static void vge_stop(struct ifnet *, int);
sys/dev/pci/if_vge.c
316
static void vge_watchdog(struct ifnet *);
sys/dev/pci/if_vge.c
329
static void vge_miibus_statchg(struct ifnet *);
sys/dev/pci/if_vge.c
640
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_vge.c
900
struct ifnet *ifp;
sys/dev/pci/if_vioif.c
1814
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_vioif.c
1979
vioif_send_common_locked(struct ifnet *ifp, struct vioif_netqueue *netq,
sys/dev/pci/if_vioif.c
2078
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_vioif.c
2156
vioif_start_locked(struct ifnet *ifp, struct vioif_netqueue *netq)
sys/dev/pci/if_vioif.c
2167
vioif_transmit_locked(struct ifnet *ifp, struct vioif_netqueue *netq)
sys/dev/pci/if_vioif.c
2179
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_vioif.c
2193
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_vioif.c
2520
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_vioif.c
2615
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_vioif.c
2701
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_vioif.c
2728
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_vioif.c
362
static int vioif_init(struct ifnet *);
sys/dev/pci/if_vioif.c
363
static void vioif_stop(struct ifnet *, int);
sys/dev/pci/if_vioif.c
364
static void vioif_start(struct ifnet *);
sys/dev/pci/if_vioif.c
365
static int vioif_transmit(struct ifnet *, struct mbuf *);
sys/dev/pci/if_vioif.c
366
static int vioif_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_vioif.c
367
static void vioif_watchdog(struct ifnet *);
sys/dev/pci/if_vioif.c
392
static void vioif_start_locked(struct ifnet *, struct vioif_netqueue *);
sys/dev/pci/if_vioif.c
393
static void vioif_transmit_locked(struct ifnet *, struct vioif_netqueue *);
sys/dev/pci/if_vioif.c
465
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_vioif.c
702
vioif_init(struct ifnet *ifp)
sys/dev/pci/if_vioif.c
750
vioif_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_vioif.c
808
vioif_start(struct ifnet *ifp)
sys/dev/pci/if_vioif.c
823
vioif_select_txqueue(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_vioif.c
832
vioif_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_vioif.c
864
vioif_watchdog(struct ifnet *ifp)
sys/dev/pci/if_vioif.c
890
vioif_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_vioif.c
913
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_vioif.c
955
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_vmx.c
1770
struct ifnet *ifp;
sys/dev/pci/if_vmx.c
1832
struct ifnet *ifp = &sc->vmx_ethercom.ec_if;
sys/dev/pci/if_vmx.c
2125
struct ifnet *ifp;
sys/dev/pci/if_vmx.c
2324
struct ifnet *ifp;
sys/dev/pci/if_vmx.c
2352
struct ifnet *ifp;
sys/dev/pci/if_vmx.c
2760
struct ifnet *ifp = &sc->vmx_ethercom.ec_if;
sys/dev/pci/if_vmx.c
2787
vmxnet3_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_vmx.c
2933
struct ifnet *ifp = &sc->vmx_ethercom.ec_if;
sys/dev/pci/if_vmx.c
2970
vmxnet3_init(struct ifnet *ifp)
sys/dev/pci/if_vmx.c
3208
vmxnet3_tx_common_locked(struct ifnet *ifp, struct vmxnet3_txqueue *txq, int txtype)
sys/dev/pci/if_vmx.c
3256
vmxnet3_start_locked(struct ifnet *ifp)
sys/dev/pci/if_vmx.c
3268
vmxnet3_start(struct ifnet *ifp)
sys/dev/pci/if_vmx.c
3282
vmxnet3_select_txqueue(struct ifnet *ifp, struct mbuf *m __unused)
sys/dev/pci/if_vmx.c
3304
vmxnet3_transmit_locked(struct ifnet *ifp, struct vmxnet3_txqueue *txq)
sys/dev/pci/if_vmx.c
3311
vmxnet3_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_vmx.c
3352
struct ifnet *ifp = &sc->vmx_ethercom.ec_if;
sys/dev/pci/if_vmx.c
3432
vmxnet3_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_vmx.c
3484
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_vmx.c
3570
struct ifnet *ifp = &sc->vmx_ethercom.ec_if;
sys/dev/pci/if_vmx.c
3588
struct ifnet *ifp = &sc->vmx_ethercom.ec_if;
sys/dev/pci/if_vmx.c
3611
vmxnet3_cmd_link_status(struct ifnet *ifp)
sys/dev/pci/if_vmx.c
3626
vmxnet3_ifmedia_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_vmx.c
3644
vmxnet3_ifmedia_change(struct ifnet *ifp)
sys/dev/pci/if_vmx.c
420
static void vmxnet3_stop(struct ifnet *, int);
sys/dev/pci/if_vmx.c
430
static int vmxnet3_init(struct ifnet *);
sys/dev/pci/if_vmx.c
436
static void vmxnet3_start_locked(struct ifnet *);
sys/dev/pci/if_vmx.c
437
static void vmxnet3_start(struct ifnet *);
sys/dev/pci/if_vmx.c
438
static void vmxnet3_transmit_locked(struct ifnet *, struct vmxnet3_txqueue *);
sys/dev/pci/if_vmx.c
439
static int vmxnet3_transmit(struct ifnet *, struct mbuf *);
sys/dev/pci/if_vmx.c
443
static int vmxnet3_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_vmx.c
451
static bool vmxnet3_cmd_link_status(struct ifnet *);
sys/dev/pci/if_vmx.c
452
static void vmxnet3_ifmedia_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_vmx.c
453
static int vmxnet3_ifmedia_change(struct ifnet *);
sys/dev/pci/if_vmx.c
667
struct ifnet *ifp;
sys/dev/pci/if_vr.c
1004
vr_start(struct ifnet *ifp)
sys/dev/pci/if_vr.c
1174
vr_init(struct ifnet *ifp)
sys/dev/pci/if_vr.c
1289
vr_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/if_vr.c
1330
vr_watchdog(struct ifnet *ifp)
sys/dev/pci/if_vr.c
1385
vr_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_vr.c
1468
struct ifnet *ifp;
sys/dev/pci/if_vr.c
308
static void vr_start(struct ifnet *);
sys/dev/pci/if_vr.c
309
static int vr_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_vr.c
310
static int vr_init(struct ifnet *);
sys/dev/pci/if_vr.c
311
static void vr_stop(struct ifnet *, int);
sys/dev/pci/if_vr.c
313
static void vr_watchdog(struct ifnet *);
sys/dev/pci/if_vr.c
318
static void vr_mii_statchg(struct ifnet *);
sys/dev/pci/if_vr.c
411
vr_mii_statchg(struct ifnet *ifp)
sys/dev/pci/if_vr.c
463
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_vr.c
602
struct ifnet *ifp;
sys/dev/pci/if_vr.c
803
struct ifnet *ifp;
sys/dev/pci/if_vr.c
835
struct ifnet *ifp = &sc->vr_ec.ec_if;
sys/dev/pci/if_vr.c
912
struct ifnet *ifp;
sys/dev/pci/if_vte.c
1004
struct ifnet *ifp;
sys/dev/pci/if_vte.c
1100
struct ifnet *ifp;
sys/dev/pci/if_vte.c
111
static int vte_init(struct ifnet *);
sys/dev/pci/if_vte.c
115
static int vte_ifioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_vte.c
118
static void vte_miibus_statchg(struct ifnet *);
sys/dev/pci/if_vte.c
120
static int vte_mediachange(struct ifnet *);
sys/dev/pci/if_vte.c
1241
vte_init(struct ifnet *ifp)
sys/dev/pci/if_vte.c
128
static void vte_ifstart(struct ifnet *);
sys/dev/pci/if_vte.c
132
static void vte_stop(struct ifnet *, int);
sys/dev/pci/if_vte.c
136
static void vte_ifwatchdog(struct ifnet *);
sys/dev/pci/if_vte.c
1382
vte_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_vte.c
1446
struct ifnet *ifp = &sc->vte_if;
sys/dev/pci/if_vte.c
1581
struct ifnet *ifp;
sys/dev/pci/if_vte.c
165
struct ifnet * const ifp = &sc->vte_if;
sys/dev/pci/if_vte.c
316
struct ifnet *ifp = &sc->vte_if;
sys/dev/pci/if_vte.c
384
vte_miibus_statchg(struct ifnet *ifp)
sys/dev/pci/if_vte.c
663
struct ifnet *ifp = &sc->vte_if;
sys/dev/pci/if_vte.c
675
struct ifnet *ifp;
sys/dev/pci/if_vte.c
763
vte_ifstart(struct ifnet *ifp)
sys/dev/pci/if_vte.c
820
vte_ifwatchdog(struct ifnet *ifp)
sys/dev/pci/if_vte.c
835
vte_mediachange(struct ifnet *ifp)
sys/dev/pci/if_vte.c
851
vte_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_vte.c
912
struct ifnet *ifp = &sc->vte_if;
sys/dev/pci/if_vte.c
963
struct ifnet *ifp = &sc->vte_if;
sys/dev/pci/if_wm.c
1004
static void wm_gmii_statchg(struct ifnet *);
sys/dev/pci/if_wm.c
10221
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
1028
static int wm_tbi_mediachange(struct ifnet *);
sys/dev/pci/if_wm.c
1029
static void wm_tbi_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_wm.c
1034
static int wm_serdes_mediachange(struct ifnet *);
sys/dev/pci/if_wm.c
1035
static void wm_serdes_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_wm.c
10721
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
10777
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
10903
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
11762
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
11908
wm_gmii_mediachange(struct ifnet *ifp)
sys/dev/pci/if_wm.c
11989
wm_gmii_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_wm.c
13040
wm_gmii_statchg(struct ifnet *ifp)
sys/dev/pci/if_wm.c
13430
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
13537
wm_tbi_mediachange(struct ifnet *ifp)
sys/dev/pci/if_wm.c
13651
wm_tbi_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_wm.c
13855
wm_serdes_mediachange(struct ifnet *ifp)
sys/dev/pci/if_wm.c
13935
wm_serdes_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_wm.c
14031
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
2011
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
3546
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
3763
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
3806
wm_watchdog(struct ifnet *ifp)
sys/dev/pci/if_wm.c
3842
struct ifnet * const ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
3864
wm_watchdog_txq(struct ifnet *ifp, struct wm_txqueue *txq, uint16_t *hang)
sys/dev/pci/if_wm.c
3876
wm_watchdog_txq_locked(struct ifnet *ifp, struct wm_txqueue *txq,
sys/dev/pci/if_wm.c
3947
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
3995
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/if_wm.c
4095
wm_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_wm.c
4455
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
6640
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
7010
wm_init(struct ifnet *ifp)
sys/dev/pci/if_wm.c
7028
wm_init_locked(struct ifnet *ifp)
sys/dev/pci/if_wm.c
7624
wm_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_wm.c
7648
wm_stop_locked(struct ifnet *ifp, bool disable, bool wait)
sys/dev/pci/if_wm.c
854
static bool wm_watchdog(struct ifnet *);
sys/dev/pci/if_wm.c
855
static void wm_watchdog_txq(struct ifnet *, struct wm_txqueue *,
sys/dev/pci/if_wm.c
857
static void wm_watchdog_txq_locked(struct ifnet *, struct wm_txqueue *,
sys/dev/pci/if_wm.c
861
static int wm_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_wm.c
8842
wm_select_txqueue(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_wm.c
8871
wm_start(struct ifnet *ifp)
sys/dev/pci/if_wm.c
8888
wm_start_locked(struct ifnet *ifp)
sys/dev/pci/if_wm.c
8897
wm_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_wm.c
8928
wm_transmit_locked(struct ifnet *ifp, struct wm_txqueue *txq)
sys/dev/pci/if_wm.c
893
static int wm_init(struct ifnet *);
sys/dev/pci/if_wm.c
8935
wm_send_common_locked(struct ifnet *ifp, struct wm_txqueue *txq,
sys/dev/pci/if_wm.c
894
static int wm_init_locked(struct ifnet *);
sys/dev/pci/if_wm.c
900
static void wm_stop(struct ifnet *, int);
sys/dev/pci/if_wm.c
901
static void wm_stop_locked(struct ifnet *, bool, bool);
sys/dev/pci/if_wm.c
932
static inline int wm_select_txqueue(struct ifnet *, struct mbuf *);
sys/dev/pci/if_wm.c
933
static void wm_start(struct ifnet *);
sys/dev/pci/if_wm.c
934
static void wm_start_locked(struct ifnet *);
sys/dev/pci/if_wm.c
935
static int wm_transmit(struct ifnet *, struct mbuf *);
sys/dev/pci/if_wm.c
936
static void wm_transmit_locked(struct ifnet *, struct wm_txqueue *);
sys/dev/pci/if_wm.c
937
static void wm_send_common_locked(struct ifnet *, struct wm_txqueue *,
sys/dev/pci/if_wm.c
941
static void wm_nq_start(struct ifnet *);
sys/dev/pci/if_wm.c
942
static void wm_nq_start_locked(struct ifnet *);
sys/dev/pci/if_wm.c
943
static int wm_nq_transmit(struct ifnet *, struct mbuf *);
sys/dev/pci/if_wm.c
944
static void wm_nq_transmit_locked(struct ifnet *, struct wm_txqueue *);
sys/dev/pci/if_wm.c
945
static void wm_nq_send_common_locked(struct ifnet *, struct wm_txqueue *,
sys/dev/pci/if_wm.c
9478
wm_nq_start(struct ifnet *ifp)
sys/dev/pci/if_wm.c
9495
wm_nq_start_locked(struct ifnet *ifp)
sys/dev/pci/if_wm.c
9504
wm_nq_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/if_wm.c
9546
wm_nq_transmit_locked(struct ifnet *ifp, struct wm_txqueue *txq)
sys/dev/pci/if_wm.c
9553
wm_nq_send_common_locked(struct ifnet *ifp, struct wm_txqueue *txq,
sys/dev/pci/if_wm.c
976
static int wm_gmii_mediachange(struct ifnet *);
sys/dev/pci/if_wm.c
977
static void wm_gmii_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_wm.c
9859
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wm.c
9890
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_wpi.c
106
static int wpi_media_change(struct ifnet *);
sys/dev/pci/if_wpi.c
135
static void wpi_start(struct ifnet *);
sys/dev/pci/if_wpi.c
136
static void wpi_watchdog(struct ifnet *);
sys/dev/pci/if_wpi.c
137
static int wpi_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/if_wpi.c
1481
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_wpi.c
155
static int wpi_init(struct ifnet *);
sys/dev/pci/if_wpi.c
156
static void wpi_stop(struct ifnet *, int);
sys/dev/pci/if_wpi.c
162
static void wpi_stop_intr(struct ifnet *, int);
sys/dev/pci/if_wpi.c
1632
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/pci/if_wpi.c
1702
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_wpi.c
1838
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/pci/if_wpi.c
207
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/if_wpi.c
2100
wpi_start(struct ifnet *ifp)
sys/dev/pci/if_wpi.c
2192
wpi_watchdog(struct ifnet *ifp)
sys/dev/pci/if_wpi.c
2213
wpi_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_wpi.c
2981
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_wpi.c
3192
wpi_init(struct ifnet *ifp)
sys/dev/pci/if_wpi.c
3310
wpi_stop1(struct ifnet *ifp, int disable, bool fromintr)
sys/dev/pci/if_wpi.c
3359
wpi_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_wpi.c
3365
wpi_stop_intr(struct ifnet *ifp, int disable)
sys/dev/pci/if_wpi.c
439
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/pci/if_wpi.c
919
wpi_media_change(struct ifnet *ifp)
sys/dev/pci/if_wpi.c
936
struct ifnet *ifp = ic->ic_ifp;
sys/dev/pci/if_xge.c
176
static void xge_start(struct ifnet *);
sys/dev/pci/if_xge.c
177
static void xge_stop(struct ifnet *, int);
sys/dev/pci/if_xge.c
181
static int xge_ioctl(struct ifnet *ifp, u_long cmd, void *data);
sys/dev/pci/if_xge.c
182
static int xge_init(struct ifnet *ifp);
sys/dev/pci/if_xge.c
183
static void xge_ifmedia_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/if_xge.c
184
static int xge_xgmii_mediachange(struct ifnet *);
sys/dev/pci/if_xge.c
277
struct ifnet *ifp;
sys/dev/pci/if_xge.c
592
xge_ifmedia_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/if_xge.c
606
xge_xgmii_mediachange(struct ifnet *ifp)
sys/dev/pci/if_xge.c
630
xge_init(struct ifnet *ifp)
sys/dev/pci/if_xge.c
681
xge_stop(struct ifnet *ifp, int disable)
sys/dev/pci/if_xge.c
699
struct ifnet *ifp = &sc->sc_if;
sys/dev/pci/if_xge.c
840
xge_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pci/if_xge.c
882
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pci/if_xge.c
939
xge_start(struct ifnet *ifp)
sys/dev/pci/igc/if_igc.c
1123
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
1440
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
1504
igc_init(struct ifnet *ifp)
sys/dev/pci/igc/if_igc.c
1520
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/igc/if_igc.c
1632
igc_start(struct ifnet *ifp)
sys/dev/pci/igc/if_igc.c
1656
igc_transmit(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/igc/if_igc.c
1677
igc_tx_common_locked(struct ifnet *ifp, struct tx_ring *txr, int caller)
sys/dev/pci/igc/if_igc.c
1789
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
185
static int igc_init(struct ifnet *);
sys/dev/pci/igc/if_igc.c
1858
igc_stop(struct ifnet *ifp, int disable)
sys/dev/pci/igc/if_igc.c
187
static void igc_start(struct ifnet *);
sys/dev/pci/igc/if_igc.c
1876
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
188
static int igc_transmit(struct ifnet *, struct mbuf *);
sys/dev/pci/igc/if_igc.c
189
static void igc_tx_common_locked(struct ifnet *, struct tx_ring *, int);
sys/dev/pci/igc/if_igc.c
192
static void igc_stop(struct ifnet *, int);
sys/dev/pci/igc/if_igc.c
194
static int igc_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/igc/if_igc.c
1943
igc_ioctl(struct ifnet * ifp, u_long cmd, void *data)
sys/dev/pci/igc/if_igc.c
204
static void igc_watchdog(struct ifnet *);
sys/dev/pci/igc/if_igc.c
206
static void igc_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/igc/if_igc.c
207
static int igc_media_change(struct ifnet *);
sys/dev/pci/igc/if_igc.c
2101
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
2309
igc_watchdog(struct ifnet * ifp)
sys/dev/pci/igc/if_igc.c
2346
igc_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/igc/if_igc.c
2409
igc_media_change(struct ifnet *ifp)
sys/dev/pci/igc/if_igc.c
2453
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/igc/if_igc.c
2567
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
2780
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
2813
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
2898
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
3056
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
3440
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/igc/if_igc.c
514
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/dev/pci/ixgbe/if_fdir.c
60
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ix_txrx.c
1114
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ix_txrx.c
117
static void ixgbe_drain(struct ifnet *, struct tx_ring *);
sys/dev/pci/ixgbe/ix_txrx.c
124
static __inline void ixgbe_rx_input(struct rx_ring *, struct ifnet *,
sys/dev/pci/ixgbe/ix_txrx.c
143
ixgbe_legacy_start_locked(struct ifnet *ifp, struct tx_ring *txr)
sys/dev/pci/ixgbe/ix_txrx.c
1492
struct ifnet *ifp;
sys/dev/pci/ixgbe/ix_txrx.c
1734
ixgbe_rx_input(struct rx_ring *rxr, struct ifnet *ifp, struct mbuf *m,
sys/dev/pci/ixgbe/ix_txrx.c
1822
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ix_txrx.c
195
ixgbe_legacy_start(struct ifnet *ifp)
sys/dev/pci/ixgbe/ix_txrx.c
213
ixgbe_mq_start(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/ixgbe/ix_txrx.c
301
ixgbe_mq_start_locked(struct ifnet *ifp, struct tx_ring *txr)
sys/dev/pci/ixgbe/ix_txrx.c
360
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ix_txrx.c
391
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ix_txrx.c
417
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ix_txrx.c
580
ixgbe_drain(struct ifnet *ifp, struct tx_ring *txr)
sys/dev/pci/ixgbe/ixgbe.c
1361
struct ifnet *ifp;
sys/dev/pci/ixgbe/ixgbe.c
1618
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
174
static int ixgbe_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/ixgbe/ixgbe.c
175
static int ixgbe_init(struct ifnet *);
sys/dev/pci/ixgbe/ixgbe.c
177
static void ixgbe_ifstop(struct ifnet *, int);
sys/dev/pci/ixgbe/ixgbe.c
182
static void ixgbe_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/ixgbe/ixgbe.c
183
static int ixgbe_media_change(struct ifnet *);
sys/dev/pci/ixgbe/ixgbe.c
2427
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/ixgbe/ixgbe.c
2819
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
2908
ixgbe_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/ixgbe/ixgbe.c
3052
ixgbe_media_change(struct ifnet *ifp)
sys/dev/pci/ixgbe/ixgbe.c
3898
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
3995
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
4050
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
409
static int (*ixgbe_start_locked)(struct ifnet *, struct tx_ring *);
sys/dev/pci/ixgbe/ixgbe.c
410
static int (*ixgbe_ring_empty)(struct ifnet *, pcq_t *);
sys/dev/pci/ixgbe/ixgbe.c
4314
ixgbe_init(struct ifnet *ifp)
sys/dev/pci/ixgbe/ixgbe.c
4520
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
4928
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
4989
ixgbe_ifstop(struct ifnet *ifp, int disable)
sys/dev/pci/ixgbe/ixgbe.c
5010
struct ifnet *ifp;
sys/dev/pci/ixgbe/ixgbe.c
5056
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
5299
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
545
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
5731
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
6073
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.c
6475
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/ixgbe/ixgbe.c
6524
ixgbe_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/ixgbe/ixgbe.c
6694
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixgbe.h
474
struct ifnet *ifp;
sys/dev/pci/ixgbe/ixgbe.h
706
ixgbe_legacy_ring_empty(struct ifnet *ifp, pcq_t *dummy)
sys/dev/pci/ixgbe/ixgbe.h
714
ixgbe_mq_ring_empty(struct ifnet *dummy, pcq_t *interq)
sys/dev/pci/ixgbe/ixgbe.h
750
void ixgbe_legacy_start(struct ifnet *);
sys/dev/pci/ixgbe/ixgbe.h
751
int ixgbe_legacy_start_locked(struct ifnet *, struct tx_ring *);
sys/dev/pci/ixgbe/ixgbe.h
752
int ixgbe_mq_start(struct ifnet *, struct mbuf *);
sys/dev/pci/ixgbe/ixgbe.h
753
int ixgbe_mq_start_locked(struct ifnet *, struct tx_ring *);
sys/dev/pci/ixgbe/ixgbe_netmap.c
158
struct ifnet *ifp = na->ifp;
sys/dev/pci/ixgbe/ixgbe_netmap.c
196
struct ifnet *ifp = na->ifp;
sys/dev/pci/ixgbe/ixgbe_netmap.c
384
struct ifnet *ifp = na->ifp;
sys/dev/pci/ixgbe/ixv.c
1010
ixv_media_status(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/pci/ixgbe/ixv.c
1058
ixv_media_change(struct ifnet *ifp)
sys/dev/pci/ixgbe/ixv.c
1129
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixv.c
1392
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixv.c
1454
ixv_ifstop(struct ifnet *ifp, int disable)
sys/dev/pci/ixgbe/ixv.c
1471
struct ifnet *ifp;
sys/dev/pci/ixgbe/ixv.c
1635
struct ifnet *ifp;
sys/dev/pci/ixgbe/ixv.c
1874
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixv.c
2229
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/ixgbe/ixv.c
233
static int (*ixv_start_locked)(struct ifnet *, struct tx_ring *);
sys/dev/pci/ixgbe/ixv.c
234
static int (*ixv_ring_empty)(struct ifnet *, struct buf_ring *);
sys/dev/pci/ixgbe/ixv.c
3095
struct ifnet *ifp = &ec->ec_if;
sys/dev/pci/ixgbe/ixv.c
3153
ixv_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/pci/ixgbe/ixv.c
3284
ixv_init(struct ifnet *ifp)
sys/dev/pci/ixgbe/ixv.c
3304
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixv.c
711
struct ifnet *ifp = sc->ifp;
sys/dev/pci/ixgbe/ixv.c
90
static int ixv_ioctl(struct ifnet *, u_long, void *);
sys/dev/pci/ixgbe/ixv.c
91
static int ixv_init(struct ifnet *);
sys/dev/pci/ixgbe/ixv.c
93
static void ixv_ifstop(struct ifnet *, int);
sys/dev/pci/ixgbe/ixv.c
96
static void ixv_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pci/ixgbe/ixv.c
97
static int ixv_media_change(struct ifnet *);
sys/dev/pci/xmm7360.c
2917
struct ifnet sc_ifnet; /* network-visible interface */
sys/dev/pci/xmm7360.c
2925
struct ifnet *ifp = &sc_if->sc_ifnet;
sys/dev/pci/xmm7360.c
2964
struct ifnet *ifp = &sc_if->sc_ifnet;
sys/dev/pci/xmm7360.c
3005
struct ifnet *ifp = &sc_if->sc_ifnet;
sys/dev/pci/xmm7360.c
3026
wwan_if_input(struct ifnet *ifp, struct mbuf *m, void *cookie)
sys/dev/pci/xmm7360.c
3029
void (*input)(struct ifnet *, struct mbuf *);
sys/dev/pci/xmm7360.c
3064
wwan_if_input(struct ifnet *ifp, struct mbuf *m)
sys/dev/pci/xmm7360.c
3136
wwan_if_output(struct ifnet *ifp, struct mbuf *m,
sys/dev/pci/xmm7360.c
3144
wwan_if_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
sys/dev/pci/xmm7360.c
3199
wwan_if_start(struct ifnet *ifp)
sys/dev/pci/xmm7360.c
3225
struct ifnet *ifp = &sc_if->sc_ifnet;
sys/dev/pci/xmm7360.c
3286
struct ifnet *ifp = &sc_if->sc_ifnet;
sys/dev/pci/xmm7360.c
3307
struct ifnet *ifp = &sc_if->sc_ifnet;
sys/dev/pcmcia/if_cnw.c
1118
cnw_watchdog(struct ifnet *ifp)
sys/dev/pcmcia/if_cnw.c
1177
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_cnw.c
220
static void cnw_start(struct ifnet *);
sys/dev/pcmcia/if_cnw.c
225
static int cnw_ioctl(struct ifnet *, u_long, void *);
sys/dev/pcmcia/if_cnw.c
226
static void cnw_watchdog(struct ifnet *);
sys/dev/pcmcia/if_cnw.c
357
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_cnw.c
413
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_cnw.c
441
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_cnw.c
480
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_cnw.c
587
cnw_start(struct ifnet *ifp)
sys/dev/pcmcia/if_cnw.c
829
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_cnw.c
864
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_cnw.c
983
cnw_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pcmcia/if_malo_pcmcia.c
1056
struct ifnet *ifp = &sc->sc_if;
sys/dev/pcmcia/if_malo_pcmcia.c
1098
struct ifnet *ifp = &sc->sc_if;
sys/dev/pcmcia/if_malo_pcmcia.c
236
struct ifnet *ifp = &sc->sc_if;
sys/dev/pcmcia/if_malo_pcmcia.c
309
struct ifnet *ifp = &sc->sc_if;
sys/dev/pcmcia/if_malo_pcmcia.c
401
struct ifnet *ifp = &sc->sc_if;
sys/dev/pcmcia/if_malo_pcmcia.c
501
cmalo_start(struct ifnet *ifp)
sys/dev/pcmcia/if_malo_pcmcia.c
523
cmalo_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pcmcia/if_malo_pcmcia.c
575
cmalo_init(struct ifnet *ifp)
sys/dev/pcmcia/if_malo_pcmcia.c
658
cmalo_watchdog(struct ifnet *ifp)
sys/dev/pcmcia/if_malo_pcmcia.c
667
cmalo_media_change(struct ifnet *ifp)
sys/dev/pcmcia/if_malo_pcmcia.c
87
static void cmalo_start(struct ifnet *);
sys/dev/pcmcia/if_malo_pcmcia.c
88
static int cmalo_ioctl(struct ifnet *, u_long, void *);
sys/dev/pcmcia/if_malo_pcmcia.c
89
static int cmalo_init(struct ifnet *);
sys/dev/pcmcia/if_malo_pcmcia.c
90
static void cmalo_watchdog(struct ifnet *);
sys/dev/pcmcia/if_malo_pcmcia.c
91
static int cmalo_media_change(struct ifnet *);
sys/dev/pcmcia/if_malo_pcmcia.c
950
struct ifnet *ifp = &sc->sc_if;
sys/dev/pcmcia/if_malo_pcmcia.c
994
struct ifnet *ifp = &sc->sc_if;
sys/dev/pcmcia/if_ray.c
1003
ray_if_stop(struct ifnet *ifp, int disable)
sys/dev/pcmcia/if_ray.c
1011
ray_media_change(struct ifnet *ifp)
sys/dev/pcmcia/if_ray.c
1028
ray_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/dev/pcmcia/if_ray.c
1058
struct ifnet *ifp;
sys/dev/pcmcia/if_ray.c
1283
struct ifnet *ifp;
sys/dev/pcmcia/if_ray.c
294
static void ray_if_start(struct ifnet *);
sys/dev/pcmcia/if_ray.c
295
static void ray_if_stop(struct ifnet *, int);
sys/dev/pcmcia/if_ray.c
299
static int ray_ioctl(struct ifnet *, u_long, void *);
sys/dev/pcmcia/if_ray.c
302
static int ray_media_change(struct ifnet *);
sys/dev/pcmcia/if_ray.c
303
static void ray_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/pcmcia/if_ray.c
496
struct ifnet *ifp = &sc->sc_if;
sys/dev/pcmcia/if_ray.c
614
struct ifnet *ifp = &sc->sc_if;
sys/dev/pcmcia/if_ray.c
631
struct ifnet *ifp;
sys/dev/pcmcia/if_ray.c
847
ray_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pcmcia/if_ray.c
994
ray_if_start(struct ifnet *ifp)
sys/dev/pcmcia/if_xi.c
135
STATIC int xi_ether_ioctl(struct ifnet *, u_long, void *);
sys/dev/pcmcia/if_xi.c
138
STATIC int xi_ioctl(struct ifnet *, u_long, void *);
sys/dev/pcmcia/if_xi.c
141
STATIC int xi_mediachange(struct ifnet *);
sys/dev/pcmcia/if_xi.c
145
STATIC void xi_start(struct ifnet *);
sys/dev/pcmcia/if_xi.c
146
STATIC void xi_statchg(struct ifnet *);
sys/dev/pcmcia/if_xi.c
148
STATIC void xi_watchdog(struct ifnet *);
sys/dev/pcmcia/if_xi.c
153
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_xi.c
252
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_xi.c
272
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_xi.c
391
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_xi.c
605
xi_statchg(struct ifnet *ifp)
sys/dev/pcmcia/if_xi.c
614
xi_mediachange(struct ifnet *ifp)
sys/dev/pcmcia/if_xi.c
642
xi_watchdog(struct ifnet *ifp)
sys/dev/pcmcia/if_xi.c
702
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/pcmcia/if_xi.c
744
xi_start(struct ifnet *ifp)
sys/dev/pcmcia/if_xi.c
830
xi_ether_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pcmcia/if_xi.c
867
xi_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/pcmcia/if_xi.c
946
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/ppbus/if_plip.c
182
struct ifnet sc_if;
sys/dev/ppbus/if_plip.c
196
static int lpioctl(struct ifnet *, u_long, void *);
sys/dev/ppbus/if_plip.c
197
static int lpoutput(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/dev/ppbus/if_plip.c
199
static void lpstart(struct ifnet *);
sys/dev/ppbus/if_plip.c
221
struct ifnet * ifp = &lp->sc_if;
sys/dev/ppbus/if_plip.c
344
lpioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/ppbus/if_plip.c
508
lptap(struct ifnet *ifp, struct mbuf *m, u_int direction)
sys/dev/ppbus/if_plip.c
536
struct ifnet * ifp = &sc->sc_if;
sys/dev/ppbus/if_plip.c
701
lpoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/dev/ppbus/if_plip.c
761
lpstart(struct ifnet * ifp)
sys/dev/qbus/if_de.c
167
static int deinit(struct ifnet *);
sys/dev/qbus/if_de.c
168
static int deioctl(struct ifnet *, u_long, void *);
sys/dev/qbus/if_de.c
170
static void destop(struct ifnet *, int);
sys/dev/qbus/if_de.c
171
static void destart(struct ifnet *);
sys/dev/qbus/if_de.c
200
struct ifnet *ifp = &sc->sc_if;
sys/dev/qbus/if_de.c
276
destop(struct ifnet *ifp, int a)
sys/dev/qbus/if_de.c
307
deinit(struct ifnet *ifp)
sys/dev/qbus/if_de.c
405
destart(struct ifnet *ifp)
sys/dev/qbus/if_de.c
524
struct ifnet *ifp = &sc->sc_if;
sys/dev/qbus/if_de.c
565
deioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/qbus/if_dmc.c
137
struct ifnet sc_if; /* network-visible interface */
sys/dev/qbus/if_dmc.c
172
static int dmcinit(struct ifnet *);
sys/dev/qbus/if_dmc.c
178
static void dmcstart(struct ifnet *);
sys/dev/qbus/if_dmc.c
179
static void dmctimeout(struct ifnet *);
sys/dev/qbus/if_dmc.c
180
static int dmcioctl(struct ifnet *, u_long, void *);
sys/dev/qbus/if_dmc.c
181
static int dmcoutput(struct ifnet *, struct mbuf *, struct sockaddr *,
sys/dev/qbus/if_dmc.c
300
dmcinit(struct ifnet *ifp)
sys/dev/qbus/if_dmc.c
425
dmcstart(struct ifnet *ifp)
sys/dev/qbus/if_dmc.c
556
struct ifnet *ifp;
sys/dev/qbus/if_dmc.c
762
dmcoutput(struct ifnet *ifp, struct mbuf *m0, struct sockaddr *dst,
sys/dev/qbus/if_dmc.c
833
dmcioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/qbus/if_dmc.c
935
dmctimeout(struct ifnet *ifp)
sys/dev/qbus/if_il.c
120
static int ilinit(struct ifnet *);
sys/dev/qbus/if_il.c
121
static void ilstart(struct ifnet *);
sys/dev/qbus/if_il.c
122
static void ilwatch(struct ifnet *);
sys/dev/qbus/if_il.c
124
static void ilstop(struct ifnet *, int);
sys/dev/qbus/if_il.c
160
struct ifnet *ifp = &sc->sc_if;
sys/dev/qbus/if_il.c
217
ilstop(struct ifnet *ifp, int a)
sys/dev/qbus/if_il.c
261
ilinit(struct ifnet *ifp)
sys/dev/qbus/if_il.c
405
ilstart(struct ifnet *ifp)
sys/dev/qbus/if_il.c
564
ilwatch(struct ifnet *ifp)
sys/dev/qbus/if_il.c
587
struct ifnet *ifp = &sc->sc_if;
sys/dev/qbus/if_qe.c
100
static int qeinit(struct ifnet *);
sys/dev/qbus/if_qe.c
101
static void qestart(struct ifnet *);
sys/dev/qbus/if_qe.c
103
static int qeioctl(struct ifnet *, u_long, void *);
sys/dev/qbus/if_qe.c
106
static void qetimeout(struct ifnet *);
sys/dev/qbus/if_qe.c
209
struct ifnet *ifp = &sc->sc_if;
sys/dev/qbus/if_qe.c
386
qeinit(struct ifnet *ifp)
sys/dev/qbus/if_qe.c
446
qestart(struct ifnet *ifp)
sys/dev/qbus/if_qe.c
569
struct ifnet *ifp = &sc->sc_if;
sys/dev/qbus/if_qe.c
640
qeioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/qbus/if_qe.c
775
struct ifnet *ifp = &sc->sc_if;
sys/dev/qbus/if_qe.c
858
qetimeout(struct ifnet *ifp)
sys/dev/qbus/if_qt.c
166
static int qtinit(struct ifnet *);
sys/dev/qbus/if_qt.c
167
static int qtioctl(struct ifnet *, u_long, void *);
sys/dev/qbus/if_qt.c
169
static void qtstart(struct ifnet *ifp);
sys/dev/qbus/if_qt.c
170
static void qtstop(struct ifnet *ifp, int disable);
sys/dev/qbus/if_qt.c
254
struct ifnet *ifp = &sc->is_if;
sys/dev/qbus/if_qt.c
343
struct ifnet *ifp = &ec->ec_if;
sys/dev/qbus/if_qt.c
397
qtinit(struct ifnet *ifp)
sys/dev/qbus/if_qt.c
507
qtstart(struct ifnet *ifp)
sys/dev/qbus/if_qt.c
550
struct ifnet *ifp = &sc->is_if;
sys/dev/qbus/if_qt.c
614
struct ifnet *ifp = &sc->is_ec.ec_if;
sys/dev/qbus/if_qt.c
657
qtioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/qbus/if_qt.c
688
qtstop(struct ifnet *ifp, int disable)
sys/dev/qbus/if_uba.c
191
if_ubaget(struct ifubinfo *ifu, struct ifrw *ifr, struct ifnet *ifp, int len)
sys/dev/qbus/if_uba.h
132
struct mbuf *if_ubaget(struct ifubinfo *, struct ifrw *, struct ifnet *, int);
sys/dev/sbus/be.c
1007
beinit(struct ifnet *ifp)
sys/dev/sbus/be.c
1117
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/be.c
1373
be_mii_statchg(struct ifnet *ifp)
sys/dev/sbus/be.c
1403
be_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/sbus/be.c
1418
be_ifmedia_upd(struct ifnet *ifp)
sys/dev/sbus/be.c
151
static int beinit(struct ifnet *);
sys/dev/sbus/be.c
152
static void bestart(struct ifnet *);
sys/dev/sbus/be.c
153
static void bestop(struct ifnet *, int);
sys/dev/sbus/be.c
154
static void bewatchdog(struct ifnet *);
sys/dev/sbus/be.c
155
static int beioctl(struct ifnet *, u_long, void *);
sys/dev/sbus/be.c
172
static void be_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/sbus/be.c
173
static int be_ifmedia_upd(struct ifnet *);
sys/dev/sbus/be.c
180
static void be_mii_statchg(struct ifnet *);
sys/dev/sbus/be.c
214
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/be.c
490
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/be.c
541
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/be.c
576
bestart(struct ifnet *ifp)
sys/dev/sbus/be.c
623
bestop(struct ifnet *ifp, int disable)
sys/dev/sbus/be.c
666
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/be.c
677
bewatchdog(struct ifnet *ifp)
sys/dev/sbus/be.c
838
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/be.c
926
beioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/sbus/qe.c
1051
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/qe.c
1132
qe_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr)
sys/dev/sbus/qe.c
1170
qe_ifmedia_upd(struct ifnet *ifp)
sys/dev/sbus/qe.c
143
void qestart(struct ifnet *);
sys/dev/sbus/qe.c
145
void qewatchdog(struct ifnet *);
sys/dev/sbus/qe.c
146
int qeioctl(struct ifnet *, u_long, void *);
sys/dev/sbus/qe.c
160
void qe_ifmedia_sts(struct ifnet *, struct ifmediareq *);
sys/dev/sbus/qe.c
161
int qe_ifmedia_upd(struct ifnet *);
sys/dev/sbus/qe.c
180
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/qe.c
321
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/qe.c
398
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/qe.c
432
qestart(struct ifnet *ifp)
sys/dev/sbus/qe.c
523
qewatchdog(struct ifnet *ifp)
sys/dev/sbus/qe.c
608
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/qe.c
695
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sbus/qe.c
868
qeioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/sbus/qe.c
951
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_dse.c
1007
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_dse.c
1116
dse_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/scsipi/if_dse.c
205
static void dse_ifstart(struct ifnet *);
sys/dev/scsipi/if_dse.c
209
static int dse_ioctl(struct ifnet *, u_long, void *);
sys/dev/scsipi/if_dse.c
210
static void dsewatchdog(struct ifnet *);
sys/dev/scsipi/if_dse.c
351
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_dse.c
441
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_dse.c
498
dse_ifstart(struct ifnet *ifp)
sys/dev/scsipi/if_dse.c
519
struct ifnet *ifp = cookie;
sys/dev/scsipi/if_dse.c
601
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_dse.c
712
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_dse.c
814
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_dse.c
904
dsewatchdog(struct ifnet *ifp)
sys/dev/scsipi/if_se.c
1040
se_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/scsipi/if_se.c
205
static void se_ifstart(struct ifnet *);
sys/dev/scsipi/if_se.c
208
static int se_ioctl(struct ifnet *, u_long, void *);
sys/dev/scsipi/if_se.c
210
static void sewatchdog(struct ifnet *);
sys/dev/scsipi/if_se.c
326
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_se.c
410
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_se.c
463
se_ifstart(struct ifnet *ifp)
sys/dev/scsipi/if_se.c
482
struct ifnet *ifp = cookie;
sys/dev/scsipi/if_se.c
562
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_se.c
665
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_se.c
721
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/scsipi/if_se.c
775
sewatchdog(struct ifnet *ifp)
sys/dev/scsipi/if_se.c
873
struct ifnet *ifp = &sc->sc_ethercom.ec_if;
sys/dev/sdmmc/if_bwfm_sdio.c
1605
struct ifnet *ifp = sc->sc_sc.sc_ic.ic_ifp;
sys/dev/usb/if_athn_usb.c
119
Static int athn_usb_init(struct ifnet *);
sys/dev/usb/if_athn_usb.c
120
Static int athn_usb_init_locked(struct ifnet *);
sys/dev/usb/if_athn_usb.c
123
Static int athn_usb_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_athn_usb.c
127
Static int athn_usb_media_change(struct ifnet *);
sys/dev/usb/if_athn_usb.c
1396
athn_usb_media_change(struct ifnet *ifp)
sys/dev/usb/if_athn_usb.c
145
Static void athn_usb_start(struct ifnet *);
sys/dev/usb/if_athn_usb.c
147
Static void athn_usb_stop(struct ifnet *, int disable);
sys/dev/usb/if_athn_usb.c
148
Static void athn_usb_stop_locked(struct ifnet *);
sys/dev/usb/if_athn_usb.c
157
Static void athn_usb_updateslot(struct ifnet *);
sys/dev/usb/if_athn_usb.c
161
Static void athn_usb_watchdog(struct ifnet *);
sys/dev/usb/if_athn_usb.c
1822
athn_usb_updateslot(struct ifnet *ifp)
sys/dev/usb/if_athn_usb.c
1861
struct ifnet *ifp = &usc->usc_sc.sc_if;
sys/dev/usb/if_athn_usb.c
1899
struct ifnet *ifp = &usc->usc_sc.sc_if;
sys/dev/usb/if_athn_usb.c
2228
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_athn_usb.c
2419
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_athn_usb.c
2567
athn_usb_start(struct ifnet *ifp)
sys/dev/usb/if_athn_usb.c
2657
athn_usb_watchdog(struct ifnet *ifp)
sys/dev/usb/if_athn_usb.c
2678
athn_usb_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_athn_usb.c
2749
athn_usb_init(struct ifnet *ifp)
sys/dev/usb/if_athn_usb.c
2762
athn_usb_init_locked(struct ifnet *ifp)
sys/dev/usb/if_athn_usb.c
2923
athn_usb_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_athn_usb.c
2934
athn_usb_stop_locked(struct ifnet *ifp)
sys/dev/usb/if_athn_usb.c
404
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_atu.c
1104
atu_media_change(struct ifnet *ifp)
sys/dev/usb/if_atu.c
1129
atu_media_status(struct ifnet *ifp, struct ifmediareq *req)
sys/dev/usb/if_atu.c
1189
struct ifnet *ifp = ic->ic_ifp;
sys/dev/usb/if_atu.c
1350
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_atu.c
1470
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_atu.c
1620
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_atu.c
1732
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_atu.c
1840
atu_start(struct ifnet *ifp)
sys/dev/usb/if_atu.c
1958
atu_init(struct ifnet *ifp)
sys/dev/usb/if_atu.c
2138
atu_ioctl(struct ifnet *ifp, u_long command, void *data)
sys/dev/usb/if_atu.c
2170
atu_watchdog(struct ifnet *ifp)
sys/dev/usb/if_atu.c
2214
atu_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_atu.c
231
static void atu_start(struct ifnet *);
sys/dev/usb/if_atu.c
232
static int atu_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_atu.c
233
static int atu_init(struct ifnet *);
sys/dev/usb/if_atu.c
234
static void atu_stop(struct ifnet *, int);
sys/dev/usb/if_atu.c
235
static void atu_watchdog(struct ifnet *);
sys/dev/usb/if_atu.c
260
static int atu_media_change(struct ifnet *);
sys/dev/usb/if_atu.c
261
static void atu_media_status(struct ifnet *, struct ifmediareq *);
sys/dev/usb/if_aue.c
242
static void aue_uno_stop(struct ifnet *, int);
sys/dev/usb/if_aue.c
243
static void aue_uno_mcast(struct ifnet *);
sys/dev/usb/if_aue.c
246
static void aue_uno_mii_statchg(struct ifnet *);
sys/dev/usb/if_aue.c
250
static int aue_uno_init(struct ifnet *);
sys/dev/usb/if_aue.c
540
aue_uno_mii_statchg(struct ifnet *ifp)
sys/dev/usb/if_aue.c
609
aue_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_aue.c
863
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_aue.c
881
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_aue.c
946
aue_uno_init(struct ifnet *ifp)
sys/dev/usb/if_aue.c
979
aue_uno_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_axe.c
1172
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/if_axe.c
1207
axe_uno_init(struct ifnet *ifp)
sys/dev/usb/if_axe.c
1293
axe_uno_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_axe.c
261
static void axe_uno_stop(struct ifnet *, int);
sys/dev/usb/if_axe.c
262
static void axe_uno_mcast(struct ifnet *);
sys/dev/usb/if_axe.c
263
static int axe_uno_init(struct ifnet *);
sys/dev/usb/if_axe.c
266
static void axe_uno_mii_statchg(struct ifnet *);
sys/dev/usb/if_axe.c
381
axe_uno_mii_statchg(struct ifnet *ifp)
sys/dev/usb/if_axe.c
430
axe_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_axe.c
969
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_axe.c
997
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_axen.c
175
axen_uno_mii_statchg(struct ifnet *ifp)
sys/dev/usb/if_axen.c
231
axen_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_axen.c
514
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/if_axen.c
548
axen_uno_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_axen.c
697
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_axen.c
710
axen_csum_flags_rx(struct ifnet *ifp, uint32_t pkt_hdr)
sys/dev/usb/if_axen.c
757
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_axen.c
82
static void axen_uno_stop(struct ifnet *, int);
sys/dev/usb/if_axen.c
83
static int axen_uno_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_axen.c
84
static void axen_uno_mcast(struct ifnet *);
sys/dev/usb/if_axen.c
87
static void axen_uno_mii_statchg(struct ifnet *);
sys/dev/usb/if_axen.c
904
axen_uno_init(struct ifnet *ifp)
sys/dev/usb/if_axen.c
92
static int axen_uno_init(struct ifnet *);
sys/dev/usb/if_axen.c
935
axen_uno_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_bwfm_usb.c
590
struct ifnet *ifp = sc->sc_sc.sc_ic.ic_ifp;
sys/dev/usb/if_cdce.c
268
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_cue.c
144
static void cue_uno_mcast(struct ifnet *);
sys/dev/usb/if_cue.c
145
static void cue_uno_stop(struct ifnet *, int);
sys/dev/usb/if_cue.c
146
static int cue_uno_init(struct ifnet *);
sys/dev/usb/if_cue.c
360
cue_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_cue.c
544
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_cue.c
562
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_cue.c
610
cue_uno_init(struct ifnet *ifp)
sys/dev/usb/if_cue.c
660
cue_uno_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_gscan.c
125
struct ifnet *sc_ifp;
sys/dev/usb/if_gscan.c
172
static void gscan_ifstart(struct ifnet *);
sys/dev/usb/if_gscan.c
173
static int gscan_ifioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_gscan.c
174
static void gscan_ifwatchdog(struct ifnet *);
sys/dev/usb/if_gscan.c
177
static void gscan_stop(struct gscan_softc * const, struct ifnet *, int);
sys/dev/usb/if_gscan.c
192
struct ifnet *ifp = sc->sc_ifp;
sys/dev/usb/if_gscan.c
280
struct ifnet *ifp = sc->sc_ifp;
sys/dev/usb/if_gscan.c
313
gscan_ifstart(struct ifnet *ifp)
sys/dev/usb/if_gscan.c
365
struct ifnet * const ifp = sc->sc_ifp;
sys/dev/usb/if_gscan.c
470
gscan_stop(struct gscan_softc * const sc, struct ifnet *ifp, int disable)
sys/dev/usb/if_gscan.c
525
gscan_ifstop(struct ifnet *ifp, int disable)
sys/dev/usb/if_gscan.c
534
gscan_ifioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_gscan.c
576
gscan_ifwatchdog(struct ifnet *ifp)
sys/dev/usb/if_gscan.c
617
struct ifnet *ifp;
sys/dev/usb/if_gscan.c
780
struct ifnet * const ifp = sc->sc_ifp;
sys/dev/usb/if_gscan.c
820
struct ifnet * const ifp = sc->sc_ifp;
sys/dev/usb/if_kue.c
177
static void kue_uno_mcast(struct ifnet *);
sys/dev/usb/if_kue.c
178
static int kue_uno_init(struct ifnet *);
sys/dev/usb/if_kue.c
321
kue_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_kue.c
536
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_kue.c
594
kue_uno_init(struct ifnet *ifp)
sys/dev/usb/if_mos.c
148
static void mos_uno_mcast(struct ifnet *);
sys/dev/usb/if_mos.c
149
static int mos_uno_init(struct ifnet *);
sys/dev/usb/if_mos.c
151
static void mos_uno_stop(struct ifnet *ifp, int disable);
sys/dev/usb/if_mos.c
154
static void mos_uno_mii_statchg(struct ifnet *);
sys/dev/usb/if_mos.c
418
mos_uno_mii_statchg(struct ifnet *ifp)
sys/dev/usb/if_mos.c
464
mos_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_mos.c
669
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_mos.c
729
mos_uno_init(struct ifnet *ifp)
sys/dev/usb/if_mos.c
757
mos_uno_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_mue.c
100
static void mue_uno_stop(struct ifnet *, int);
sys/dev/usb/if_mue.c
101
static int mue_uno_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_mue.c
104
static void mue_uno_mii_statchg(struct ifnet *);
sys/dev/usb/if_mue.c
1088
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/if_mue.c
109
static int mue_uno_init(struct ifnet *);
sys/dev/usb/if_mue.c
1122
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/if_mue.c
1139
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/if_mue.c
1225
mue_uno_init(struct ifnet *ifp)
sys/dev/usb/if_mue.c
1244
mue_uno_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_mue.c
1275
mue_uno_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_mue.c
275
mue_uno_mii_statchg(struct ifnet *ifp)
sys/dev/usb/if_mue.c
682
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/if_mue.c
873
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_mue.c
894
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/if_mue.c
95
static void mue_uno_mcast(struct ifnet *);
sys/dev/usb/if_mue.c
996
mue_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_ncm.c
257
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_otus.c
134
Static int otus_media_change(struct ifnet *);
sys/dev/usb/if_otus.c
144
Static void otus_start(struct ifnet *);
sys/dev/usb/if_otus.c
145
Static void otus_watchdog(struct ifnet *);
sys/dev/usb/if_otus.c
146
Static int otus_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_otus.c
1508
otus_media_change(struct ifnet *ifp)
sys/dev/usb/if_otus.c
153
Static void otus_updateslot(struct ifnet *);
sys/dev/usb/if_otus.c
1712
struct ifnet *ifp;
sys/dev/usb/if_otus.c
183
Static int otus_init(struct ifnet *);
sys/dev/usb/if_otus.c
184
Static void otus_stop(struct ifnet *);
sys/dev/usb/if_otus.c
1910
struct ifnet *ifp;
sys/dev/usb/if_otus.c
2069
otus_start(struct ifnet *ifp)
sys/dev/usb/if_otus.c
2173
otus_watchdog(struct ifnet *ifp)
sys/dev/usb/if_otus.c
2196
otus_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_otus.c
2297
struct ifnet *ifp;
sys/dev/usb/if_otus.c
2430
otus_updateslot(struct ifnet *ifp)
sys/dev/usb/if_otus.c
3160
otus_init(struct ifnet *ifp)
sys/dev/usb/if_otus.c
3246
otus_stop(struct ifnet *ifp)
sys/dev/usb/if_otus.c
693
struct ifnet *ifp;
sys/dev/usb/if_otus.c
757
struct ifnet *ifp;
sys/dev/usb/if_rum.c
1250
rum_start(struct ifnet *ifp)
sys/dev/usb/if_rum.c
1317
rum_watchdog(struct ifnet *ifp)
sys/dev/usb/if_rum.c
1338
rum_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_rum.c
150
static int rum_media_change(struct ifnet *);
sys/dev/usb/if_rum.c
168
static void rum_start(struct ifnet *);
sys/dev/usb/if_rum.c
169
static void rum_watchdog(struct ifnet *);
sys/dev/usb/if_rum.c
170
static int rum_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_rum.c
1814
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/usb/if_rum.c
1950
rum_init(struct ifnet *ifp)
sys/dev/usb/if_rum.c
198
static int rum_init(struct ifnet *);
sys/dev/usb/if_rum.c
199
static void rum_stop(struct ifnet *, int);
sys/dev/usb/if_rum.c
2099
rum_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_rum.c
2256
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/usb/if_rum.c
301
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_rum.c
492
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_rum.c
636
rum_media_change(struct ifnet *ifp)
sys/dev/usb/if_rum.c
768
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_rum.c
808
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_run.c
1786
run_media_change(struct ifnet *ifp)
sys/dev/usb/if_run.c
1890
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_run.c
2190
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_run.c
2285
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_run.c
2499
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_run.c
2689
run_start(struct ifnet *ifp)
sys/dev/usb/if_run.c
2755
run_watchdog(struct ifnet *ifp)
sys/dev/usb/if_run.c
2776
run_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_run.c
375
static int run_media_change(struct ifnet *);
sys/dev/usb/if_run.c
3976
run_updateslot(struct ifnet *ifp)
sys/dev/usb/if_run.c
403
static void run_start(struct ifnet *);
sys/dev/usb/if_run.c
404
static void run_watchdog(struct ifnet *);
sys/dev/usb/if_run.c
405
static int run_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_run.c
426
static void run_updateslot(struct ifnet *);
sys/dev/usb/if_run.c
441
static int run_init(struct ifnet *);
sys/dev/usb/if_run.c
442
static void run_stop(struct ifnet *, int);
sys/dev/usb/if_run.c
4699
run_init(struct ifnet *ifp)
sys/dev/usb/if_run.c
4966
run_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_run.c
568
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_run.c
779
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_smsc.c
176
static int smsc_uno_init(struct ifnet *);
sys/dev/usb/if_smsc.c
177
static void smsc_uno_stop(struct ifnet *, int);
sys/dev/usb/if_smsc.c
181
static void smsc_uno_miibus_statchg(struct ifnet *);
sys/dev/usb/if_smsc.c
188
static int smsc_uno_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_smsc.c
189
static void smsc_uno_mcast(struct ifnet *);
sys/dev/usb/if_smsc.c
340
smsc_uno_miibus_statchg(struct ifnet *ifp)
sys/dev/usb/if_smsc.c
419
smsc_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_smsc.c
481
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/if_smsc.c
558
smsc_uno_init(struct ifnet *ifp)
sys/dev/usb/if_smsc.c
573
smsc_uno_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_smsc.c
612
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/if_smsc.c
732
smsc_uno_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_smsc.c
840
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_smsc.c
881
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_udav.c
465
udav_uno_init(struct ifnet *ifp)
sys/dev/usb/if_udav.c
559
udav_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_udav.c
653
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_udav.c
694
udav_uno_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_udav.c
71
static void udav_uno_stop(struct ifnet *, int);
sys/dev/usb/if_udav.c
72
static void udav_uno_mcast(struct ifnet *);
sys/dev/usb/if_udav.c
75
static void udav_uno_mii_statchg(struct ifnet *);
sys/dev/usb/if_udav.c
76
static int udav_uno_init(struct ifnet *);
sys/dev/usb/if_udav.c
795
udav_uno_mii_statchg(struct ifnet *ifp)
sys/dev/usb/if_umb.c
1008
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
1299
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
1395
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
141
Static int umb_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_umb.c
142
Static int umb_output(struct ifnet *, struct mbuf *,
sys/dev/usb/if_umb.c
144
Static void umb_input(struct ifnet *, struct mbuf *);
sys/dev/usb/if_umb.c
145
Static void umb_start(struct ifnet *);
sys/dev/usb/if_umb.c
1451
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
146
Static void umb_watchdog(struct ifnet *);
sys/dev/usb/if_umb.c
1484
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
149
Static int umb_mediachange(struct ifnet *);
sys/dev/usb/if_umb.c
150
Static void umb_mediastatus(struct ifnet *, struct ifmediareq *);
sys/dev/usb/if_umb.c
1515
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
1565
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
1626
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
1651
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
1696
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
1817
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
1891
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
1919
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
2102
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
2281
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
2296
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
2382
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
2609
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
314
struct ifnet *ifp;
sys/dev/usb/if_umb.c
579
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
703
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
733
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
748
umb_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_umb.c
861
umb_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/dev/usb/if_umb.c
886
umb_input(struct ifnet *ifp, struct mbuf *m)
sys/dev/usb/if_umb.c
913
umb_start(struct ifnet *ifp)
sys/dev/usb/if_umb.c
938
umb_watchdog(struct ifnet *ifp)
sys/dev/usb/if_umb.c
955
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umb.c
965
umb_mediachange(struct ifnet * ifp)
sys/dev/usb/if_umb.c
971
umb_mediastatus(struct ifnet * ifp, struct ifmediareq * imr)
sys/dev/usb/if_umb.c
989
struct ifnet *ifp = GET_IFP(sc);
sys/dev/usb/if_umbreg.h
353
struct ifnet sc_if;
sys/dev/usb/if_upgt.c
113
static int upgt_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_upgt.c
114
static int upgt_init(struct ifnet *);
sys/dev/usb/if_upgt.c
116
static int upgt_media_change(struct ifnet *);
sys/dev/usb/if_upgt.c
122
static void upgt_start(struct ifnet *);
sys/dev/usb/if_upgt.c
123
static void upgt_watchdog(struct ifnet *);
sys/dev/usb/if_upgt.c
1246
upgt_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_upgt.c
1291
upgt_init(struct ifnet *ifp)
sys/dev/usb/if_upgt.c
1321
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_upgt.c
1334
upgt_media_change(struct ifnet *ifp)
sys/dev/usb/if_upgt.c
1463
upgt_start(struct ifnet *ifp)
sys/dev/usb/if_upgt.c
1561
upgt_watchdog(struct ifnet *ifp)
sys/dev/usb/if_upgt.c
1583
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_upgt.c
1726
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_upgt.c
1849
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_upgt.c
355
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_upgt.c
501
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_upl.c
113
static int upl_uno_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_upl.c
124
static int upl_output(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/dev/usb/if_upl.c
126
static void upl_input(struct ifnet *, struct mbuf *);
sys/dev/usb/if_upl.c
211
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_upl.c
253
upl_uno_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_upl.c
265
upl_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/dev/usb/if_upl.c
283
upl_input(struct ifnet *ifp, struct mbuf *m)
sys/dev/usb/if_ural.c
116
Static int ural_media_change(struct ifnet *);
sys/dev/usb/if_ural.c
1351
ural_start(struct ifnet *ifp)
sys/dev/usb/if_ural.c
137
Static void ural_start(struct ifnet *);
sys/dev/usb/if_ural.c
138
Static void ural_watchdog(struct ifnet *);
sys/dev/usb/if_ural.c
139
Static int ural_reset(struct ifnet *);
sys/dev/usb/if_ural.c
140
Static int ural_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_ural.c
1416
ural_watchdog(struct ifnet *ifp)
sys/dev/usb/if_ural.c
1442
ural_reset(struct ifnet *ifp)
sys/dev/usb/if_ural.c
1456
ural_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_ural.c
157
Static void ural_update_slot(struct ifnet *);
sys/dev/usb/if_ural.c
168
Static int ural_init(struct ifnet *);
sys/dev/usb/if_ural.c
169
Static void ural_stop(struct ifnet *, int);
sys/dev/usb/if_ural.c
1847
ural_update_slot(struct ifnet *ifp)
sys/dev/usb/if_ural.c
1941
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/usb/if_ural.c
2078
ural_init(struct ifnet *ifp)
sys/dev/usb/if_ural.c
2227
ural_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_ural.c
2336
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/usb/if_ural.c
361
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_ural.c
536
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_ural.c
677
ural_media_change(struct ifnet *ifp)
sys/dev/usb/if_ural.c
858
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_ural.c
900
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_ure.c
100
static int ure_uno_init(struct ifnet *);
sys/dev/usb/if_ure.c
1000
ure_rxcsum(struct ifnet *ifp, struct ure_rxpkt *rp)
sys/dev/usb/if_ure.c
314
ure_uno_miibus_statchg(struct ifnet *ifp)
sys/dev/usb/if_ure.c
341
ure_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_ure.c
415
ure_uno_init(struct ifnet *ifp)
sys/dev/usb/if_ure.c
449
ure_uno_stop(struct ifnet *ifp, int disable __unused)
sys/dev/usb/if_ure.c
85
static int ure_rxcsum(struct ifnet *, struct ure_rxpkt *);
sys/dev/usb/if_ure.c
91
static void ure_uno_stop(struct ifnet *, int);
sys/dev/usb/if_ure.c
92
static void ure_uno_mcast(struct ifnet *);
sys/dev/usb/if_ure.c
928
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_ure.c
95
static void ure_uno_miibus_statchg(struct ifnet *);
sys/dev/usb/if_ure.c
959
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_url.c
365
url_uno_init(struct ifnet *ifp)
sys/dev/usb/if_url.c
418
url_uno_mcast(struct ifnet *ifp)
sys/dev/usb/if_url.c
498
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_url.c
538
url_uno_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_url.c
652
url_uno_mii_statchg(struct ifnet *ifp)
sys/dev/usb/if_url.c
80
static void url_uno_stop(struct ifnet *, int);
sys/dev/usb/if_url.c
81
static void url_uno_mii_statchg(struct ifnet *);
sys/dev/usb/if_url.c
82
static int url_uno_init(struct ifnet *);
sys/dev/usb/if_url.c
83
static void url_uno_mcast(struct ifnet *);
sys/dev/usb/if_urndis.c
66
static void urndis_watchdog(struct ifnet *);
sys/dev/usb/if_urndis.c
69
static int urndis_uno_init(struct ifnet *);
sys/dev/usb/if_urndis.c
780
struct ifnet *ifp = usbnet_ifp(un);
sys/dev/usb/if_urndis.c
871
urndis_watchdog(struct ifnet *ifp)
sys/dev/usb/if_urndis.c
886
urndis_uno_init(struct ifnet *ifp)
sys/dev/usb/if_urtw.c
1029
urtw_media_change(struct ifnet *ifp)
sys/dev/usb/if_urtw.c
2134
struct ifnet *ifp = sc->sc_ic.ic_ifp;
sys/dev/usb/if_urtw.c
2250
urtw_init(struct ifnet *ifp)
sys/dev/usb/if_urtw.c
2367
urtw_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_urtw.c
2424
urtw_start(struct ifnet *ifp)
sys/dev/usb/if_urtw.c
2497
urtw_watchdog(struct ifnet *ifp)
sys/dev/usb/if_urtw.c
2522
struct ifnet *ifp = ic->ic_ifp;
sys/dev/usb/if_urtw.c
2561
struct ifnet *ifp = ic->ic_ifp;
sys/dev/usb/if_urtw.c
3010
urtw_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_urtw.c
3058
struct ifnet *ifp = ic->ic_ifp;
sys/dev/usb/if_urtw.c
3591
urtw_8187b_init(struct ifnet *ifp)
sys/dev/usb/if_urtw.c
481
static int urtw_init(struct ifnet *);
sys/dev/usb/if_urtw.c
482
static void urtw_stop(struct ifnet *, int);
sys/dev/usb/if_urtw.c
483
static int urtw_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_urtw.c
484
static void urtw_start(struct ifnet *);
sys/dev/usb/if_urtw.c
501
static int urtw_media_change(struct ifnet *);
sys/dev/usb/if_urtw.c
503
static void urtw_watchdog(struct ifnet *);
sys/dev/usb/if_urtw.c
571
static int urtw_8187b_init(struct ifnet *);
sys/dev/usb/if_urtw.c
608
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_urtw.c
777
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_urtwn.c
1611
urtwn_media_change(struct ifnet *ifp)
sys/dev/usb/if_urtwn.c
2428
struct ifnet *ifp = ic->ic_ifp;
sys/dev/usb/if_urtwn.c
2665
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_urtwn.c
285
static int urtwn_media_change(struct ifnet *);
sys/dev/usb/if_urtwn.c
2917
urtwn_start(struct ifnet *ifp)
sys/dev/usb/if_urtwn.c
3029
urtwn_watchdog(struct ifnet *ifp)
sys/dev/usb/if_urtwn.c
3050
urtwn_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_urtwn.c
309
static void urtwn_start(struct ifnet *);
sys/dev/usb/if_urtwn.c
310
static void urtwn_watchdog(struct ifnet *);
sys/dev/usb/if_urtwn.c
311
static int urtwn_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_urtwn.c
341
static int urtwn_init(struct ifnet *);
sys/dev/usb/if_urtwn.c
342
static void urtwn_stop(struct ifnet *, int);
sys/dev/usb/if_urtwn.c
343
static int urtwn_reset(struct ifnet *);
sys/dev/usb/if_urtwn.c
376
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_urtwn.c
4803
urtwn_init(struct ifnet *ifp)
sys/dev/usb/if_urtwn.c
5073
urtwn_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_urtwn.c
5116
urtwn_reset(struct ifnet *ifp)
sys/dev/usb/if_urtwn.c
575
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
176
Static int zyd_media_change(struct ifnet *);
sys/dev/usb/if_zyd.c
1841
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
1908
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
1994
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
2052
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
2164
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
2204
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
231
Static void zyd_start(struct ifnet *);
sys/dev/usb/if_zyd.c
2317
zyd_start(struct ifnet *ifp)
sys/dev/usb/if_zyd.c
232
Static void zyd_watchdog(struct ifnet *);
sys/dev/usb/if_zyd.c
233
Static int zyd_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/if_zyd.c
234
Static int zyd_init(struct ifnet *);
sys/dev/usb/if_zyd.c
235
Static void zyd_stop(struct ifnet *, int);
sys/dev/usb/if_zyd.c
2381
zyd_watchdog(struct ifnet *ifp)
sys/dev/usb/if_zyd.c
2402
zyd_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/if_zyd.c
2444
zyd_init(struct ifnet *ifp)
sys/dev/usb/if_zyd.c
2541
zyd_stop(struct ifnet *ifp, int disable)
sys/dev/usb/if_zyd.c
306
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
349
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
465
struct ifnet *ifp = &sc->sc_if;
sys/dev/usb/if_zyd.c
672
zyd_media_change(struct ifnet *ifp)
sys/dev/usb/uhso.c
1909
struct ifnet *ifp;
sys/dev/usb/uhso.c
1981
struct ifnet *ifp = hp->hp_ifp;
sys/dev/usb/uhso.c
1992
struct ifnet *ifp = hp->hp_ifp;
sys/dev/usb/uhso.c
2010
struct ifnet *ifp = hp->hp_ifp;
sys/dev/usb/uhso.c
2051
struct ifnet *ifp = hp->hp_ifp;
sys/dev/usb/uhso.c
2084
uhso_ifnet_input(struct ifnet *ifp, struct mbuf **mb, uint8_t *cp, size_t cc)
sys/dev/usb/uhso.c
2190
uhso_ifnet_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/uhso.c
2310
uhso_ifnet_start(struct ifnet *ifp)
sys/dev/usb/uhso.c
2348
uhso_ifnet_output(struct ifnet *ifp, struct mbuf *m,
sys/dev/usb/uhso.c
280
struct ifnet *hp_ifp; /* ifnet pointer */
sys/dev/usb/uhso.c
420
Static void uhso_ifnet_input(struct ifnet *, struct mbuf **, uint8_t *, size_t);
sys/dev/usb/uhso.c
423
Static int uhso_ifnet_ioctl(struct ifnet *, u_long, void *);
sys/dev/usb/uhso.c
426
Static void uhso_ifnet_start(struct ifnet *);
sys/dev/usb/uhso.c
427
Static int uhso_ifnet_output(struct ifnet *, struct mbuf *,
sys/dev/usb/usbnet.c
1022
struct ifnet *ifp = &ec->ec_if;
sys/dev/usb/usbnet.c
1067
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
1077
usbnet_if_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/usbnet.c
1131
usbnet_stop(struct usbnet *un, struct ifnet *ifp, int disable)
sys/dev/usb/usbnet.c
1220
usbnet_if_stop(struct ifnet *ifp, int disable)
sys/dev/usb/usbnet.c
1259
usbnet_watchdog(struct ifnet *ifp)
sys/dev/usb/usbnet.c
1286
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
1314
usbnet_if_init(struct ifnet *ifp)
sys/dev/usb/usbnet.c
1362
struct ifnet *
sys/dev/usb/usbnet.c
1491
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
1524
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
1584
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
162
uno_stop(struct usbnet *un, struct ifnet *ifp, int disable)
sys/dev/usb/usbnet.c
1663
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
170
uno_ioctl(struct usbnet *un, struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/usbnet.c
183
uno_override_ioctl(struct usbnet *un, struct ifnet *ifp, u_long cmd, void *data)
sys/dev/usb/usbnet.c
198
uno_init(struct usbnet *un, struct ifnet *ifp)
sys/dev/usb/usbnet.c
219
uno_mii_statchg(struct usbnet *un, struct ifnet *ifp)
sys/dev/usb/usbnet.c
293
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
324
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
415
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
490
usbnet_start_locked(struct ifnet *ifp)
sys/dev/usb/usbnet.c
592
usbnet_if_start(struct ifnet *ifp)
sys/dev/usb/usbnet.c
833
struct ifnet * const ifp = usbnet_ifp(un);
sys/dev/usb/usbnet.c
969
usbnet_mii_statchg(struct ifnet *ifp)
sys/dev/usb/usbnet.c
981
usbnet_media_upd(struct ifnet *ifp)
sys/dev/usb/usbnet.h
124
typedef void (*usbnet_stop_cb)(struct ifnet *, int);
sys/dev/usb/usbnet.h
126
typedef int (*usbnet_ioctl_cb)(struct ifnet *, u_long, void *);
sys/dev/usb/usbnet.h
128
typedef void (*usbnet_mcast_cb)(struct ifnet *);
sys/dev/usb/usbnet.h
130
typedef int (*usbnet_init_cb)(struct ifnet *);
sys/dev/usb/usbnet.h
139
typedef void (*usbnet_mii_statchg_cb)(struct ifnet *);
sys/dev/usb/usbnet.h
278
struct ifnet *usbnet_ifp(struct usbnet *);
sys/dev/vmt/vmt_subr.c
698
struct ifnet *iface;
sys/dist/pf/net/if_compat.c
107
if_destroy_groups(struct ifnet *ifp)
sys/dist/pf/net/if_compat.c
115
if_get_groups(struct ifnet *ifp)
sys/dist/pf/net/if_compat.c
148
if_addgroup(struct ifnet *ifp, const char *groupname)
sys/dist/pf/net/if_compat.c
201
if_delgroup(struct ifnet *ifp, const char *groupname)
sys/dist/pf/net/if_compat.c
247
if_getgroup(void *data, struct ifnet *ifp)
sys/dist/pf/net/if_compat.c
87
static int if_getgroup(void *, struct ifnet *);
sys/dist/pf/net/if_compat.c
96
if_init_groups(struct ifnet *ifp)
sys/dist/pf/net/if_compat.h
100
struct ifg_list_head *if_get_groups(struct ifnet *);
sys/dist/pf/net/if_compat.h
103
int if_addgroup(struct ifnet *, const char *);
sys/dist/pf/net/if_compat.h
104
int if_delgroup(struct ifnet *, const char *);
sys/dist/pf/net/if_compat.h
58
struct ifnet *ifgm_ifp;
sys/dist/pf/net/if_compat.h
98
void if_init_groups(struct ifnet *);
sys/dist/pf/net/if_compat.h
99
void if_destroy_groups(struct ifnet *);
sys/dist/pf/net/if_pflog.c
100
struct ifnet *pflogifs[PFLOGIFS_MAX]; /* for fast access */
sys/dist/pf/net/if_pflog.c
130
struct ifnet *ifp;
sys/dist/pf/net/if_pflog.c
171
pflog_clone_destroy(struct ifnet *ifp)
sys/dist/pf/net/if_pflog.c
191
pflogstart(struct ifnet *ifp)
sys/dist/pf/net/if_pflog.c
210
pflogoutput(struct ifnet *ifp, struct mbuf *m,
sys/dist/pf/net/if_pflog.c
219
pflogioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/dist/pf/net/if_pflog.c
248
struct ifnet *ifn;
sys/dist/pf/net/if_pflog.c
89
int pflogoutput(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/dist/pf/net/if_pflog.c
91
int pflogioctl(struct ifnet *, u_long, void *);
sys/dist/pf/net/if_pflog.c
92
void pflogstart(struct ifnet *);
sys/dist/pf/net/if_pflog.c
94
int pflog_clone_destroy(struct ifnet *);
sys/dist/pf/net/if_pflog.h
35
struct ifnet sc_if; /* the interface */
sys/dist/pf/net/if_pfsync.c
112
int pfsync_clone_destroy(struct ifnet *);
sys/dist/pf/net/if_pfsync.c
1126
struct ifnet *ifp = NULL;
sys/dist/pf/net/if_pfsync.c
118
int pfsyncoutput(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/dist/pf/net/if_pfsync.c
120
int pfsyncioctl(struct ifnet *, u_long, void*);
sys/dist/pf/net/if_pfsync.c
121
void pfsyncstart(struct ifnet *);
sys/dist/pf/net/if_pfsync.c
150
struct ifnet *ifp;
sys/dist/pf/net/if_pfsync.c
1532
struct ifnet *ifp = &sc->sc_if;
sys/dist/pf/net/if_pfsync.c
1558
struct ifnet *ifp = &sc->sc_if;
sys/dist/pf/net/if_pfsync.c
201
pfsync_clone_destroy(struct ifnet *ifp)
sys/dist/pf/net/if_pfsync.c
214
pfsyncstart(struct ifnet *ifp)
sys/dist/pf/net/if_pfsync.c
860
pfsyncoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/dist/pf/net/if_pfsync.c
869
pfsyncioctl(struct ifnet *ifp, u_long cmd, void* data)
sys/dist/pf/net/if_pfsync.c
876
struct ifnet *sifp;
sys/dist/pf/net/if_pfsync.h
109
struct ifnet sc_if;
sys/dist/pf/net/if_pfsync.h
110
struct ifnet *sc_sync_ifp;
sys/dist/pf/net/pf.c
1654
u_int16_t rtag, struct ether_header *eh, struct ifnet *ifp)
sys/dist/pf/net/pf.c
177
u_int16_t, struct ether_header *, struct ifnet *);
sys/dist/pf/net/pf.c
227
struct ifnet *, struct pf_state *,
sys/dist/pf/net/pf.c
230
struct ifnet *, struct pf_state *,
sys/dist/pf/net/pf.c
5113
struct ifnet *ifp;
sys/dist/pf/net/pf.c
5230
pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp,
sys/dist/pf/net/pf.c
5242
struct ifnet *ifp = NULL;
sys/dist/pf/net/pf.c
5451
pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *oifp,
sys/dist/pf/net/pf.c
5457
struct ifnet *ifp = NULL;
sys/dist/pf/net/pf.c
5709
pf_test(int dir, struct ifnet *ifp, struct mbuf **m0,
sys/dist/pf/net/pf.c
6069
pf_test6(int dir, struct ifnet *ifp, struct mbuf **m0,
sys/dist/pf/net/pf_if.c
286
pfi_attach_ifnet(struct ifnet *ifp)
sys/dist/pf/net/pf_if.c
313
pfi_detach_ifnet(struct ifnet *ifp)
sys/dist/pf/net/pf_if.c
554
pfi_instance_add(struct ifnet *ifp, int net, int flags)
sys/dist/pf/net/pf_if.c
81
void pfi_instance_add(struct ifnet *, int, int);
sys/dist/pf/net/pf_if.c
865
pfi_init_groups(struct ifnet *ifp)
sys/dist/pf/net/pf_if.c
87
void pfi_init_groups(struct ifnet *);
sys/dist/pf/net/pf_if.c
877
pfi_destroy_groups(struct ifnet *ifp)
sys/dist/pf/net/pf_if.c
88
void pfi_destroy_groups(struct ifnet *);
sys/dist/pf/net/pf_ioctl.c
194
static int pfil4_wrapper(void *, struct mbuf **, struct ifnet *, int);
sys/dist/pf/net/pf_ioctl.c
196
static int pfil6_wrapper(void *, struct mbuf **, struct ifnet *, int);
sys/dist/pf/net/pf_ioctl.c
3285
pfil4_wrapper(void *arg, struct mbuf **mp, struct ifnet *ifp, int dir)
sys/dist/pf/net/pf_ioctl.c
3336
pfil6_wrapper(void *arg, struct mbuf **mp, struct ifnet *ifp, int dir)
sys/dist/pf/net/pf_ioctl.c
855
struct ifnet *ifp;
sys/dist/pf/net/pf_ioctl.c
880
struct ifnet *ifp;
sys/dist/pf/net/pfvar.h
1061
struct ifnet *pfik_ifp;
sys/dist/pf/net/pfvar.h
1627
extern struct ifnet *sync_ifp;
sys/dist/pf/net/pfvar.h
1635
int pf_test(int, struct ifnet *, struct mbuf **, struct ether_header *);
sys/dist/pf/net/pfvar.h
1639
int pf_test6(int, struct ifnet *, struct mbuf **, struct ether_header *);
sys/dist/pf/net/pfvar.h
1732
void pfi_attach_ifnet(struct ifnet *);
sys/dist/pf/net/pfvar.h
1733
void pfi_detach_ifnet(struct ifnet *);
sys/fs/nfs/common/bootp_subr.c
150
struct ifnet *ifp;
sys/fs/nfs/common/bootp_subr.c
1588
struct ifnet *ifp;
sys/fs/nfs/common/bootp_subr.c
283
void bootpboot_p_if(struct ifnet *ifp, struct ifaddr *ifa);
sys/fs/nfs/common/bootp_subr.c
404
bootpboot_p_if(struct ifnet *ifp, struct ifaddr *ifa)
sys/fs/nfs/common/bootp_subr.c
420
struct ifnet *ifp;
sys/fs/nfs/common/nfs_diskless.c
175
struct ifnet *ifp;
sys/kern/kern_pmf.c
894
struct ifnet *ifp = device_pmf_class_private(dev);
sys/kern/kern_pmf.c
909
struct ifnet *ifp = device_pmf_class_private(dev);
sys/kern/kern_pmf.c
932
pmf_class_network_register(device_t dev, struct ifnet *ifp)
sys/kern/kern_subr.c
267
struct ifnet *ifp;
sys/kern/subr_prf.c
1025
aprint_debug_ifnet(struct ifnet *ifp, const char *fmt, ...)
sys/kern/subr_prf.c
781
aprint_normal_ifnet(struct ifnet *ifp, const char *fmt, ...)
sys/kern/subr_prf.c
862
aprint_error_ifnet(struct ifnet *ifp, const char *fmt, ...)
sys/kern/subr_prf.c
915
aprint_naive_ifnet(struct ifnet *ifp, const char *fmt, ...)
sys/kern/subr_prf.c
973
aprint_verbose_ifnet(struct ifnet *ifp, const char *fmt, ...)
sys/kern/subr_tftproot.c
124
struct ifnet *ifp = NULL;
sys/kern/uipc_mbuf.c
1391
m_devget(char *buf, int totlen, int off, struct ifnet *ifp)
sys/kern/uipc_mbuf.c
245
struct ifnet *ifp;
sys/kern/uipc_usrreq.c
877
unp_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/net/agr/ieee8023ad.h
36
int ieee8023ad_marker_input(struct ifnet *, struct mbuf *);
sys/net/agr/ieee8023ad.h
37
int ieee8023ad_lacp_input(struct ifnet *, struct mbuf *);
sys/net/agr/ieee8023ad_lacp.c
92
ieee8023ad_lacp_input(struct ifnet *ifp, struct mbuf *m)
sys/net/agr/ieee8023ad_marker.c
57
ieee8023ad_marker_input(struct ifnet *ifp, struct mbuf *m)
sys/net/agr/if_agr.c
1011
agr_ioctl(struct ifnet *ifp, const u_long cmd, void *data)
sys/net/agr/if_agr.c
148
agr_input(struct ifnet *ifp_port, struct mbuf *m)
sys/net/agr/if_agr.c
152
struct ifnet *ifp;
sys/net/agr/if_agr.c
204
agr_xmit_frame(struct ifnet *ifp_port, struct mbuf *m)
sys/net/agr/if_agr.c
237
struct ifnet *ifp = port->port_ifp;
sys/net/agr/if_agr.c
256
agr_vlan_check(struct ifnet *ifp, struct agr_softc *sc)
sys/net/agr/if_agr.c
281
struct ifnet *ifp;
sys/net/agr/if_agr.c
313
agr_reset_iftype(struct ifnet *ifp)
sys/net/agr/if_agr.c
323
agr_clone_destroy(struct ifnet *ifp)
sys/net/agr/if_agr.c
379
agr_start(struct ifnet *ifp)
sys/net/agr/if_agr.c
418
struct ifnet *ifp = &sc->sc_if;
sys/net/agr/if_agr.c
420
struct ifnet *ifp_port;
sys/net/agr/if_agr.c
532
agr_addport(struct ifnet *ifp, struct ifnet *ifp_port)
sys/net/agr/if_agr.c
683
agr_remport(struct ifnet *ifp, struct ifnet *ifp_port)
sys/net/agr/if_agr.c
72
static int agr_clone_destroy(struct ifnet *);
sys/net/agr/if_agr.c
73
static void agr_start(struct ifnet *);
sys/net/agr/if_agr.c
747
struct ifnet *ifp_port = port->port_ifp;
sys/net/agr/if_agr.c
77
static int agr_addport(struct ifnet *, struct ifnet *);
sys/net/agr/if_agr.c
78
static int agr_remport(struct ifnet *, struct ifnet *);
sys/net/agr/if_agr.c
805
agr_ioctl_multi(struct ifnet *ifp, u_long cmd, struct ifreq *ifr)
sys/net/agr/if_agr.c
81
static int agr_ioctl(struct ifnet *, u_long, void *);
sys/net/agr/if_agr.c
824
agr_ioctl_filter(struct ifnet *ifp, u_long cmd, void *arg)
sys/net/agr/if_agr.c
83
static int agr_ioctl_filter(struct ifnet *, u_long, void *);
sys/net/agr/if_agr.c
84
static void agr_reset_iftype(struct ifnet *);
sys/net/agr/if_agrether.c
53
static int agrether_ctor(struct agr_softc *, struct ifnet *);
sys/net/agr/if_agrether.c
88
agrether_ctor(struct agr_softc *sc, struct ifnet *ifp_port)
sys/net/agr/if_agrether.c
90
struct ifnet *ifp = &sc->sc_if;
sys/net/agr/if_agrsoftc.c
50
struct ifnet u_if;
sys/net/agr/if_agrsubr.c
282
struct ifnet *ifp = port->port_ifp;
sys/net/agr/if_agrsubr.c
288
struct ifnet *p = port->port_ifp;
sys/net/agr/if_agrsubr.c
323
struct ifnet *p = port->port_ifp;
sys/net/agr/if_agrvar.h
36
void agr_input(struct ifnet *, struct mbuf *);
sys/net/agr/if_agrvar_impl.h
125
struct ifnet sc_if; /* should be the last. see agr_alloc_softc(). */
sys/net/agr/if_agrvar_impl.h
143
int agr_xmit_frame(struct ifnet *, struct mbuf *); /* XXX */
sys/net/agr/if_agrvar_impl.h
44
struct ifnet *port_agrifp;
sys/net/agr/if_agrvar_impl.h
45
struct ifnet *port_ifp;
sys/net/agr/if_agrvar_impl.h
47
int (*port_ioctl)(struct ifnet *, u_long, void *);
sys/net/agr/if_agrvar_impl.h
74
int (*iftop_ctor)(struct agr_softc *, struct ifnet *);
sys/net/bpf.c
1468
struct ifnet *ifp = bp->bif_ifp;
sys/net/bpf.c
1515
bpf_ifname(struct ifnet *ifp, struct ifreq *ifr)
sys/net/bpf.c
1965
_bpf_mtap_softint(struct ifnet *ifp, struct mbuf *m)
sys/net/bpf.c
2186
_bpfattach(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp)
sys/net/bpf.c
2214
_bpf_mtap_softint_init(struct ifnet *ifp)
sys/net/bpf.c
2240
_bpfdetach(struct ifnet *ifp)
sys/net/bpf.c
2302
_bpf_change_type(struct ifnet *ifp, u_int dlt, u_int hdrlen)
sys/net/bpf.c
2327
struct ifnet *ifp;
sys/net/bpf.c
2375
struct ifnet *ifp;
sys/net/bpf.c
242
static void bpf_ifname(struct ifnet *, struct ifreq *);
sys/net/bpf.c
244
static int bpf_movein(struct ifnet *, struct uio *, int, uint64_t,
sys/net/bpf.c
2608
void (*_fun)(struct bpf_if *, struct ifnet *, int, int))
sys/net/bpf.c
2634
void (*_fun)(struct bpf_if *, struct ifnet *, int, int))
sys/net/bpf.c
325
bpf_movein(struct ifnet *ifp, struct uio *uio, int linktype, uint64_t mtu,
sys/net/bpf.c
842
struct ifnet *ifp;
sys/net/bpf.h
443
void (*bpf_attach)(struct ifnet *, u_int, u_int, struct bpf_if **);
sys/net/bpf.h
444
void (*bpf_detach)(struct ifnet *);
sys/net/bpf.h
445
void (*bpf_change_type)(struct ifnet *, u_int, u_int);
sys/net/bpf.h
454
void (*bpf_mtap_softint_init)(struct ifnet *);
sys/net/bpf.h
455
void (*bpf_mtap_softint)(struct ifnet *, struct mbuf *);
sys/net/bpf.h
458
void (*)(struct bpf_if *, struct ifnet *, int, int));
sys/net/bpf.h
460
void (*)(struct bpf_if *, struct ifnet *, int, int));
sys/net/bpf.h
466
bpf_attach(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen)
sys/net/bpf.h
472
bpf_attach2(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen, struct bpf_if **_dp)
sys/net/bpf.h
478
bpf_mtap(struct ifnet *_ifp, struct mbuf *_m, u_int _direction)
sys/net/bpf.h
504
bpf_mtap_af(struct ifnet *_ifp, uint32_t _af, struct mbuf *_m,
sys/net/bpf.h
512
bpf_change_type(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen)
sys/net/bpf.h
528
bpf_detach(struct ifnet *_ifp)
sys/net/bpf.h
534
bpf_mtap_sl_in(struct ifnet *_ifp, u_char *_hdr, struct mbuf **_m)
sys/net/bpf.h
540
bpf_mtap_sl_out(struct ifnet *_ifp, u_char *_hdr, struct mbuf *_m)
sys/net/bpf.h
547
bpf_mtap_softint_init(struct ifnet *_ifp)
sys/net/bpf.h
554
bpf_mtap_softint(struct ifnet *_ifp, struct mbuf *_m)
sys/net/bpf.h
563
void (*_fun)(struct bpf_if *, struct ifnet *, int, int))
sys/net/bpf.h
572
void (*_fun)(struct bpf_if *, struct ifnet *, int, int))
sys/net/bpf_stub.c
110
bpf_stub_detach(struct ifnet *ifp)
sys/net/bpf_stub.c
39
struct ifnet *lag_ifp;
sys/net/bpf_stub.c
49
static void bpf_stub_attach(struct ifnet *, u_int, u_int, struct bpf_if **);
sys/net/bpf_stub.c
50
static void bpf_stub_detach(struct ifnet *);
sys/net/bpf_stub.c
76
bpf_stub_attach(struct ifnet *ifp, u_int dlt, u_int hlen, struct bpf_if **drvp)
sys/net/bpfdesc.h
168
void (*bet_notify)(struct bpf_if *, struct ifnet *, int, int);
sys/net/bpfdesc.h
181
struct ifnet *bif_ifp; /* corresponding interface */
sys/net/bridgestp.c
1019
struct ifnet *ifp = bif->bif_ifp;
sys/net/bridgestp.c
218
struct ifnet *ifp;
sys/net/bridgestp.c
362
struct ifnet *ifp;
sys/net/ether_sw_offload.c
162
ether_sw_offload_rx(struct ifnet *ifp, struct mbuf *m)
sys/net/ether_sw_offload.c
78
ether_sw_offload_tx(struct ifnet *ifp, struct mbuf *m)
sys/net/ether_sw_offload.h
51
struct mbuf *ether_sw_offload_tx(struct ifnet *, struct mbuf *);
sys/net/ether_sw_offload.h
52
struct mbuf *ether_sw_offload_rx(struct ifnet *, struct mbuf *);
sys/net/if.c
1048
struct ifnet *ifp = ids->ids_ifp;
sys/net/if.c
1057
if_deferred_start_common(struct ifnet *ifp)
sys/net/if.c
1065
if_snd_is_used(struct ifnet *ifp)
sys/net/if.c
1078
if_schedule_deferred_start(struct ifnet *ifp)
sys/net/if.c
1095
if_deferred_start_init(struct ifnet *ifp, void (*func)(struct ifnet *))
sys/net/if.c
1114
if_deferred_start_destroy(struct ifnet *ifp)
sys/net/if.c
1131
if_input(struct ifnet *ifp, struct mbuf *m)
sys/net/if.c
1163
struct ifnet *ifp;
sys/net/if.c
1180
if_attachdomain1(struct ifnet *ifp)
sys/net/if.c
1201
if_deactivate(struct ifnet *ifp)
sys/net/if.c
1223
if_is_deactivated(const struct ifnet *ifp)
sys/net/if.c
1230
if_purgeaddrs(struct ifnet *ifp, int family,
sys/net/if.c
1256
if_build_ifa_list(struct ifnet *ifp)
sys/net/if.c
1276
if_check_and_free_ifa_list(struct ifnet *ifp)
sys/net/if.c
1314
if_detach(struct ifnet *ifp)
sys/net/if.c
1558
struct ifnet *ifp = (struct ifnet *)v;
sys/net/if.c
1573
struct ifnet *ifp;
sys/net/if.c
1599
struct ifnet *ifp;
sys/net/if.c
1602
int (*if_ioctlfn)(struct ifnet *, u_long, void *);
sys/net/if.c
1813
ifa_insert(struct ifnet *ifp, struct ifaddr *ifa)
sys/net/if.c
1836
ifa_remove(struct ifnet *ifp, struct ifaddr *ifa)
sys/net/if.c
1902
struct ifnet *ifp;
sys/net/if.c
1945
struct ifnet *ifp;
sys/net/if.c
1987
struct ifnet *ifp;
sys/net/if.c
203
struct ifnet *lo0ifp;
sys/net/if.c
2097
if_first_addr(const struct ifnet *ifp, const int af)
sys/net/if.c
2109
if_first_addr_psref(const struct ifnet *ifp, const int af, struct psref *psref)
sys/net/if.c
2128
ifaof_ifpforaddr(const struct sockaddr *addr, struct ifnet *ifp)
sys/net/if.c
2168
ifaof_ifpforaddr_psref(const struct sockaddr *addr, struct ifnet *ifp,
sys/net/if.c
2193
struct ifnet *ifp;
sys/net/if.c
2213
if_link_state_change(struct ifnet *ifp, int link_state)
sys/net/if.c
227
static void sysctl_watchdog_setup(struct ifnet *);
sys/net/if.c
2275
if_link_state_change_process(struct ifnet *ifp, int link_state)
sys/net/if.c
228
static void if_attachdomain1(struct ifnet *);
sys/net/if.c
230
static int if_transmit(struct ifnet *, struct mbuf *);
sys/net/if.c
234
static void if_up_locked(struct ifnet *);
sys/net/if.c
2345
struct ifnet *ifp = container_of(work, struct ifnet, if_link_work);
sys/net/if.c
235
static void _if_down(struct ifnet *);
sys/net/if.c
236
static void if_down_deactivated(struct ifnet *);
sys/net/if.c
239
struct ifnet *ipq_ifp;
sys/net/if.c
2398
if_linkstate_change_establish(struct ifnet *ifp, void (*fn)(void *), void *arg)
sys/net/if.c
2408
if_linkstate_change_disestablish(struct ifnet *ifp, void *vhook,
sys/net/if.c
2421
if_domain_link_state_change(struct ifnet *ifp, int link_state)
sys/net/if.c
2445
struct ifnet *ifp = rt->rt_ifp;
sys/net/if.c
2493
_if_down(struct ifnet *ifp)
sys/net/if.c
252
struct ifnet *ids_ifp;
sys/net/if.c
2529
if_down_deactivated(struct ifnet *ifp)
sys/net/if.c
253
void (*ids_if_start)(struct ifnet *);
sys/net/if.c
2537
if_down_locked(struct ifnet *ifp)
sys/net/if.c
2550
if_down(struct ifnet *ifp)
sys/net/if.c
2562
if_up_locked(struct ifnet *ifp)
sys/net/if.c
258
static void if_deferred_start_common(struct ifnet *);
sys/net/if.c
259
static void if_deferred_start_destroy(struct ifnet *);
sys/net/if.c
2596
if_slowtimo_countdown(struct ifnet *ifp)
sys/net/if.c
2613
struct ifnet *ifp = arg;
sys/net/if.c
2635
struct ifnet *ifp = isd->isd_ifp;
sys/net/if.c
265
struct ifnet *isd_ifp;
sys/net/if.c
2658
struct ifnet *ifp = node.sysctl_data;
sys/net/if.c
2679
sysctl_watchdog_setup(struct ifnet *ifp)
sys/net/if.c
2721
if_up(struct ifnet *ifp)
sys/net/if.c
2736
ifpromisc_locked(struct ifnet *ifp, int pswitch)
sys/net/if.c
2768
ifpromisc(struct ifnet *ifp, int pswitch)
sys/net/if.c
2794
if_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if.c
2819
if_init(struct ifnet *ifp)
sys/net/if.c
2838
if_stop(struct ifnet *ifp, int disable)
sys/net/if.c
2850
struct ifnet *
sys/net/if.c
2853
struct ifnet *ifp;
sys/net/if.c
2888
struct ifnet *
sys/net/if.c
2891
struct ifnet *ifp;
sys/net/if.c
2930
if_put(const struct ifnet *ifp, struct psref *psref)
sys/net/if.c
3014
if_acquire(struct ifnet *ifp, struct psref *psref)
sys/net/if.c
3022
if_held(struct ifnet *ifp)
sys/net/if.c
3035
if_tunnel_check_nesting(struct ifnet *ifp, struct mbuf *m, int limit)
sys/net/if.c
3138
ifioctl_common(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if.c
3334
ifaddrpref_ioctl(struct socket *so, u_long cmd, void *data, struct ifnet *ifp)
sys/net/if.c
3412
struct ifnet *ifp;
sys/net/if.c
3612
struct ifnet *ifp;
sys/net/if.c
3736
if_transmit(struct ifnet *ifp, struct mbuf *m)
sys/net/if.c
3765
if_transmit_lock(struct ifnet *ifp, struct mbuf *m)
sys/net/if.c
3794
ifq_enqueue(struct ifnet *ifp, struct mbuf *m)
sys/net/if.c
3804
ifq_enqueue2(struct ifnet *ifp, struct ifqueue *ifq, struct mbuf *m)
sys/net/if.c
382
if_initname(struct ifnet *ifp, const char *name, int unit)
sys/net/if.c
3844
if_do_dad(struct ifnet *ifp)
sys/net/if.c
395
if_nulloutput(struct ifnet *ifp, struct mbuf *m,
sys/net/if.c
4018
struct ifnet *ifp;
sys/net/if.c
403
if_nullinput(struct ifnet *ifp, struct mbuf *m)
sys/net/if.c
410
if_nullstart(struct ifnet *ifp)
sys/net/if.c
417
if_nulltransmit(struct ifnet *ifp, struct mbuf *m)
sys/net/if.c
425
if_nullioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if.c
432
if_nullinit(struct ifnet *ifp)
sys/net/if.c
439
if_nullstop(struct ifnet *ifp, int disable)
sys/net/if.c
446
if_nullslowtimo(struct ifnet *ifp)
sys/net/if.c
453
if_nulldrain(struct ifnet *ifp)
sys/net/if.c
460
if_set_sadl(struct ifnet *ifp, const void *lla, u_char addrlen, bool factory)
sys/net/if.c
480
if_dl_create(const struct ifnet *ifp, const struct sockaddr_dl **sdlp)
sys/net/if.c
513
if_sadl_setrefs(struct ifnet *ifp, struct ifaddr *ifa)
sys/net/if.c
530
if_alloc_sadl(struct ifnet *ifp)
sys/net/if.c
550
if_deactivate_sadl(struct ifnet *ifp)
sys/net/if.c
565
if_replace_sadl(struct ifnet *ifp, struct ifaddr *ifa)
sys/net/if.c
582
if_activate_sadl(struct ifnet *ifp, struct ifaddr *ifa0,
sys/net/if.c
616
if_free_sadl(struct ifnet *ifp, int factory)
sys/net/if.c
692
m = oldlim * sizeof(struct ifnet *);
sys/net/if.c
693
n = if_indexlim * sizeof(struct ifnet *);
sys/net/if.c
699
ifindex2ifnet = (struct ifnet **)q;
sys/net/if.c
841
struct ifnet *ifp = ipq->ipq_ifp;
sys/net/if.c
862
if_percpuq_create(struct ifnet *ifp)
sys/net/if.h
1118
struct ifnet *if_alloc(u_char);
sys/net/if.h
1119
void if_free(struct ifnet *);
sys/net/if.h
1120
void if_initname(struct ifnet *, const char *, int);
sys/net/if.h
1121
struct ifaddr *if_dl_create(const struct ifnet *, const struct sockaddr_dl **);
sys/net/if.h
1122
void if_activate_sadl(struct ifnet *, struct ifaddr *,
sys/net/if.h
1124
void if_set_sadl(struct ifnet *, const void *, u_char, bool);
sys/net/if.h
1125
void if_alloc_sadl(struct ifnet *);
sys/net/if.h
1126
void if_free_sadl(struct ifnet *, int);
sys/net/if.h
1127
void if_initialize(struct ifnet *);
sys/net/if.h
1128
void if_register(struct ifnet *);
sys/net/if.h
1129
void if_attach(struct ifnet *); /* Deprecated. Use if_initialize and if_register */
sys/net/if.h
1131
void if_deactivate(struct ifnet *);
sys/net/if.h
1132
bool if_is_deactivated(const struct ifnet *);
sys/net/if.h
1133
void if_export_if_data(struct ifnet *, struct if_data *, bool);
sys/net/if.h
1134
void if_purgeaddrs(struct ifnet *, int, void (*)(struct ifaddr *));
sys/net/if.h
1135
void if_detach(struct ifnet *);
sys/net/if.h
1136
void if_down(struct ifnet *);
sys/net/if.h
1137
void if_down_locked(struct ifnet *);
sys/net/if.h
1138
void if_link_state_change(struct ifnet *, int);
sys/net/if.h
1139
void if_domain_link_state_change(struct ifnet *, int);
sys/net/if.h
1140
void if_up(struct ifnet *);
sys/net/if.h
1144
int ifaddrpref_ioctl(struct socket *, u_long, void *, struct ifnet *);
sys/net/if.h
1146
int ifioctl_common(struct ifnet *, u_long, void *);
sys/net/if.h
1147
int ifpromisc(struct ifnet *, int);
sys/net/if.h
1148
int ifpromisc_locked(struct ifnet *, int);
sys/net/if.h
1150
int if_do_dad(struct ifnet *);
sys/net/if.h
1152
int if_flags_set(struct ifnet *, const u_short);
sys/net/if.h
1155
int if_ioctl(struct ifnet *, u_long, void *);
sys/net/if.h
1156
int if_init(struct ifnet *);
sys/net/if.h
1157
void if_stop(struct ifnet *, int);
sys/net/if.h
1159
struct ifnet *ifunit(const char *);
sys/net/if.h
1160
struct ifnet *if_get(const char *, struct psref *);
sys/net/if.h
1165
void if_put(const struct ifnet *, struct psref *);
sys/net/if.h
1166
void if_acquire(struct ifnet *, struct psref *);
sys/net/if.h
1169
int if_tunnel_check_nesting(struct ifnet *, struct mbuf *, int);
sys/net/if.h
1199
if_get_index(const struct ifnet *ifp)
sys/net/if.h
1205
bool if_held(struct ifnet *);
sys/net/if.h
1207
void if_input(struct ifnet *, struct mbuf *);
sys/net/if.h
1210
if_percpuq_create(struct ifnet *);
sys/net/if.h
1215
void if_deferred_start_init(struct ifnet *, void (*)(struct ifnet *));
sys/net/if.h
1216
void if_schedule_deferred_start(struct ifnet *);
sys/net/if.h
1218
void ifa_insert(struct ifnet *, struct ifaddr *);
sys/net/if.h
1219
void ifa_remove(struct ifnet *, struct ifaddr *);
sys/net/if.h
1239
struct ifaddr *ifaof_ifpforaddr(const struct sockaddr *, struct ifnet *);
sys/net/if.h
1240
struct ifaddr *ifaof_ifpforaddr_psref(const struct sockaddr *, struct ifnet *,
sys/net/if.h
1245
struct ifaddr *if_first_addr(const struct ifnet *, const int);
sys/net/if.h
1246
struct ifaddr *if_first_addr_psref(const struct ifnet *, const int, struct psref *);
sys/net/if.h
1251
int if_transmit_lock(struct ifnet *, struct mbuf *);
sys/net/if.h
1253
int ifq_enqueue(struct ifnet *, struct mbuf *);
sys/net/if.h
1254
int ifq_enqueue2(struct ifnet *, struct ifqueue *, struct mbuf *);
sys/net/if.h
1256
int loioctl(struct ifnet *, u_long, void *);
sys/net/if.h
1259
int looutput(struct ifnet *,
sys/net/if.h
1262
void * if_linkstate_change_establish(struct ifnet *,
sys/net/if.h
1264
void if_linkstate_change_disestablish(struct ifnet *,
sys/net/if.h
1271
int if_nulloutput(struct ifnet *, struct mbuf *,
sys/net/if.h
1273
void if_nullinput(struct ifnet *, struct mbuf *);
sys/net/if.h
1274
void if_nullstart(struct ifnet *);
sys/net/if.h
1275
int if_nulltransmit(struct ifnet *, struct mbuf *);
sys/net/if.h
1276
int if_nullioctl(struct ifnet *, u_long, void *);
sys/net/if.h
1277
int if_nullinit(struct ifnet *);
sys/net/if.h
1278
void if_nullstop(struct ifnet *, int);
sys/net/if.h
1279
void if_nullslowtimo(struct ifnet *);
sys/net/if.h
1281
void if_nulldrain(struct ifnet *);
sys/net/if.h
1359
(PSLIST_READER_FIRST(&ifnet_pslist, struct ifnet, if_pslist_entry) == NULL)
sys/net/if.h
1361
PSLIST_READER_FIRST(&ifnet_pslist, struct ifnet, if_pslist_entry)
sys/net/if.h
1363
PSLIST_READER_NEXT((__ifp), struct ifnet, if_pslist_entry)
sys/net/if.h
1365
PSLIST_READER_FOREACH((__ifp), &ifnet_pslist, struct ifnet, \
sys/net/if.h
1372
PSLIST_WRITER_FOREACH((__ifp), &ifnet_pslist, struct ifnet, \
sys/net/if.h
1375
PSLIST_WRITER_NEXT((__ifp), struct ifnet, if_pslist_entry)
sys/net/if.h
1379
(PSLIST_WRITER_FIRST(&ifnet_pslist, struct ifnet, if_pslist_entry) == NULL)
sys/net/if.h
1385
struct ifnet *__ifp; \
sys/net/if.h
1406
extern struct ifnet *lo0ifp;
sys/net/if.h
1424
struct mbuf *, (struct ifnet *, struct mbuf *));
sys/net/if.h
145
struct ifnet;
sys/net/if.h
159
int (*ifc_destroy)(struct ifnet *);
sys/net/if.h
261
TAILQ_HEAD(ifnet_head, ifnet); /* the actual queue head */
sys/net/if.h
293
TAILQ_ENTRY(ifnet)
sys/net/if.h
324
(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/net/if.h
327
(struct ifnet *, struct mbuf *);
sys/net/if.h
329
(struct ifnet *);
sys/net/if.h
331
(struct ifnet *, struct mbuf *);
sys/net/if.h
333
(struct ifnet *, u_long, void *);
sys/net/if.h
335
(struct ifnet *);
sys/net/if.h
337
(struct ifnet *, int);
sys/net/if.h
339
(struct ifnet *);
sys/net/if.h
342
(struct ifnet *);
sys/net/if.h
369
struct ifnet *carp_d;/* ptr to carpdev (used by carp ifs) */
sys/net/if.h
411
(struct ifnet *, struct ifaddr *, bool);
sys/net/if.h
413
(struct ifnet *, const u_short);
sys/net/if.h
527
if_is_mpsafe(struct ifnet *ifp)
sys/net/if.h
534
if_output_lock(struct ifnet *cifp, struct ifnet *ifp, struct mbuf *m,
sys/net/if.h
551
if_start_lock(struct ifnet *ifp)
sys/net/if.h
765
struct ifnet *ifa_ifp; /* back-pointer to interface */
sys/net/if_arc.h
104
struct ifnet ac_if; /* network-visible interface */
sys/net/if_arc.h
121
int arc_ifattach(struct ifnet *, uint8_t);
sys/net/if_arcsubr.c
101
static int arc_output(struct ifnet *, struct mbuf *,
sys/net/if_arcsubr.c
103
static void arc_input(struct ifnet *, struct mbuf *);
sys/net/if_arcsubr.c
111
arc_output(struct ifnet *ifp, struct mbuf *m0, const struct sockaddr *dst,
sys/net/if_arcsubr.c
341
arc_defrag(struct ifnet *ifp, struct mbuf *m)
sys/net/if_arcsubr.c
500
arc_input(struct ifnet *ifp, struct mbuf *m)
sys/net/if_arcsubr.c
590
arc_ifattach(struct ifnet *ifp, uint8_t lla)
sys/net/if_arcsubr.c
85
static struct mbuf *arc_defrag(struct ifnet *, struct mbuf *);
sys/net/if_bridge.c
1422
struct ifnet *ifs;
sys/net/if_bridge.c
1426
ifs = (struct ifnet *)xifs;
sys/net/if_bridge.c
1444
bridge_init(struct ifnet *ifp)
sys/net/if_bridge.c
1468
bridge_stop(struct ifnet *ifp, int disable)
sys/net/if_bridge.c
1491
bridge_enqueue(struct bridge_softc *sc, struct ifnet *dst_ifp, struct mbuf *m,
sys/net/if_bridge.c
1561
bridge_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *sa,
sys/net/if_bridge.c
1565
struct ifnet *dst_if;
sys/net/if_bridge.c
1802
bridge_start(struct ifnet *ifp)
sys/net/if_bridge.c
1817
struct ifnet *src_if, *dst_if;
sys/net/if_bridge.c
1998
bridge_input(struct ifnet *ifp, struct mbuf *m)
sys/net/if_bridge.c
2044
struct ifnet *_ifp = NULL;
sys/net/if_bridge.c
2121
bridge_broadcast(struct bridge_softc *sc, struct ifnet *src_if,
sys/net/if_bridge.c
2126
struct ifnet *dst_if;
sys/net/if_bridge.c
2254
struct ifnet *dst_if, int setflags, uint8_t flags)
sys/net/if_bridge.c
2299
static struct ifnet *
sys/net/if_bridge.c
2303
struct ifnet *ifs = NULL;
sys/net/if_bridge.c
238
static int bridge_clone_destroy(struct ifnet *);
sys/net/if_bridge.c
240
static int bridge_ioctl(struct ifnet *, u_long, void *);
sys/net/if_bridge.c
241
static int bridge_init(struct ifnet *);
sys/net/if_bridge.c
242
static void bridge_stop(struct ifnet *, int);
sys/net/if_bridge.c
243
static void bridge_start(struct ifnet *);
sys/net/if_bridge.c
246
static void bridge_input(struct ifnet *, struct mbuf *);
sys/net/if_bridge.c
251
static void bridge_broadcast(struct bridge_softc *, struct ifnet *, bool,
sys/net/if_bridge.c
2523
bridge_rtdelete(struct bridge_softc *sc, struct ifnet *ifp)
sys/net/if_bridge.c
255
struct ifnet *, int, uint8_t);
sys/net/if_bridge.c
256
static struct ifnet *bridge_rtlookup(struct bridge_softc *, const uint8_t *);
sys/net/if_bridge.c
262
static void bridge_rtdelete(struct bridge_softc *, struct ifnet *ifp);
sys/net/if_bridge.c
2718
bridge_ipf(void *arg, struct mbuf **mp, struct ifnet *ifp, int dir)
sys/net/if_bridge.c
279
struct ifnet *ifp,
sys/net/if_bridge.c
2951
struct ifnet *inifp = m_get_rcvif_NOMPSAFE(m);
sys/net/if_bridge.c
314
static int bridge_ipf(void *, struct mbuf **, struct ifnet *, int);
sys/net/if_bridge.c
408
struct ifnet *ifp;
sys/net/if_bridge.c
474
bridge_clone_destroy(struct ifnet *ifp)
sys/net/if_bridge.c
514
bridge_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_bridge.c
658
struct ifnet *ifp;
sys/net/if_bridge.c
682
bridge_lookup_member_if(struct bridge_softc *sc, struct ifnet *member_ifp,
sys/net/if_bridge.c
730
struct ifnet *ifs = bif->bif_ifp;
sys/net/if_bridge.c
784
struct ifnet *ifs = NULL;
sys/net/if_bridge.c
809
struct ifnet *ifs;
sys/net/if_bridge.c
831
struct ifnet *ifs;
sys/net/if_bridge.c
938
struct ifnet *ifs;
sys/net/if_bridgevar.h
270
struct ifnet *bif_ifp; /* member if */
sys/net/if_bridgevar.h
283
struct ifnet *brt_ifp; /* destination if */
sys/net/if_bridgevar.h
299
struct ifnet sc_if;
sys/net/if_bridgevar.h
340
int bridge_output(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/net/if_bridgevar.h
347
void bridge_enqueue(struct bridge_softc *, struct ifnet *, struct mbuf *,
sys/net/if_ether.h
174
struct ifnet ec_if; /* network-visible interface */
sys/net/if_ether.h
259
int ether_ioctl(struct ifnet *, u_long, void *);
sys/net/if_ether.h
264
void ether_input(struct ifnet *, struct mbuf *);
sys/net/if_ether.h
388
vlan_is_hwtag_enabled(struct ifnet *_ifp)
sys/net/if_ether.h
402
void ether_ifattach(struct ifnet *, const uint8_t *);
sys/net/if_ether.h
403
void ether_ifdetach(struct ifnet *);
sys/net/if_ether.h
404
int ether_mediachange(struct ifnet *);
sys/net/if_ether.h
405
void ether_mediastatus(struct ifnet *, struct ifmediareq *);
sys/net/if_ether.h
406
void * ether_ifdetachhook_establish(struct ifnet *,
sys/net/if_ether.h
408
void ether_ifdetachhook_disestablish(struct ifnet *,
sys/net/if_ether.h
418
int ether_enable_vlan_mtu(struct ifnet *);
sys/net/if_ether.h
419
int ether_disable_vlan_mtu(struct ifnet *);
sys/net/if_ether.h
420
int ether_add_vlantag(struct ifnet *, uint16_t, bool *);
sys/net/if_ether.h
421
int ether_del_vlantag(struct ifnet *, uint16_t);
sys/net/if_ethersubr.c
1076
ether_ifattach(struct ifnet *ifp, const uint8_t *lla)
sys/net/if_ethersubr.c
1118
ether_ifdetach(struct ifnet *ifp)
sys/net/if_ethersubr.c
1131
ifp->if_ioctl = __FPTRCAST(int (*)(struct ifnet *, u_long, void *),
sys/net/if_ethersubr.c
1158
ether_ifdetachhook_establish(struct ifnet *ifp,
sys/net/if_ethersubr.c
1175
ether_ifdetachhook_disestablish(struct ifnet *ifp,
sys/net/if_ethersubr.c
1512
struct ifnet *ifp = &ec->ec_if;
sys/net/if_ethersubr.c
1558
ether_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_ethersubr.c
1673
ether_enable_vlan_mtu(struct ifnet *ifp)
sys/net/if_ethersubr.c
1701
ether_disable_vlan_mtu(struct ifnet *ifp)
sys/net/if_ethersubr.c
1734
ether_add_vlantag(struct ifnet *ifp, uint16_t vtag, bool *vlanmtu_status)
sys/net/if_ethersubr.c
1793
ether_del_vlantag(struct ifnet *ifp, uint16_t vtag)
sys/net/if_ethersubr.c
1934
struct ifnet *ifp;
sys/net/if_ethersubr.c
232
ether_output(struct ifnet * const ifp0, struct mbuf * const m0,
sys/net/if_ethersubr.c
241
struct ifnet *ifp = ifp0;
sys/net/if_ethersubr.c
611
ether_input_llc(struct ifnet *ifp, struct mbuf *m, struct ether_header *eh)
sys/net/if_ethersubr.c
681
ether_input(struct ifnet *ifp, struct mbuf *m)
sys/net/if_faith.c
138
struct ifnet *ifp;
sys/net/if_faith.c
161
faith_clone_destroy(struct ifnet *ifp)
sys/net/if_faith.c
173
faithoutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_faith.c
246
faithioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_faith.c
88
static int faithioctl(struct ifnet *, u_long, void *);
sys/net/if_faith.c
89
static int faithoutput(struct ifnet *, struct mbuf *,
sys/net/if_faith.c
95
static int faith_clone_destroy(struct ifnet *);
sys/net/if_gif.c
1070
gif_set_tunnel(struct ifnet *ifp, struct sockaddr *src, struct sockaddr *dst)
sys/net/if_gif.c
110
static int gif_output(struct ifnet *, struct mbuf *,
sys/net/if_gif.c
112
static void gif_start(struct ifnet *);
sys/net/if_gif.c
113
static int gif_transmit(struct ifnet *, struct mbuf *);
sys/net/if_gif.c
115
static int gif_ioctl(struct ifnet *, u_long, void *);
sys/net/if_gif.c
116
static int gif_set_tunnel(struct ifnet *, struct sockaddr *,
sys/net/if_gif.c
1177
gif_delete_tunnel(struct ifnet *ifp)
sys/net/if_gif.c
118
static void gif_delete_tunnel(struct ifnet *);
sys/net/if_gif.c
121
static int gif_clone_destroy(struct ifnet *);
sys/net/if_gif.c
122
static int gif_check_nesting(struct ifnet *, struct mbuf *);
sys/net/if_gif.c
1248
struct ifnet *ifp = &sc->gif_if;
sys/net/if_gif.c
286
struct ifnet *ifp = &sc->gif_if;
sys/net/if_gif.c
367
struct ifnet *ifp;
sys/net/if_gif.c
426
gif_clone_destroy(struct ifnet *ifp)
sys/net/if_gif.c
525
gif_check_nesting(struct ifnet *ifp, struct mbuf *m)
sys/net/if_gif.c
532
gif_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_gif.c
586
gif_start(struct ifnet *ifp)
sys/net/if_gif.c
632
gif_transmit(struct ifnet *ifp, struct mbuf *m)
sys/net/if_gif.c
655
struct ifnet *ifp = &var->gv_softc->gif_if;
sys/net/if_gif.c
687
gif_input(struct mbuf *m, int af, struct ifnet *ifp)
sys/net/if_gif.c
735
gif_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_gif.h
128
void gif_input(struct mbuf *, int, struct ifnet *);
sys/net/if_gif.h
70
struct ifnet gif_if; /* common area - must be at the top */
sys/net/if_gre.c
1064
gre_ssock(struct ifnet *ifp, struct gre_soparm *sp, int fd)
sys/net/if_gre.c
1157
gre_ioctl(struct ifnet *ifp, const u_long cmd, void *data)
sys/net/if_gre.c
151
static int gre_clone_destroy(struct ifnet *);
sys/net/if_gre.c
158
static int gre_output(struct ifnet *, struct mbuf *,
sys/net/if_gre.c
160
static int gre_ioctl(struct ifnet *, u_long, void *);
sys/net/if_gre.c
338
gre_clone_destroy(struct ifnet *ifp)
sys/net/if_gre.c
746
struct ifnet *ifp = &sc->sc_if;
sys/net/if_gre.c
869
gre_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_gre.h
85
struct ifnet sc_if;
sys/net/if_ieee1394.h
104
struct ifnet fc_if;
sys/net/if_ieee1394.h
111
void ieee1394_input(struct ifnet *, struct mbuf *, uint16_t);
sys/net/if_ieee1394.h
112
void ieee1394_ifattach(struct ifnet *, const struct ieee1394_hwaddr *);
sys/net/if_ieee1394.h
113
void ieee1394_ifdetach(struct ifnet *);
sys/net/if_ieee1394.h
114
int ieee1394_ioctl(struct ifnet *, u_long, void *);
sys/net/if_ieee1394.h
115
struct mbuf * ieee1394_fragment(struct ifnet *, struct mbuf *, int, uint16_t);
sys/net/if_ieee1394.h
116
void ieee1394_drain(struct ifnet *);
sys/net/if_ieee1394.h
117
void ieee1394_watchdog(struct ifnet *);
sys/net/if_ieee1394subr.c
250
ieee1394_fragment(struct ifnet *ifp, struct mbuf *m0, int maxsize,
sys/net/if_ieee1394subr.c
323
ieee1394_input(struct ifnet *ifp, struct mbuf *m, uint16_t src)
sys/net/if_ieee1394subr.c
401
ieee1394_reass(struct ifnet *ifp, struct mbuf *m0, uint16_t src)
sys/net/if_ieee1394subr.c
570
ieee1394_drain(struct ifnet *ifp)
sys/net/if_ieee1394subr.c
588
ieee1394_watchdog(struct ifnet *ifp)
sys/net/if_ieee1394subr.c
623
ieee1394_ifattach(struct ifnet *ifp, const struct ieee1394_hwaddr *hwaddr)
sys/net/if_ieee1394subr.c
653
ieee1394_ifdetach(struct ifnet *ifp)
sys/net/if_ieee1394subr.c
662
ieee1394_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_ieee1394subr.c
80
static int ieee1394_output(struct ifnet *, struct mbuf *,
sys/net/if_ieee1394subr.c
82
static struct mbuf *ieee1394_reass(struct ifnet *, struct mbuf *, uint16_t);
sys/net/if_ieee1394subr.c
85
ieee1394_output(struct ifnet *ifp, struct mbuf *m0, const struct sockaddr *dst,
sys/net/if_ipsec.c
1142
if_ipsec_set_tunnel(struct ifnet *ifp,
sys/net/if_ipsec.c
1327
if_ipsec_delete_tunnel(struct ifnet *ifp)
sys/net/if_ipsec.c
1412
if_ipsec_ensure_flags(struct ifnet *ifp, u_short oflags)
sys/net/if_ipsec.c
1797
struct ifnet *ifp = &sc->ipsec_if;
sys/net/if_ipsec.c
2078
struct ifnet *ifp = &sc->ipsec_if;
sys/net/if_ipsec.c
385
struct ifnet *ifp = &sc->ipsec_if;
sys/net/if_ipsec.c
439
struct ifnet *ifp;
sys/net/if_ipsec.c
489
if_ipsec_clone_destroy(struct ifnet *ifp)
sys/net/if_ipsec.c
608
if_ipsec_check_nesting(struct ifnet *ifp, struct mbuf *m)
sys/net/if_ipsec.c
615
if_ipsec_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_ipsec.c
686
struct ifnet *ifp = &var->iv_softc->ipsec_if;
sys/net/if_ipsec.c
712
if_ipsec_input(struct mbuf *m, int af, struct ifnet *ifp)
sys/net/if_ipsec.c
727
if_ipsec_in_enqueue(struct mbuf *m, int af, struct ifnet *ifp)
sys/net/if_ipsec.c
791
if_ipsec_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_ipsec.c
86
static int if_ipsec_clone_destroy(struct ifnet *);
sys/net/if_ipsec.c
89
static inline void if_ipsec_in_enqueue(struct mbuf *, int, struct ifnet *);
sys/net/if_ipsec.c
93
static int if_ipsec_set_tunnel(struct ifnet *,
sys/net/if_ipsec.c
95
static void if_ipsec_delete_tunnel(struct ifnet *);
sys/net/if_ipsec.c
96
static int if_ipsec_ensure_flags(struct ifnet *, u_short);
sys/net/if_ipsec.h
193
void if_ipsec_input(struct mbuf *, int, struct ifnet *);
sys/net/if_ipsec.h
194
int if_ipsec_output(struct ifnet *, struct mbuf *,
sys/net/if_ipsec.h
196
int if_ipsec_ioctl(struct ifnet *, u_long, void *);
sys/net/if_ipsec.h
90
struct ifnet ipsec_if; /* common area - must be at the top */
sys/net/if_l2tp.c
1014
l2tp_set_tunnel(struct ifnet *ifp, struct sockaddr *src, struct sockaddr *dst)
sys/net/if_l2tp.c
1070
l2tp_delete_tunnel(struct ifnet *ifp)
sys/net/if_l2tp.c
1158
struct ifnet *ifp = &sc->l2tp_ec.ec_if;
sys/net/if_l2tp.c
121
static int l2tp_clone_destroy(struct ifnet *);
sys/net/if_l2tp.c
1258
struct ifnet *ifp = &sc->l2tp_ec.ec_if;
sys/net/if_l2tp.c
127
static int l2tp_output(struct ifnet *, struct mbuf *,
sys/net/if_l2tp.c
1303
struct ifnet *ifp = &sc->l2tp_ec.ec_if;
sys/net/if_l2tp.c
1340
struct ifnet *ifp = &sc->l2tp_ec.ec_if;
sys/net/if_l2tp.c
136
static void l2tp_start(struct ifnet *);
sys/net/if_l2tp.c
137
static int l2tp_transmit(struct ifnet *, struct mbuf *);
sys/net/if_l2tp.c
139
static int l2tp_set_tunnel(struct ifnet *, struct sockaddr *,
sys/net/if_l2tp.c
141
static void l2tp_delete_tunnel(struct ifnet *);
sys/net/if_l2tp.c
1426
l2tp_check_nesting(struct ifnet *ifp, struct mbuf *m)
sys/net/if_l2tp.c
1442
static int l2tp_need_tcpmss_clamp(struct ifnet *);
sys/net/if_l2tp.c
1444
static struct mbuf *l2tp_tcpmss4_clamp(struct ifnet *, struct mbuf *);
sys/net/if_l2tp.c
1447
static struct mbuf *l2tp_tcpmss6_clamp(struct ifnet *, struct mbuf *);
sys/net/if_l2tp.c
1451
l2tp_tcpmss_clamp(struct ifnet *ifp, struct mbuf *m)
sys/net/if_l2tp.c
1541
l2tp_need_tcpmss_clamp(struct ifnet *ifp)
sys/net/if_l2tp.c
1560
l2tp_tcpmss4_clamp(struct ifnet *ifp, struct mbuf *m)
sys/net/if_l2tp.c
1574
l2tp_tcpmss6_clamp(struct ifnet *ifp, struct mbuf *m)
sys/net/if_l2tp.c
336
l2tp_clone_destroy(struct ifnet *ifp)
sys/net/if_l2tp.c
378
struct ifnet *ifp;
sys/net/if_l2tp.c
406
l2tp_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_l2tp.c
462
struct ifnet *ifp;
sys/net/if_l2tp.c
500
struct ifnet *ifp;
sys/net/if_l2tp.c
558
l2tp_input(struct mbuf *m, struct ifnet *ifp)
sys/net/if_l2tp.c
644
l2tp_start(struct ifnet *ifp)
sys/net/if_l2tp.c
665
l2tp_transmit(struct ifnet *ifp, struct mbuf *m)
sys/net/if_l2tp.c
695
l2tp_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_l2tp.h
165
void l2tp_input(struct mbuf *, struct ifnet *);
sys/net/if_l2tp.h
166
int l2tp_ioctl(struct ifnet *, u_long, void *);
sys/net/if_l2tp.h
169
int l2tp_check_nesting(struct ifnet *, struct mbuf *);
sys/net/if_l2tp.h
173
struct mbuf *l2tp_tcpmss_clamp(struct ifnet *, struct mbuf *);
sys/net/if_llatbl.c
408
llentry_alloc(struct ifnet *ifp, struct lltable *lt,
sys/net/if_llatbl.c
613
struct ifnet *
sys/net/if_llatbl.c
636
struct ifnet *ifp;
sys/net/if_llatbl.c
86
struct ifnet *ifp = llt->llt_ifp;
sys/net/if_llatbl.h
221
struct ifnet *llt_ifp;
sys/net/if_llatbl.h
273
struct llentry *llentry_alloc(struct ifnet *, struct lltable *,
sys/net/if_llatbl.h
288
struct ifnet *lltable_get_ifp(const struct lltable *llt);
sys/net/if_llatbl.h
45
struct ifnet;
sys/net/if_loop.c
134
static void lostart(struct ifnet *);
sys/net/if_loop.c
138
static int loop_clone_destroy(struct ifnet *);
sys/net/if_loop.c
177
struct ifnet *ifp;
sys/net/if_loop.c
219
loop_clone_destroy(struct ifnet *ifp)
sys/net/if_loop.c
241
looutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_loop.c
380
lostart(struct ifnet *ifp)
sys/net/if_loop.c
452
loioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_media.c
237
ifmedia_change(struct ifmedia *ifm, struct ifnet *ifp)
sys/net/if_media.c
253
ifmedia_status(struct ifmedia *ifm, struct ifnet *ifp, struct ifmediareq *ifmr)
sys/net/if_media.c
417
ifmedia_ioctl(struct ifnet *ifp, struct ifreq *ifr, struct ifmedia *ifm,
sys/net/if_media.c
93
static void ifmedia_status(struct ifmedia *, struct ifnet *,
sys/net/if_media.h
1019
int ifmedia_change(struct ifmedia *, struct ifnet *);
sys/net/if_media.h
898
typedef int (*ifm_change_cb_t)(struct ifnet *);
sys/net/if_media.h
899
typedef void (*ifm_stat_cb_t)(struct ifnet *, struct ifmediareq *);
sys/net/if_media.h
998
int ifmedia_ioctl(struct ifnet *, struct ifreq *, struct ifmedia *, u_long);
sys/net/if_mpls.c
167
mpls_clone_destroy(struct ifnet *ifp)
sys/net/if_mpls.c
179
mpls_input(struct ifnet *ifp, struct mbuf *m)
sys/net/if_mpls.c
214
mpls_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_mpls.c
291
mpls_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_mpls.c
500
mpls_send_frame(struct mbuf *m, struct ifnet *ifp, const struct rtentry *rt)
sys/net/if_mpls.c
77
static int mpls_clone_destroy(struct ifnet *);
sys/net/if_mpls.c
82
static void mpls_input(struct ifnet *, struct mbuf *);
sys/net/if_mpls.c
83
static int mpls_output(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/net/if_mpls.c
85
static int mpls_ioctl(struct ifnet *, u_long, void *);
sys/net/if_mpls.c
86
static int mpls_send_frame(struct mbuf *, struct ifnet *,
sys/net/if_mpls.h
37
struct ifnet sc_if;
sys/net/if_ppp.c
1444
struct ifnet *ifp = &sc->sc_if;
sys/net/if_ppp.c
168
static int pppsioctl(struct ifnet *, u_long, void *);
sys/net/if_ppp.c
175
static void ppp_ifstart(struct ifnet *ifp);
sys/net/if_ppp.c
1809
ppp_ifstart(struct ifnet *ifp)
sys/net/if_ppp.c
191
static int ppp_clone_destroy(struct ifnet *);
sys/net/if_ppp.c
343
ppp_clone_destroy(struct ifnet *ifp)
sys/net/if_ppp.c
764
pppsioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_ppp.c
866
pppoutput(struct ifnet *ifp, struct mbuf *m0, const struct sockaddr *dst,
sys/net/if_pppoe.c
1121
pppoe_is_my_frame(uint8_t *dhost, struct ifnet *rcvif)
sys/net/if_pppoe.c
1136
struct ifnet *rcvif;
sys/net/if_pppoe.c
1326
pppoe_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/net/if_pppoe.c
1342
struct ifnet *eth_if;
sys/net/if_pppoe.c
177
struct ifnet *sc_eth_if; /* ethernet interface we are using */
sys/net/if_pppoe.c
1830
pppoe_send_padt(struct ifnet *outgoing_if, u_int session, const uint8_t *dest)
sys/net/if_pppoe.c
1992
pppoe_start(struct ifnet *ifp)
sys/net/if_pppoe.c
2029
pppoe_transmit(struct ifnet *ifp, struct mbuf *m)
sys/net/if_pppoe.c
2067
struct ifnet *ifp = arg2;
sys/net/if_pppoe.c
211
extern int sppp_ioctl(struct ifnet *, unsigned long, void *);
sys/net/if_pppoe.c
2156
pppoe_input(struct ifnet *ifp, struct mbuf *m)
sys/net/if_pppoe.c
2163
pppoedisc_input(struct ifnet *ifp, struct mbuf *m)
sys/net/if_pppoe.c
224
static int pppoe_ioctl(struct ifnet *, unsigned long, void *);
sys/net/if_pppoe.c
227
static void pppoe_start(struct ifnet *);
sys/net/if_pppoe.c
229
static int pppoe_transmit(struct ifnet *, struct mbuf *);
sys/net/if_pppoe.c
247
static int pppoe_send_padt(struct ifnet *, u_int, const uint8_t *);
sys/net/if_pppoe.c
253
static struct pppoe_softc * pppoe_find_softc_by_session(u_int, struct ifnet *,
sys/net/if_pppoe.c
256
struct ifnet *, krw_t);
sys/net/if_pppoe.c
265
static int pppoe_clone_destroy(struct ifnet *);
sys/net/if_pppoe.c
353
struct ifnet *ifp;
sys/net/if_pppoe.c
423
pppoe_clone_destroy(struct ifnet *ifp)
sys/net/if_pppoe.c
516
pppoe_find_softc_by_session(u_int session, struct ifnet *rcvif, krw_t lock)
sys/net/if_pppoe.c
540
struct ifnet *rcvif, krw_t lock)
sys/net/if_pppoe.c
653
struct ifnet *rcvif;
sys/net/if_pppoe.h
69
void pppoe_input(struct ifnet *, struct mbuf *);
sys/net/if_pppoe.h
70
void pppoedisc_input(struct ifnet *, struct mbuf *);
sys/net/if_pppvar.h
156
int pppoutput(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/net/if_pppvar.h
89
struct ifnet sc_if; /* network-visible interface */
sys/net/if_sl.c
153
#define BUFOFFSET (128+sizeof(struct ifnet **)+SLIP_HDRLEN)
sys/net/if_sl.c
180
static int sl_clone_destroy(struct ifnet *);
sys/net/if_sl.c
199
static int slioctl(struct ifnet *, u_long, void *);
sys/net/if_sl.c
201
static int sloutput(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/net/if_sl.c
282
sl_clone_destroy(struct ifnet *ifp)
sys/net/if_sl.c
472
sloutput(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_sl.c
983
slioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_slvar.h
44
struct ifnet sc_if; /* network-visible interface */
sys/net/if_spppsubr.c
1150
sppp_attach(struct ifnet *ifp)
sys/net/if_spppsubr.c
1218
sppp_detach(struct ifnet *ifp)
sys/net/if_spppsubr.c
1262
sppp_flush(struct ifnet *ifp)
sys/net/if_spppsubr.c
1277
sppp_isempty(struct ifnet *ifp)
sys/net/if_spppsubr.c
1293
sppp_dequeue(struct ifnet *ifp)
sys/net/if_spppsubr.c
1314
sppp_abort_connect(struct ifnet *ifp)
sys/net/if_spppsubr.c
1333
sppp_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_spppsubr.c
1487
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
1662
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
2096
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
2241
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
2289
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
2350
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
2391
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
2428
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
3148
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
3210
struct ifnet *ifp;
sys/net/if_spppsubr.c
353
static int sppp_output(struct ifnet *, struct mbuf *,
sys/net/if_spppsubr.c
3926
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
4632
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
5052
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
5281
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
5564
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
5604
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
5678
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
5747
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
5801
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
618
struct ifnet *ifp = &sp->pp_if;
sys/net/if_spppsubr.c
644
sppp_input(struct ifnet *ifp, struct mbuf *m)
sys/net/if_spppsubr.c
832
sppp_output(struct ifnet *ifp, struct mbuf *m,
sys/net/if_spppvar.h
138
struct ifnet pp_if; /* network interface data */
sys/net/if_spppvar.h
221
void sppp_attach (struct ifnet *);
sys/net/if_spppvar.h
222
void sppp_detach (struct ifnet *);
sys/net/if_spppvar.h
223
void sppp_input (struct ifnet *, struct mbuf *);
sys/net/if_spppvar.h
224
int sppp_ioctl(struct ifnet *, u_long, void *);
sys/net/if_spppvar.h
225
struct mbuf *sppp_dequeue (struct ifnet *);
sys/net/if_spppvar.h
226
int sppp_isempty (struct ifnet *);
sys/net/if_spppvar.h
227
void sppp_flush (struct ifnet *);
sys/net/if_spppvar.h
228
void sppp_abort_connect(struct ifnet *);
sys/net/if_spppvar.h
244
sppp_is_connecting(struct ifnet *ifp)
sys/net/if_spppvar.h
264
sppp_ondemand_enabled(struct ifnet *ifp)
sys/net/if_srt.c
176
srt_if_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_srt.c
212
struct ifnet *ifp,
sys/net/if_srt.c
305
srt_clone_destroy(struct ifnet *ifp)
sys/net/if_srt.c
430
struct ifnet *ifp;
sys/net/if_srt.c
50
struct ifnet intf; /* XXX interface botch */
sys/net/if_srt.h
21
struct ifnet *dstifp;
sys/net/if_stf.c
130
struct ifnet sc_if; /* common area */
sys/net/if_stf.c
139
static int stf_clone_destroy(struct ifnet *);
sys/net/if_stf.c
157
static struct in6_ifaddr *stf_getsrcifa6(struct ifnet *);
sys/net/if_stf.c
158
static int stf_output(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/net/if_stf.c
162
struct ifnet *);
sys/net/if_stf.c
164
struct ifnet *);
sys/net/if_stf.c
166
static int stf_ioctl(struct ifnet *, u_long, void *);
sys/net/if_stf.c
246
stf_clone_destroy(struct ifnet *ifp)
sys/net/if_stf.c
321
stf_getsrcifa6(struct ifnet *ifp)
sys/net/if_stf.c
352
stf_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_stf.c
476
struct ifnet *inifp /*incoming interface*/)
sys/net/if_stf.c
546
struct ifnet *inifp /*incoming interface*/)
sys/net/if_stf.c
589
struct ifnet *ifp;
sys/net/if_stf.c
683
stf_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_tap.c
1042
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/net/if_tap.c
1088
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/net/if_tap.c
1122
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/net/if_tap.c
1210
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/net/if_tap.c
1327
struct ifnet *ifp;
sys/net/if_tap.c
189
static void tap_start(struct ifnet *);
sys/net/if_tap.c
190
static void tap_stop(struct ifnet *, int);
sys/net/if_tap.c
191
static int tap_init(struct ifnet *);
sys/net/if_tap.c
192
static int tap_ioctl(struct ifnet *, u_long, void *);
sys/net/if_tap.c
195
static int tap_lifaddr(struct ifnet *, u_long, struct ifaliasreq *);
sys/net/if_tap.c
205
static int tap_clone_destroy(struct ifnet *);
sys/net/if_tap.c
290
struct ifnet *ifp;
sys/net/if_tap.c
379
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/net/if_tap.c
439
tap_start(struct ifnet *ifp)
sys/net/if_tap.c
475
struct ifnet *ifp;
sys/net/if_tap.c
502
tap_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_tap.c
529
tap_lifaddr(struct ifnet *ifp, u_long cmd, struct ifaliasreq *ifra)
sys/net/if_tap.c
547
tap_init(struct ifnet *ifp)
sys/net/if_tap.c
565
tap_stop(struct ifnet *ifp, int disable)
sys/net/if_tap.c
629
tap_clone_destroy(struct ifnet *ifp)
sys/net/if_tap.c
792
struct ifnet *ifp;
sys/net/if_tap.c
847
struct ifnet *ifp;
sys/net/if_tap.c
962
struct ifnet *ifp;
sys/net/if_tun.c
1005
tunstart(struct ifnet *ifp)
sys/net/if_tun.c
1032
struct ifnet *ifp;
sys/net/if_tun.c
1077
struct ifnet *ifp = &tp->tun_if;
sys/net/if_tun.c
249
memset(&tp->tun_if, 0, sizeof(struct ifnet)); /* XXX ??? */
sys/net/if_tun.c
285
struct ifnet *ifp;
sys/net/if_tun.c
307
tun_clone_destroy(struct ifnet *ifp)
sys/net/if_tun.c
349
struct ifnet *ifp;
sys/net/if_tun.c
392
struct ifnet *ifp;
sys/net/if_tun.c
446
struct ifnet *ifp = &tp->tun_if;
sys/net/if_tun.c
498
tun_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_tun.c
554
tun_output(struct ifnet *ifp, struct mbuf *m0, const struct sockaddr *dst,
sys/net/if_tun.c
73
static int tun_ioctl(struct ifnet *, u_long, void *);
sys/net/if_tun.c
74
static int tun_output(struct ifnet *, struct mbuf *,
sys/net/if_tun.c
77
static int tun_clone_destroy(struct ifnet *);
sys/net/if_tun.c
789
struct ifnet *ifp;
sys/net/if_tun.c
855
struct ifnet *ifp;
sys/net/if_tun.c
87
static void tunstart(struct ifnet *);
sys/net/if_tun.h
36
struct ifnet tun_if; /* the interface */
sys/net/if_vether.c
110
vether_clone_destroy(struct ifnet *ifp)
sys/net/if_vether.c
121
vether_init(struct ifnet *ifp)
sys/net/if_vether.c
130
vether_mediachange(struct ifnet *ifp)
sys/net/if_vether.c
145
vether_mediastatus(struct ifnet *ifp, struct ifmediareq *imr)
sys/net/if_vether.c
161
vether_start(struct ifnet *ifp)
sys/net/if_vether.c
176
vether_stop(struct ifnet *ifp, __unused int disable)
sys/net/if_vether.c
183
vether_ioctl(struct ifnet *ifp, unsigned long cmd, void *data)
sys/net/if_vether.c
34
static int vether_ioctl(struct ifnet *, u_long, void *);
sys/net/if_vether.c
35
static int vether_mediachange(struct ifnet *);
sys/net/if_vether.c
36
static void vether_mediastatus(struct ifnet *, struct ifmediareq *);
sys/net/if_vether.c
37
static void vether_start(struct ifnet *);
sys/net/if_vether.c
39
static int vether_clone_destroy(struct ifnet *);
sys/net/if_vether.c
41
static void vether_stop(struct ifnet *, int);
sys/net/if_vether.c
42
static int vether_init(struct ifnet *);
sys/net/if_vether.c
62
struct ifnet *ifp;
sys/net/if_vlan.c
1227
vlan_start(struct ifnet *ifp)
sys/net/if_vlan.c
1230
struct ifnet *p;
sys/net/if_vlan.c
1342
vlan_transmit(struct ifnet *ifp, struct mbuf *m)
sys/net/if_vlan.c
1345
struct ifnet *p;
sys/net/if_vlan.c
1450
vlan_input(struct ifnet *ifp, struct mbuf *m)
sys/net/if_vlan.c
146
struct ifnet *ifvm_p; /* parent interface of this vlan */
sys/net/if_vlan.c
1520
struct ifnet *ifp, *p;
sys/net/if_vlan.c
204
static int vlan_clone_destroy(struct ifnet *);
sys/net/if_vlan.c
205
static int vlan_config(struct ifvlan *, struct ifnet *, uint16_t);
sys/net/if_vlan.c
206
static int vlan_ioctl(struct ifnet *, u_long, void *);
sys/net/if_vlan.c
207
static void vlan_start(struct ifnet *);
sys/net/if_vlan.c
208
static int vlan_transmit(struct ifnet *, struct mbuf *);
sys/net/if_vlan.c
211
static void vlan_unconfig(struct ifnet *);
sys/net/if_vlan.c
221
vlan_lookup_tag_psref(struct ifnet *, uint16_t,
sys/net/if_vlan.c
245
vlan_safe_ifpromisc(struct ifnet *ifp, int pswitch)
sys/net/if_vlan.c
257
vlan_safe_ifpromisc_locked(struct ifnet *ifp, int pswitch)
sys/net/if_vlan.c
314
vlan_reset_linkname(struct ifnet *ifp)
sys/net/if_vlan.c
334
struct ifnet *ifp;
sys/net/if_vlan.c
380
vlan_clone_destroy(struct ifnet *ifp)
sys/net/if_vlan.c
404
vlan_config(struct ifvlan *ifv, struct ifnet *p, uint16_t tag)
sys/net/if_vlan.c
406
struct ifnet *ifp = &ifv->ifv_if;
sys/net/if_vlan.c
561
vlan_unconfig(struct ifnet *ifp)
sys/net/if_vlan.c
581
struct ifnet *p;
sys/net/if_vlan.c
582
struct ifnet *ifp = &ifv->ifv_if;
sys/net/if_vlan.c
755
vlan_lookup_tag_psref(struct ifnet *ifp, uint16_t tag, struct psref *psref)
sys/net/if_vlan.c
802
struct ifnet *ifp;
sys/net/if_vlan.c
804
ifp = (struct ifnet *)xifp;
sys/net/if_vlan.c
813
vlan_set_promisc(struct ifnet *ifp)
sys/net/if_vlan.c
848
vlan_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_vlan.c
854
struct ifnet *pr;
sys/net/if_vlanvar.h
84
struct mbuf * vlan_input(struct ifnet *, struct mbuf *);
sys/net/if_wg.c
4276
struct ifnet *ifp = &wg->wg_if;
sys/net/if_wg.c
4382
wg_clone_destroy(struct ifnet *ifp)
sys/net/if_wg.c
4484
wg_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst,
sys/net/if_wg.c
4744
wg_input(struct ifnet *ifp, struct mbuf *m, const int af)
sys/net/if_wg.c
5360
wg_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/if_wg.c
5500
wg_init(struct ifnet *ifp)
sys/net/if_wg.c
5511
wg_start(struct ifnet *ifp)
sys/net/if_wg.c
5533
wg_stop(struct ifnet *ifp, int disable)
sys/net/if_wg.c
5602
struct ifnet *ifp = &wg->wg_if;
sys/net/if_wg.c
5713
wg_input_user(struct ifnet *ifp, struct mbuf *m, const int af)
sys/net/if_wg.c
5793
struct ifnet *ifp = &wg->wg_if;
sys/net/if_wg.c
684
struct ifnet wg_if;
sys/net/if_wg.c
792
static int wg_output(struct ifnet *, struct mbuf *,
sys/net/if_wg.c
794
static void wg_input(struct ifnet *, struct mbuf *, const int);
sys/net/if_wg.c
795
static int wg_ioctl(struct ifnet *, u_long, void *);
sys/net/if_wg.c
797
static int wg_init(struct ifnet *);
sys/net/if_wg.c
799
static void wg_start(struct ifnet *);
sys/net/if_wg.c
801
static void wg_stop(struct ifnet *, int);
sys/net/if_wg.c
809
static int wg_clone_destroy(struct ifnet *);
sys/net/if_wg.c
816
void (*input)(struct ifnet *, struct mbuf *, const int);
sys/net/if_wg.c
836
static void wg_input_user(struct ifnet *, struct mbuf *, const int);
sys/net/lagg/if_lagg.c
1008
lagg_tx_common(struct ifnet *ifp, struct mbuf *m)
sys/net/lagg/if_lagg.c
1039
lagg_transmit(struct ifnet *ifp, struct mbuf *m)
sys/net/lagg/if_lagg.c
1046
lagg_start(struct ifnet *ifp)
sys/net/lagg/if_lagg.c
1062
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
1121
lagg_input_ethernet(struct ifnet *ifp_port, struct mbuf *m)
sys/net/lagg/if_lagg.c
1123
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
1205
lagg_media_change(struct ifnet *ifp)
sys/net/lagg/if_lagg.c
1215
lagg_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/net/lagg/if_lagg.c
1270
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
1286
struct ifnet *ifp_port;
sys/net/lagg/if_lagg.c
1309
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
1315
ifp = (struct ifnet *)ec;
sys/net/lagg/if_lagg.c
135
static int lagg_chg_sadl(struct ifnet *, const uint8_t *, size_t);
sys/net/lagg/if_lagg.c
136
static void lagg_input_ethernet(struct ifnet *, struct mbuf *);
sys/net/lagg/if_lagg.c
138
static int lagg_clone_destroy(struct ifnet *);
sys/net/lagg/if_lagg.c
139
static int lagg_init(struct ifnet *);
sys/net/lagg/if_lagg.c
141
static void lagg_stop(struct ifnet *, int);
sys/net/lagg/if_lagg.c
143
static int lagg_ioctl(struct ifnet *, u_long, void *);
sys/net/lagg/if_lagg.c
144
static int lagg_transmit(struct ifnet *, struct mbuf *);
sys/net/lagg/if_lagg.c
145
static void lagg_start(struct ifnet *);
sys/net/lagg/if_lagg.c
146
static int lagg_media_change(struct ifnet *);
sys/net/lagg/if_lagg.c
147
static void lagg_media_status(struct ifnet *, struct ifmediareq *);
sys/net/lagg/if_lagg.c
175
static int lagg_addport(struct lagg_softc *, struct ifnet *);
sys/net/lagg/if_lagg.c
176
static int lagg_delport(struct lagg_softc *, struct ifnet *);
sys/net/lagg/if_lagg.c
178
static int lagg_port_ioctl(struct ifnet *, u_long, void *);
sys/net/lagg/if_lagg.c
179
static int lagg_port_output(struct ifnet *, struct mbuf *,
sys/net/lagg/if_lagg.c
1813
struct ifnet *ifp_port;
sys/net/lagg/if_lagg.c
1898
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
1901
ifp = (struct ifnet *)&sc->sc_if;
sys/net/lagg/if_lagg.c
191
struct ifnet *);
sys/net/lagg/if_lagg.c
1969
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
2106
lagg_setmtu(struct ifnet *ifp, uint64_t mtu)
sys/net/lagg/if_lagg.c
2141
struct ifnet *ifp_port;
sys/net/lagg/if_lagg.c
2184
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
2206
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
2228
struct lagg_port *lp, struct ifnet *ifp_port)
sys/net/lagg/if_lagg.c
2230
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
240
s += sizeof(struct ifnet);
sys/net/lagg/if_lagg.c
2410
struct ifnet *ifp, *ifp_port;
sys/net/lagg/if_lagg.c
2520
lagg_addport(struct lagg_softc *sc, struct ifnet *ifp_port)
sys/net/lagg/if_lagg.c
2539
lagg_delport(struct lagg_softc *sc, struct ifnet *ifp_port)
sys/net/lagg/if_lagg.c
257
lagg_in6_ifattach(struct ifnet *ifp)
sys/net/lagg/if_lagg.c
2600
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
2647
struct ifnet *ifp, *ifp_port;
sys/net/lagg/if_lagg.c
2684
struct ifnet *ifp_port;
sys/net/lagg/if_lagg.c
2707
lagg_port_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/lagg/if_lagg.c
271
lagg_in6_ifdetach(struct ifnet *ifp)
sys/net/lagg/if_lagg.c
2753
lagg_port_output(struct ifnet *ifp, struct mbuf *m,
sys/net/lagg/if_lagg.c
2778
struct ifnet *ifp_port = xifp_port;
sys/net/lagg/if_lagg.c
2824
struct ifnet *ifp = xifp;
sys/net/lagg/if_lagg.c
285
struct ifnet *ifp_port;
sys/net/lagg/if_lagg.c
2918
lagg_chg_sadl(struct ifnet *ifp, const uint8_t *lla, size_t lla_len)
sys/net/lagg/if_lagg.c
367
struct ifnet *ifp;
sys/net/lagg/if_lagg.c
449
lagg_clone_destroy(struct ifnet *ifp)
sys/net/lagg/if_lagg.c
488
lagg_init(struct ifnet *ifp)
sys/net/lagg/if_lagg.c
504
struct ifnet *ifp = &sc->sc_if;
sys/net/lagg/if_lagg.c
524
lagg_stop(struct ifnet *ifp, int disable __unused)
sys/net/lagg/if_lagg.c
537
struct ifnet *ifp = &sc->sc_if;
sys/net/lagg/if_lagg.c
552
struct ifnet *ifp_port;
sys/net/lagg/if_lagg.c
649
lagg_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/net/lagg/if_lagg_lacp.c
1092
struct ifnet *ifp_port;
sys/net/lagg/if_lagg_lacp.c
1241
struct ifnet *ifp;
sys/net/lagg/if_lagg_lacp.c
1289
struct ifnet *ifp;
sys/net/lagg/if_lagg_lacp.c
1383
struct ifnet *ifp_port;
sys/net/lagg/if_lagg_lacp.c
2240
struct ifnet *ifp;
sys/net/lagg/if_lagg_lacp.c
2602
struct ifnet *ifp_port;
sys/net/lagg/if_lagg_lacp.c
636
struct ifnet *ifp;
sys/net/lagg/if_lagg_lacp.c
860
struct ifnet *ifp_port;
sys/net/lagg/if_laggproto.c
352
struct ifnet *ifp;
sys/net/lagg/if_laggproto.c
391
struct ifnet *ifp, *ifp_port;
sys/net/lagg/if_laggproto.c
477
struct ifnet *ifp;
sys/net/lagg/if_laggproto.c
500
struct ifnet *ifp;
sys/net/lagg/if_laggproto.c
697
struct ifnet *ifp;
sys/net/lagg/if_laggproto.h
181
struct ifnet sc_if;
sys/net/lagg/if_laggproto.h
255
struct ifnet *ifp;
sys/net/lagg/if_laggproto.h
67
struct ifnet *lp_ifp; /* physical interface */
sys/net/lagg/if_laggproto.h
84
int (*lp_ioctl)(struct ifnet *, u_long, void *);
sys/net/lagg/if_laggproto.h
85
void (*lp_input)(struct ifnet *, struct mbuf *);
sys/net/lagg/if_laggproto.h
86
int (*lp_output)(struct ifnet *, struct mbuf *,
sys/net/link_proto.c
132
struct ifnet *ifp)
sys/net/link_proto.c
342
link_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/net/link_proto.c
408
link_purgeif(struct socket *so, struct ifnet *ifp)
sys/net/link_proto.c
61
static int link_ioctl(struct socket *, u_long, void *, struct ifnet *);
sys/net/link_proto.c
70
static int link_purgeif(struct socket *, struct ifnet *);
sys/net/nd.c
254
struct ifnet *ifp;
sys/net/nd.c
314
struct ifnet *ifp;
sys/net/nd.c
54
struct ifnet *ifp = NULL;
sys/net/nd.h
82
bool (*nd_nud_enabled)(struct ifnet *);
sys/net/nd.h
83
unsigned int (*nd_reachable)(struct ifnet *); /* msec */
sys/net/nd.h
84
unsigned int (*nd_retrans)(struct ifnet *); /* msec */
sys/net/nd.h
86
void (*nd_output)(struct ifnet *, const union l3addr *,
sys/net/nd.h
88
void (*nd_missed)(struct ifnet *, const union l3addr *,
sys/net/npf/npf_ext_route.c
109
npf_chcksum(struct ifnet *ifp1, struct mbuf *m0, struct ip *ip1, int *sw_csum)
sys/net/npf/npf_ext_route.c
114
struct ifnet *ifp = ifp1;
sys/net/npf/npf_ext_route.c
157
npf_fragment(npf_t *npf, struct ifnet *ifp, struct ip *ip1,
sys/net/npf/npf_ext_route.c
238
npf_validate_saddr(npf_t * npf, struct ip *ip, struct ifnet* ifp)
sys/net/npf/npf_ext_route.c
276
npf_validate_s6addr(struct mbuf *m0, struct ifnet *ifp1, int *sw_csum)
sys/net/npf/npf_ext_route.c
280
struct ifnet *ifp = ifp1;
sys/net/npf/npf_ext_route.c
315
struct ifnet *ifp;
sys/net/npf/npf_sendpkt.c
75
const struct ifnet *rcvif = npc->npc_nbuf->nb_ifp;
sys/net/npf/npfkern.h
36
struct ifnet;
sys/net/npf/npfkern.h
46
const char * (*getname)(npf_t *, struct ifnet *);
sys/net/npf/npfkern.h
47
struct ifnet * (*lookup)(npf_t *, const char *);
sys/net/npf/npfkern.h
49
void * (*getmeta)(npf_t *, const struct ifnet *);
sys/net/npf/npfkern.h
50
void (*setmeta)(npf_t *, struct ifnet *, void *);
sys/net/npf/npfkern.h
79
int npfk_packet_handler(npf_t *, struct mbuf **, struct ifnet *, int);
sys/net/npf/npfkern.h
80
int npfk_layer2_handler(npf_t *, struct mbuf **, struct ifnet *, int);
sys/net/npf/npfkern.h
82
void npfk_ifmap_attach(npf_t *, struct ifnet *);
sys/net/npf/npfkern.h
83
void npfk_ifmap_detach(npf_t *, struct ifnet *);
sys/net/pfil.c
482
pfil_run_ifhooks(pfil_head_t *ph, u_long cmd, struct ifnet *ifp)
sys/net/pfil.h
35
struct ifnet;
sys/net/pfil.h
42
typedef int (*pfil_func_t)(void *, struct mbuf **, struct ifnet *, int);
sys/net/pfil.h
63
int pfil_run_hooks(pfil_head_t *, struct mbuf **, struct ifnet *, int);
sys/net/pfil.h
65
void pfil_run_ifhooks(pfil_head_t *, unsigned long, struct ifnet *);
sys/net/route.c
1071
static struct ifnet *
sys/net/route.c
1155
struct ifnet *ifp = NULL;
sys/net/route.c
1372
struct ifnet **ifp, struct psref *psref_ifp, struct psref *psref)
sys/net/route.c
1435
struct ifnet *ifp = NULL, *new_ifp = NULL;
sys/net/route.c
2291
rt_check_reject_route(const struct rtentry *rt, const struct ifnet *ifp)
sys/net/route.c
2422
rt_unhandled(const char *func, const struct ifnet *ifp,
sys/net/route.c
289
static struct ifnet *rt_getifp(struct rt_addrinfo *, struct psref *);
sys/net/route.h
116
struct ifnet *rt_ifp; /* the answer: interface to use */
sys/net/route.h
150
struct ifnet *rt_ifp; /* the answer: interface to use */
sys/net/route.h
338
struct ifnet *rti_ifp;
sys/net/route.h
464
int rt_check_reject_route(const struct rtentry *, const struct ifnet *);
sys/net/route.h
544
void rt_ieee80211msg(struct ifnet *, int, void *, size_t);
sys/net/route.h
545
void rt_ifannouncemsg(struct ifnet *, int);
sys/net/route.h
546
void rt_ifmsg(struct ifnet *);
sys/net/route.h
558
const uint8_t *, const struct ifnet *);
sys/net/route.h
584
void rt_unhandled(const char *, const struct ifnet *,
sys/net/rtsock.c
149
const uint8_t *lladdr, const struct ifnet *ifp)
sys/net/rtsock.c
234
sysctl_iflist_if(struct ifnet *ifp, struct rt_walkarg *w,
sys/net/rtsock.c
277
struct ifnet *ifp;
sys/net/rtsock_shared.c
1429
COMPATNAME(rt_ifmsg)(struct ifnet *ifp)
sys/net/rtsock_shared.c
1469
struct ifnet *ifp;
sys/net/rtsock_shared.c
1590
rt_makeifannouncemsg(struct ifnet *ifp, int type, int what,
sys/net/rtsock_shared.c
1608
COMPATNAME(rt_ifannouncemsg)(struct ifnet *ifp, int what)
sys/net/rtsock_shared.c
1628
COMPATNAME(rt_ieee80211msg)(struct ifnet *ifp, int what, void *data,
sys/net/rtsock_shared.c
163
static struct mbuf *rt_makeifannouncemsg(struct ifnet *, int, int,
sys/net/rtsock_shared.c
434
struct ifnet * ifp)
sys/net/rtsock_shared.c
524
COMPATNAME(route_purgeif)(struct socket *so, struct ifnet *ifp)
sys/net/rtsock_shared.c
554
route_get_sdl(const struct ifnet *ifp, const struct sockaddr *dst,
sys/net/rtsock_shared.c
597
const struct ifnet *ifp = rt->rt_ifp;
sys/net80211/ieee80211.c
148
ieee80211_default_reset(struct ifnet *ifp)
sys/net80211/ieee80211.c
156
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211.c
180
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211.c
280
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211.c
382
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211.c
496
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211.c
550
ieee80211_find_instance(struct ifnet *ifp)
sys/net80211/ieee80211.c
568
ieee80211_media_change(struct ifnet *ifp)
sys/net80211/ieee80211.c
743
ieee80211_media_status(struct ifnet *ifp, struct ifmediareq *imr)
sys/net80211/ieee80211_input.c
160
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_input.c
389
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_input.c
515
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_input.c
865
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_ioctl.c
1324
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_ioctl.c
207
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_ioctl.c
2507
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_ioctl.c
2562
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_ioctl.c
506
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_netbsd.c
534
if_printf(struct ifnet *ifp, const char *fmt, ...)
sys/net80211/ieee80211_netbsd.c
602
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_netbsd.c
627
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_netbsd.c
648
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_netbsd.c
662
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_netbsd.c
690
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_netbsd.h
240
void if_printf(struct ifnet *, const char *, ...);
sys/net80211/ieee80211_netbsd.h
40
void if_printf(struct ifnet *, const char *, ...)
sys/net80211/ieee80211_node.c
394
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_output.c
170
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_output.c
1833
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_output.c
241
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_proto.c
117
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_proto.c
918
struct ifnet *ifp = ic->ic_ifp;
sys/net80211/ieee80211_var.h
106
int (*ic_reset)(struct ifnet *);
sys/net80211/ieee80211_var.h
115
void (*ic_updateslot)(struct ifnet *);
sys/net80211/ieee80211_var.h
303
int ieee80211_media_change(struct ifnet *);
sys/net80211/ieee80211_var.h
304
void ieee80211_media_status(struct ifnet *, struct ifmediareq *);
sys/net80211/ieee80211_var.h
98
struct ifnet *ic_ifp; /* associated device */
sys/netatalk/aarp.c
136
at_ifawithnet(const struct sockaddr_at *sat, struct ifnet *ifp)
sys/netatalk/aarp.c
161
aarpwhohas(struct ifnet *ifp, const struct sockaddr_at *sat)
sys/netatalk/aarp.c
251
aarpresolve(struct ifnet *ifp, struct mbuf *m,
sys/netatalk/aarp.c
310
aarpinput(struct ifnet *ifp, struct mbuf *m)
sys/netatalk/aarp.c
341
at_aarpinput(struct ifnet *ifp, struct mbuf *m)
sys/netatalk/aarp.c
583
struct ifnet *ifp = arp;
sys/netatalk/aarp.c
61
static void at_aarpinput(struct ifnet *, struct mbuf *);
sys/netatalk/aarp.c
63
static void aarpwhohas(struct ifnet *, const struct sockaddr_at *);
sys/netatalk/at_control.c
328
struct ifnet *ifp = ifa->ifa_ifp;
sys/netatalk/at_control.c
346
at_purgeif(struct ifnet *ifp)
sys/netatalk/at_control.c
357
at_scrub(struct ifnet *ifp, struct at_ifaddr *aa)
sys/netatalk/at_control.c
383
at_ifinit(struct ifnet *ifp, struct at_ifaddr *aa, const struct sockaddr_at *sat)
sys/netatalk/at_control.c
64
static int at_scrub(struct ifnet * ifp, struct at_ifaddr * aa);
sys/netatalk/at_control.c
65
static int at_ifinit(struct ifnet *, struct at_ifaddr *,
sys/netatalk/at_control.c
77
at_control(u_long cmd, void *data, struct ifnet *ifp)
sys/netatalk/at_control.c
830
struct ifnet *ifp;
sys/netatalk/at_extern.h
32
struct ifnet;
sys/netatalk/at_extern.h
50
int aarpresolve(struct ifnet *, struct mbuf *, const struct sockaddr_at *,
sys/netatalk/at_extern.h
52
void aarpinput(struct ifnet *, struct mbuf *);
sys/netatalk/at_extern.h
54
int at_control(u_long, void *, struct ifnet *);
sys/netatalk/at_extern.h
57
void at_purgeif(struct ifnet *);
sys/netatalk/at_extern.h
62
at_ifawithnet(const struct sockaddr_at *, struct ifnet *);
sys/netatalk/ddp_input.c
130
ddp_input(struct mbuf *m, struct ifnet *ifp, struct elaphdr *elh, int phase)
sys/netatalk/ddp_input.c
55
void ddp_input(struct mbuf *, struct ifnet *, struct elaphdr *, int);
sys/netatalk/ddp_input.c
58
at_ifaddr_for_ifp(struct ifnet * const ifp, int phase_flag)
sys/netatalk/ddp_input.c
78
struct ifnet *ifp;
sys/netatalk/ddp_input.c
99
struct ifnet *ifp;
sys/netatalk/ddp_output.c
123
struct ifnet *ifp = NULL;
sys/netatalk/ddp_usrreq.c
190
struct ifnet *ifp;
sys/netatalk/ddp_usrreq.c
440
ddp_ioctl(struct socket *so, u_long cmd, void *addr, struct ifnet *ifp)
sys/netatalk/ddp_usrreq.c
536
ddp_purgeif(struct socket *so, struct ifnet *ifp)
sys/netbt/hci_socket.c
524
hci_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netbt/hci_socket.c
700
hci_purgeif(struct socket *so, struct ifnet *ifp)
sys/netbt/l2cap_socket.c
240
l2cap_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netbt/l2cap_socket.c
346
l2cap_purgeif(struct socket *so, struct ifnet *ifp)
sys/netbt/rfcomm_socket.c
250
rfcomm_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netbt/rfcomm_socket.c
352
rfcomm_purgeif(struct socket *so, struct ifnet *ifp)
sys/netbt/sco_socket.c
233
sco_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netbt/sco_socket.c
338
sco_purgeif(struct socket *so, struct ifnet *ifp)
sys/netcan/can.c
104
can_get_netlink(struct ifnet *ifp, struct ifdrv *ifd)
sys/netcan/can.c
129
can_set_netlink(struct ifnet *ifp, struct ifdrv *ifd)
sys/netcan/can.c
176
can_control(struct socket *so, u_long cmd, void *data, struct ifnet *ifp)
sys/netcan/can.c
199
can_purgeif(struct socket *so, struct ifnet *ifp)
sys/netcan/can.c
205
can_ifattach(struct ifnet *ifp)
sys/netcan/can.c
220
can_ifdetach(struct ifnet *ifp)
sys/netcan/can.c
236
struct ifnet *ifp;
sys/netcan/can.c
294
can_input(struct ifnet *ifp, struct mbuf *m)
sys/netcan/can.c
410
can_bpf_mtap(struct ifnet *ifp, struct mbuf *m, bool do_softint)
sys/netcan/can.c
556
can_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netcan/can.c
687
(struct ifnet *)control));
sys/netcan/can.c
691
can_pcbpurgeif0(&udbtable, (struct ifnet *)control);
sys/netcan/can.c
692
can_purgeif((struct ifnet *)control);
sys/netcan/can.c
693
can_pcbpurgeif(&udbtable, (struct ifnet *)control);
sys/netcan/can.c
87
static int can_control(struct socket *, u_long, void *, struct ifnet *);
sys/netcan/can_pcb.c
333
can_pcbpurgeif0(struct canpcbtable *table, struct ifnet *ifp)
sys/netcan/can_pcb.c
342
can_pcbpurgeif(struct canpcbtable *table, struct ifnet *ifp)
sys/netcan/can_pcb.h
101
void can_pcbpurgeif0(struct canpcbtable *, struct ifnet *);
sys/netcan/can_pcb.h
102
void can_pcbpurgeif(struct canpcbtable *, struct ifnet *);
sys/netcan/can_pcb.h
55
struct ifnet *canp_ifp; /* interface this socket is bound to */
sys/netcan/can_var.h
61
void can_ifattach(struct ifnet *);
sys/netcan/can_var.h
62
void can_ifdetach(struct ifnet *);
sys/netcan/can_var.h
65
void can_input(struct ifnet *, struct mbuf *);
sys/netcan/can_var.h
69
void can_bpf_mtap(struct ifnet *, struct mbuf *, bool);
sys/netcan/if_canloop.c
108
struct ifnet *ifp;
sys/netcan/if_canloop.c
135
canloop_clone_destroy(struct ifnet *ifp)
sys/netcan/if_canloop.c
154
canloop_ifstart(struct ifnet *ifp)
sys/netcan/if_canloop.c
192
canloop_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/netcan/if_canloop.c
69
static int canloop_clone_destroy(struct ifnet *);
sys/netcan/if_canloop.c
70
static int canloop_ioctl(struct ifnet *, u_long, void *);
sys/netcan/if_canloop.c
71
static void canloop_ifstart(struct ifnet *);
sys/netinet/dccp_usrreq.c
2652
dccp_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netinet/dccp_usrreq.c
2731
dccp_purgeif(struct socket *so, struct ifnet *ifp)
sys/netinet/icmp6.h
657
void icmp6_error2(struct mbuf *, int, int, int, struct ifnet *,
sys/netinet/if_arp.c
1136
struct ifnet *_rcvif = m_get_rcvif(m, &s);
sys/netinet/if_arp.c
1219
arplookup(struct ifnet *ifp, const struct in_addr *addr,
sys/netinet/if_arp.c
1240
arpcreate(struct ifnet *ifp, const struct in_addr *addr,
sys/netinet/if_arp.c
1280
arp_ifinit(struct ifnet *ifp, struct ifaddr *ifa)
sys/netinet/if_arp.c
1305
arp_nud_enabled(__unused struct ifnet *ifp)
sys/netinet/if_arp.c
1312
arp_llinfo_reachable(__unused struct ifnet *ifp)
sys/netinet/if_arp.c
1319
arp_llinfo_retrans(__unused struct ifnet *ifp)
sys/netinet/if_arp.c
1352
arp_llinfo_output(struct ifnet *ifp, __unused const union l3addr *daddr,
sys/netinet/if_arp.c
1398
arp_llinfo_missed(struct ifnet *ifp, const union l3addr *taddr,
sys/netinet/if_arp.c
141
static bool arp_nud_enabled(struct ifnet *);
sys/netinet/if_arp.c
142
static unsigned int arp_llinfo_reachable(struct ifnet *);
sys/netinet/if_arp.c
1428
struct ifnet *ifp;
sys/netinet/if_arp.c
143
static unsigned int arp_llinfo_retrans(struct ifnet *);
sys/netinet/if_arp.c
145
static void arp_llinfo_output(struct ifnet *, const union l3addr *,
sys/netinet/if_arp.c
1467
struct ifnet *ifp;
sys/netinet/if_arp.c
147
static void arp_llinfo_missed(struct ifnet *, const union l3addr *,
sys/netinet/if_arp.c
1548
struct ifnet *ifp = ifa->ifa_ifp;
sys/netinet/if_arp.c
1763
struct ifnet *ifp = ifa->ifa_ifp;
sys/netinet/if_arp.c
180
static void arprequest(struct ifnet *,
sys/netinet/if_arp.c
186
static struct llentry *arpcreate(struct ifnet *,
sys/netinet/if_arp.c
1866
struct ifnet *rcvif;
sys/netinet/if_arp.c
190
static void revarprequest(struct ifnet *);
sys/netinet/if_arp.c
1929
revarprequest(struct ifnet *ifp)
sys/netinet/if_arp.c
1971
revarpwhoarewe(struct ifnet *ifp, struct in_addr *serv_in,
sys/netinet/if_arp.c
217
static struct ifnet *myip_ifp = NULL;
sys/netinet/if_arp.c
310
const struct ifnet *ifp = rt->rt_ifp;
sys/netinet/if_arp.c
349
struct ifnet *ifp = rt->rt_ifp;
sys/netinet/if_arp.c
512
arprequest(struct ifnet *ifp,
sys/netinet/if_arp.c
572
arpannounce(struct ifnet *ifp, struct ifaddr *ifa, const uint8_t *enaddr)
sys/netinet/if_arp.c
603
arpresolve(struct ifnet *ifp, const struct rtentry *rt, struct mbuf *m,
sys/netinet/if_arp.c
686
struct ifnet *rcvif;
sys/netinet/if_arp.c
770
struct ifnet *ifp, *rcvif = NULL;
sys/netinet/if_inarp.h
75
void arp_ifinit(struct ifnet *, struct ifaddr *);
sys/netinet/if_inarp.h
77
int arpresolve(struct ifnet *, const struct rtentry *, struct mbuf *,
sys/netinet/if_inarp.h
80
void arpannounce(struct ifnet *, struct ifaddr *, const uint8_t *);
sys/netinet/if_inarp.h
81
struct llentry *arplookup(struct ifnet *,
sys/netinet/if_inarp.h
85
void arpwhohas(struct ifnet *, struct in_addr *);
sys/netinet/if_inarp.h
89
int revarpwhoarewe(struct ifnet *, struct in_addr *, struct in_addr *);
sys/netinet/igmp.c
96
static router_info_t * rti_find(struct ifnet *);
sys/netinet/igmp.c
97
static void rti_delete(struct ifnet *);
sys/netinet/igmp_var.h
114
void igmp_purgeif(struct ifnet *);
sys/netinet/in.c
1150
in_ifinit(struct ifnet *ifp, struct in_ifaddr *ia,
sys/netinet/in.c
1481
in_broadcast(struct in_addr in, struct ifnet *ifp)
sys/netinet/in.c
149
struct ifnet *);
sys/netinet/in.c
1525
in_if_link_up(struct ifnet *ifp)
sys/netinet/in.c
1572
in_if_up(struct ifnet *ifp)
sys/netinet/in.c
1583
in_if_link_down(struct ifnet *ifp)
sys/netinet/in.c
1623
in_if_down(struct ifnet *ifp)
sys/netinet/in.c
1633
in_if_link_state_change(struct ifnet *ifp, int link_state)
sys/netinet/in.c
1924
struct ifnet *ifp;
sys/netinet/in.c
2081
in_lltable_rtcheck(struct ifnet *ifp, u_int flags, const struct sockaddr *l3addr,
sys/netinet/in.c
2195
struct ifnet *ifp __diagused = llt->llt_ifp;
sys/netinet/in.c
2232
struct ifnet *ifp = llt->llt_ifp;
sys/netinet/in.c
2323
struct ifnet *ifp;
sys/netinet/in.c
2438
in_lltattach(struct ifnet *ifp, struct in_ifinfo *ii)
sys/netinet/in.c
2468
in_domifattach(struct ifnet *ifp)
sys/netinet/in.c
2487
in_domifdetach(struct ifnet *ifp, void *aux)
sys/netinet/in.c
263
in_direct(struct in_addr in, struct ifnet *ifp)
sys/netinet/in.c
344
struct ifnet *ifp;
sys/netinet/in.c
402
in_control0(struct socket *so, u_long cmd, void *data, struct ifnet *ifp)
sys/netinet/in.c
774
in_control(struct socket *so, u_long cmd, void *data, struct ifnet *ifp)
sys/netinet/in.c
882
struct ifnet *ifp = ifa->ifa_ifp;
sys/netinet/in.c
947
in_purgeif(struct ifnet *ifp) /* MUST be called at splsoftnet() */
sys/netinet/in.c
977
struct ifnet *ifp)
sys/netinet/in.h
434
int in_broadcast(struct in_addr, struct ifnet *);
sys/netinet/in.h
435
int in_direct(struct in_addr, struct ifnet *);
sys/netinet/in.h
445
void in_if_link_up(struct ifnet *);
sys/netinet/in.h
446
void in_if_link_down(struct ifnet *);
sys/netinet/in.h
447
void in_if_up(struct ifnet *);
sys/netinet/in.h
448
void in_if_down(struct ifnet *);
sys/netinet/in.h
449
void in_if_link_state_change(struct ifnet *, int);
sys/netinet/in_gif.c
202
struct ifnet *gifp = &sc->gif_if;
sys/netinet/in_gif.c
228
struct ifnet *rcvif;
sys/netinet/in_gif.c
296
gif_validate4(const struct ip *ip, struct gif_variant *var, struct ifnet *ifp)
sys/netinet/in_gif.c
345
struct ifnet *ifp = NULL;
sys/netinet/in_gif.c
69
struct ifnet *);
sys/netinet/in_gif.c
87
struct ifnet *ifp;
sys/netinet/in_ifattach.h
4
void in_domifdetach(struct ifnet *, void *);
sys/netinet/in_ifattach.h
5
void *in_domifattach(struct ifnet *);
sys/netinet/in_l2tp.c
245
struct ifnet *l2tpp = NULL;
sys/netinet/in_l2tp.c
89
struct ifnet *ifp;
sys/netinet/in_offload.c
173
ip_tso_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *sa,
sys/netinet/in_offload.h
36
int ip_tso_output(struct ifnet *, struct mbuf *, const struct sockaddr *,
sys/netinet/in_pcb.c
816
in_purgeifmcast(struct ip_moptions *imo, struct ifnet *ifp)
sys/netinet/in_pcb.c
848
inpcb_purgeif0(struct inpcbtable *table, struct ifnet *ifp)
sys/netinet/in_pcb.c
872
inpcb_purgeif(struct inpcbtable *table, struct ifnet *ifp)
sys/netinet/in_pcb.h
276
void inpcb_purgeif0(struct inpcbtable *, struct ifnet *);
sys/netinet/in_pcb.h
277
void inpcb_purgeif(struct inpcbtable *, struct ifnet *);
sys/netinet/in_pcb.h
278
void in_purgeifmcast(struct ip_moptions *, struct ifnet *);
sys/netinet/in_pcb.h
297
void in6pcb_purgeif0(struct inpcbtable *, struct ifnet *);
sys/netinet/in_pcb.h
298
void in6pcb_purgeif(struct inpcbtable *, struct ifnet *);
sys/netinet/in_pcb.h
305
int in6pcb_selecthlim(struct inpcb *, struct ifnet *);
sys/netinet/in_selsrc.c
301
struct ifnet *ifp;
sys/netinet/in_selsrc.c
548
in_selsrc_domifattach(struct ifnet *ifp)
sys/netinet/in_selsrc.c
576
in_selsrc_domifdetach(struct ifnet *ifp, void *aux)
sys/netinet/in_selsrc.h
17
struct ifnet *isc_ifp;
sys/netinet/in_selsrc.h
30
void *in_selsrc_domifattach(struct ifnet *ifp);
sys/netinet/in_selsrc.h
31
void in_selsrc_domifdetach(struct ifnet *ifp, void *aux);
sys/netinet/in_var.h
293
in_get_ia_on_iface(struct in_addr addr, struct ifnet *ifp)
sys/netinet/in_var.h
307
in_get_ia_on_iface_psref(struct in_addr addr, struct ifnet *ifp, struct psref *psref)
sys/netinet/in_var.h
326
in_get_ia_from_ifp(struct ifnet *ifp)
sys/netinet/in_var.h
335
in_get_ia_from_ifp_psref(struct ifnet *ifp, struct psref *psref)
sys/netinet/in_var.h
374
struct ifnet *inm_ifp; /* back pointer to ifnet */
sys/netinet/in_var.h
423
bool in_multi_group(struct in_addr, struct ifnet *, int);
sys/netinet/in_var.h
426
struct in_multi *in_lookup_multi(struct in_addr, struct ifnet *);
sys/netinet/in_var.h
427
struct in_multi *in_addmulti(struct in_addr *, struct ifnet *);
sys/netinet/in_var.h
436
int in_ifinit(struct ifnet *, struct in_ifaddr *,
sys/netinet/in_var.h
439
void in_restoremkludge(struct in_ifaddr *, struct ifnet *);
sys/netinet/in_var.h
440
void in_purgemkludge(struct ifnet *);
sys/netinet/in_var.h
442
int in_control(struct socket *, u_long, void *, struct ifnet *);
sys/netinet/in_var.h
444
void in_purgeif(struct ifnet *);
sys/netinet/ip_carp.c
1147
struct ifnet *ifp;
sys/netinet/ip_carp.c
1431
struct ifnet *
sys/netinet/ip_carp.c
1474
struct ifnet *ifp;
sys/netinet/ip_carp.c
1635
carp_set_ifp(struct carp_softc *sc, struct ifnet *ifp)
sys/netinet/ip_carp.c
174
struct ifnet *vhif_ifp;
sys/netinet/ip_carp.c
1740
struct ifnet *ifp = &sc->sc_if;
sys/netinet/ip_carp.c
1813
struct ifnet *ifp = sc->sc_carpdev;
sys/netinet/ip_carp.c
1908
struct ifnet *ifp = sc->sc_carpdev;
sys/netinet/ip_carp.c
2025
carp_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/netinet/ip_carp.c
203
static int carp_ioctl(struct ifnet *, u_long, void *);
sys/netinet/ip_carp.c
2032
struct ifnet *cdev = NULL;
sys/netinet/ip_carp.c
204
static void carp_start(struct ifnet *);
sys/netinet/ip_carp.c
211
static int carp_set_ifp(struct carp_softc *, struct ifnet *);
sys/netinet/ip_carp.c
2200
carp_start(struct ifnet *ifp)
sys/netinet/ip_carp.c
2208
carp_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *sa,
sys/netinet/ip_carp.c
225
static int carp_clone_destroy(struct ifnet *);
sys/netinet/ip_carp.c
2261
struct ifnet *ifp = v;
sys/netinet/ip_carp.c
2299
struct ifnet *ifp;
sys/netinet/ip_carp.c
2355
struct ifnet *ifp;
sys/netinet/ip_carp.c
2408
struct ifnet *ifp = sc->sc_carpdev; /* Parent. */
sys/netinet/ip_carp.c
505
struct ifnet *rcvif;
sys/netinet/ip_carp.c
583
struct ifnet *rcvif;
sys/netinet/ip_carp.c
845
struct ifnet *ifp;
sys/netinet/ip_carp.c
892
carp_clone_destroy(struct ifnet *ifp)
sys/netinet/ip_carp.c
910
struct ifnet *ifp;
sys/netinet/ip_carp.c
953
carp_ifdetach(struct ifnet *ifp)
sys/netinet/ip_carp.c
983
struct ifnet *ifp;
sys/netinet/ip_carp.h
152
void carp_ifdetach(struct ifnet *);
sys/netinet/ip_carp.h
159
struct ifnet *carp_ourether(void *, struct ether_header *, u_char, int);
sys/netinet/ip_carp.h
161
int carp_output(struct ifnet *, struct mbuf *,
sys/netinet/ip_flow.c
212
struct ifnet *ifp;
sys/netinet/ip_icmp.c
574
struct ifnet *rcvif;
sys/netinet/ip_icmp.c
716
struct ifnet *rcvif;
sys/netinet/ip_input.c
1076
struct ifnet *rcvif;
sys/netinet/ip_input.c
1148
struct ifnet *rcvif;
sys/netinet/ip_input.c
1336
ip_forward(struct mbuf *m, int srcrt, struct ifnet *rcvif)
sys/netinet/ip_input.c
246
static void ip_input(struct mbuf *, struct ifnet *);
sys/netinet/ip_input.c
247
static void ip_forward(struct mbuf *, int, struct ifnet *);
sys/netinet/ip_input.c
252
static struct in_ifaddr *ip_match_our_address(struct ifnet *, struct ip *,
sys/netinet/ip_input.c
254
static struct in_ifaddr *ip_match_our_address_broadcast(struct ifnet *,
sys/netinet/ip_input.c
315
ip_match_our_address(struct ifnet *ifp, struct ip *ip, int *downmatch)
sys/netinet/ip_input.c
353
ip_match_our_address_broadcast(struct ifnet *ifp, struct ip *ip)
sys/netinet/ip_input.c
401
struct ifnet *ifp;
sys/netinet/ip_input.c
423
ip_input(struct mbuf *m, struct ifnet *ifp)
sys/netinet/ip_mroute.c
1271
ip_mforward(struct mbuf *m, struct ifnet *ifp)
sys/netinet/ip_mroute.c
1299
ip_mforward_real(struct mbuf *m, struct ifnet *ifp)
sys/netinet/ip_mroute.c
1585
ip_mdq(struct mbuf *m, struct ifnet *ifp, struct mfc *rt)
sys/netinet/ip_mroute.c
217
static int ip_mdq(struct mbuf *, struct ifnet *, struct mfc *);
sys/netinet/ip_mroute.c
228
static int ip_mforward_real(struct mbuf *, struct ifnet *);
sys/netinet/ip_mroute.c
3045
struct ifnet *vifp;
sys/netinet/ip_mroute.c
325
static struct ifnet multicast_register_if;
sys/netinet/ip_mroute.c
688
ip_mrouter_detach(struct ifnet *ifp)
sys/netinet/ip_mroute.c
762
struct ifnet *ifp;
sys/netinet/ip_mroute.c
905
struct ifnet *ifp;
sys/netinet/ip_mroute.h
253
struct ifnet *v_ifp; /* pointer to interface */
sys/netinet/ip_mroute.h
290
struct ifnet *ifp; /* interface pkt came in on */
sys/netinet/ip_mroute.h
338
void ip_mrouter_detach(struct ifnet *);
sys/netinet/ip_mroute.h
340
int ip_mforward(struct mbuf *, struct ifnet *);
sys/netinet/ip_output.c
1208
struct ifnet *ifp;
sys/netinet/ip_output.c
1459
struct ifnet *ifp;
sys/netinet/ip_output.c
152
static struct ifnet *ip_multicast_if(struct in_addr *, int *);
sys/netinet/ip_output.c
153
static void ip_mloopback(struct ifnet *, struct mbuf *,
sys/netinet/ip_output.c
162
ip_mark_mpls(struct ifnet * const ifp, struct mbuf * const m,
sys/netinet/ip_output.c
1690
static struct ifnet *
sys/netinet/ip_output.c
1694
struct ifnet *ifp = NULL;
sys/netinet/ip_output.c
1755
ip_get_membership(const struct sockopt *sopt, struct ifnet **ifp,
sys/netinet/ip_output.c
1826
struct ifnet *ifp = NULL; // XXX: gcc [ppc]
sys/netinet/ip_output.c
1901
struct ifnet *ifp = NULL; // XXX: gcc [ppc]
sys/netinet/ip_output.c
1962
struct ifnet *ifp;
sys/netinet/ip_output.c
197
ip_if_output(struct ifnet * const ifp, struct mbuf * const m,
sys/netinet/ip_output.c
2086
struct ifnet *ifp;
sys/netinet/ip_output.c
2149
ip_mloopback(struct ifnet *ifp, struct mbuf *m, const struct sockaddr_in *dst)
sys/netinet/ip_output.c
234
struct ifnet *ifp, *mifp = NULL;
sys/netinet/ip_output.c
837
ip_fragment(struct mbuf *m, struct ifnet *ifp, u_long mtu)
sys/netinet/ip_var.h
221
int ip_fragment(struct mbuf *, struct ifnet *, u_long);
sys/netinet/ip_var.h
247
int ip_if_output(struct ifnet * const, struct mbuf * const,
sys/netinet/raw_ip.c
693
rip_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netinet/raw_ip.c
811
rip_purgeif(struct socket *so, struct ifnet *ifp)
sys/netinet/sctp_asconf.c
2124
struct ifnet *ifn;
sys/netinet/sctp_asconf.c
2788
struct ifnet *ifn;
sys/netinet/sctp_output.c
1297
struct ifnet *ifn;
sys/netinet/sctp_output.c
1481
struct ifnet *ifn;
sys/netinet/sctp_output.c
1553
sctp_select_v6_nth_addr_from_ifn_boundall (struct ifnet *ifn, struct sctp_tcb *stcb, int non_asoc_addr_ok, uint8_t loopscope,
sys/netinet/sctp_output.c
1601
sctp_count_v6_num_eligible_boundall (struct ifnet *ifn, struct sctp_tcb *stcb,
sys/netinet/sctp_output.c
1648
struct ifnet *ifn;
sys/netinet/sctp_output.c
2283
struct ifnet *ifp;
sys/netinet/sctp_output.c
2737
struct ifnet *ifn;
sys/netinet/sctp_output.c
3691
struct ifnet *ifn;
sys/netinet/sctp_output.c
537
struct ifnet *ifn;
sys/netinet/sctp_output.c
5424
struct ifnet *ifp;
sys/netinet/sctp_output.c
622
struct ifnet *ifn;
sys/netinet/sctp_output.c
830
sctp_select_v4_nth_prefered_addr_from_ifn_boundall (struct ifnet *ifn, struct sctp_tcb *stcb, int non_asoc_addr_ok,
sys/netinet/sctp_output.c
858
sctp_count_v4_num_prefered_boundall (struct ifnet *ifn, struct sctp_tcb *stcb, int non_asoc_addr_ok,
sys/netinet/sctp_output.c
894
struct ifnet *ifn;
sys/netinet/sctp_pcb.c
2281
struct ifnet *ifn;
sys/netinet/sctp_pcb.h
304
struct ifnet *next_ifn_touse;
sys/netinet/sctp_usrreq.c
1105
struct ifnet *ifn;
sys/netinet/sctp_usrreq.c
3840
sctp_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netinet/sctp_usrreq.c
3874
sctp_purgeif(struct socket *so, struct ifnet *ifp)
sys/netinet/sctp_usrreq.c
913
struct ifnet *ifn;
sys/netinet/sctputil.c
3448
struct ifnet *ifn;
sys/netinet/tcp_input.c
1663
struct ifnet *rcvif = m_get_rcvif(m, &s);
sys/netinet/tcp_input.c
879
struct ifnet *rcvif;
sys/netinet/tcp_output.c
232
struct ifnet *ifp;
sys/netinet/tcp_subr.c
1668
tcp_mss_to_advertise(const struct ifnet *ifp, int af)
sys/netinet/tcp_usrreq.c
1093
tcp_purgeif(struct socket *so, struct ifnet *ifp)
sys/netinet/tcp_usrreq.c
839
tcp_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netinet/tcp_var.h
819
u_long tcp_mss_to_advertise(const struct ifnet *, int);
sys/netinet/udp_usrreq.c
1009
udp_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netinet/udp_usrreq.c
1130
udp_purgeif(struct socket *so, struct ifnet *ifp)
sys/netinet6/dccp6_usrreq.c
293
dccp6_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netinet6/dccp6_usrreq.c
316
dccp6_purgeif(struct socket *so, struct ifnet *ifp)
sys/netinet6/frag6.c
178
struct ifnet *dstifp;
sys/netinet6/icmp6.c
1130
struct ifnet *rcvif;
sys/netinet6/icmp6.c
1230
struct ifnet *ifp = NULL; /* for NI_QTYPE_NODEADDR */
sys/netinet6/icmp6.c
1236
struct ifnet *rcvif;
sys/netinet6/icmp6.c
1702
ni6_addrs(struct icmp6_nodeinfo *ni6, struct ifnet **ifpp, char *subj,
sys/netinet6/icmp6.c
1705
struct ifnet *ifp;
sys/netinet6/icmp6.c
1796
struct icmp6_nodeinfo *nni6, struct ifnet *ifp0,
sys/netinet6/icmp6.c
1799
struct ifnet *ifp;
sys/netinet6/icmp6.c
1802
struct ifnet *ifp_dep = NULL;
sys/netinet6/icmp6.c
199
static int ni6_addrs(struct icmp6_nodeinfo *, struct ifnet **, char *,
sys/netinet6/icmp6.c
202
struct ifnet *, int);
sys/netinet6/icmp6.c
2059
struct ifnet *outif = NULL;
sys/netinet6/icmp6.c
2061
struct ifnet *rcvif;
sys/netinet6/icmp6.c
2245
struct ifnet *ifp;
sys/netinet6/icmp6.c
2472
struct ifnet *ifp; /* my outgoing interface */
sys/netinet6/icmp6.c
321
struct ifnet *ifp, struct in6_addr *src)
sys/netinet6/icmp6.c
502
struct ifnet *rcvif;
sys/netinet6/icmp6.c
989
struct ifnet *rcvif;
sys/netinet6/in6.c
1061
in6_update_ifa1(struct ifnet *ifp, struct in6_aliasreq *ifra,
sys/netinet6/in6.c
1441
in6_update_ifa(struct ifnet *ifp, struct in6_aliasreq *ifra, int flags)
sys/netinet6/in6.c
1454
struct ifnet *ifp = ifa->ifa_ifp;
sys/netinet6/in6.c
147
struct ifnet *);
sys/netinet6/in6.c
1494
in6_unlink_ifa(struct in6_ifaddr *ia, struct ifnet *ifp)
sys/netinet6/in6.c
150
static int in6_ifinit(struct ifnet *, struct in6_ifaddr *,
sys/netinet6/in6.c
1515
in6_purgeif(struct ifnet *ifp)
sys/netinet6/in6.c
152
static void in6_unlink_ifa(struct in6_ifaddr *, struct ifnet *);
sys/netinet6/in6.c
153
static int in6_update_ifa1(struct ifnet *, struct in6_aliasreq *,
sys/netinet6/in6.c
1566
struct ifnet *ifp)
sys/netinet6/in6.c
1821
in6_ifinit(struct ifnet *ifp, struct in6_ifaddr *ia,
sys/netinet6/in6.c
1889
in6ifa_ifpforlinklocal(const struct ifnet *ifp, const int ignoreflags)
sys/netinet6/in6.c
1907
in6ifa_ifpforlinklocal_psref(const struct ifnet *ifp, const int ignoreflags,
sys/netinet6/in6.c
1950
in6ifa_ifpwithaddr(const struct ifnet *ifp, const struct in6_addr *addr)
sys/netinet6/in6.c
1966
in6ifa_ifpwithaddr_psref(const struct ifnet *ifp, const struct in6_addr *addr,
sys/netinet6/in6.c
1990
in6ifa_first_lladdr(const struct ifnet *ifp)
sys/netinet6/in6.c
2006
in6ifa_first_lladdr_psref(const struct ifnet *ifp, struct psref *psref)
sys/netinet6/in6.c
2120
in6_ifawithifp(struct ifnet *ifp, struct in6_addr *dst)
sys/netinet6/in6.c
2206
in6_if_link_up(struct ifnet *ifp)
sys/netinet6/in6.c
2269
in6_if_up(struct ifnet *ifp)
sys/netinet6/in6.c
2285
in6_if_link_down(struct ifnet *ifp)
sys/netinet6/in6.c
2336
in6_if_down(struct ifnet *ifp)
sys/netinet6/in6.c
2344
in6_if_link_state_change(struct ifnet *ifp, int link_state)
sys/netinet6/in6.c
2438
in6_lltable_rtcheck(struct ifnet *ifp, u_int flags,
sys/netinet6/in6.c
2553
struct ifnet *ifp = llt->llt_ifp;
sys/netinet6/in6.c
2634
in6_lltattach(struct ifnet *ifp)
sys/netinet6/in6.c
2656
in6_domifattach(struct ifnet *ifp)
sys/netinet6/in6.c
2676
in6_domifdetach(struct ifnet *ifp, void *aux)
sys/netinet6/in6.c
401
in6_control1(struct socket *so, u_long cmd, void *data, struct ifnet *ifp)
sys/netinet6/in6.c
762
in6_control(struct socket *so, u_long cmd, void *data, struct ifnet *ifp)
sys/netinet6/in6.c
808
in6_get_llsol_addr(struct in6_addr *llsol, struct ifnet *ifp,
sys/netinet6/in6.c
831
struct ifnet *ifp, int flags)
sys/netinet6/in6.h
598
struct ifnet;
sys/netinet6/in6.h
605
struct in6_ifaddr *in6_ifawithifp(struct ifnet *, struct in6_addr *);
sys/netinet6/in6.h
606
extern void in6_if_link_up(struct ifnet *);
sys/netinet6/in6.h
607
extern void in6_if_link_down(struct ifnet *);
sys/netinet6/in6.h
608
extern void in6_if_link_state_change(struct ifnet *, int);
sys/netinet6/in6.h
609
extern void in6_if_up(struct ifnet *);
sys/netinet6/in6.h
610
extern void in6_if_down(struct ifnet *);
sys/netinet6/in6_gif.c
262
struct ifnet *gifp;
sys/netinet6/in6_gif.c
289
struct ifnet *rcvif = m_get_rcvif_psref(m, &psref);
sys/netinet6/in6_gif.c
358
struct ifnet *ifp)
sys/netinet6/in6_gif.c
408
struct ifnet *ifp = NULL;
sys/netinet6/in6_gif.c
73
struct ifnet *);
sys/netinet6/in6_gif.c
91
struct ifnet *ifp;
sys/netinet6/in6_ifattach.c
169
in6_get_hw_ifid(struct ifnet *ifp, struct in6_addr *in6)
sys/netinet6/in6_ifattach.c
308
get_ifid(struct ifnet *ifp0, struct ifnet *altifp,
sys/netinet6/in6_ifattach.c
311
struct ifnet *ifp;
sys/netinet6/in6_ifattach.c
384
in6_ifattach_linklocal(struct ifnet *ifp, struct ifnet *altifp)
sys/netinet6/in6_ifattach.c
451
in6_ifattach_loopback(struct ifnet *ifp)
sys/netinet6/in6_ifattach.c
502
in6_nigroup(struct ifnet *ifp, const char *name, int namelen,
sys/netinet6/in6_ifattach.c
556
in6_ifattach(struct ifnet *ifp, struct ifnet *altifp)
sys/netinet6/in6_ifattach.c
65
static int get_hostid_ifid(struct ifnet *, struct in6_addr *);
sys/netinet6/in6_ifattach.c
657
in6_ifdetach(struct ifnet *ifp)
sys/netinet6/in6_ifattach.c
67
static int get_ifid(struct ifnet *, struct ifnet *, struct in6_addr *);
sys/netinet6/in6_ifattach.c
68
static int in6_ifattach_linklocal(struct ifnet *, struct ifnet *);
sys/netinet6/in6_ifattach.c
69
static int in6_ifattach_loopback(struct ifnet *);
sys/netinet6/in6_ifattach.c
93
get_hostid_ifid(struct ifnet *ifp, struct in6_addr *in6)
sys/netinet6/in6_ifattach.h
37
void in6_ifattach(struct ifnet *, struct ifnet *);
sys/netinet6/in6_ifattach.h
38
void in6_ifdetach(struct ifnet *);
sys/netinet6/in6_ifattach.h
39
int in6_get_tmpifid(struct ifnet *, u_int8_t *, const u_int8_t *, int);
sys/netinet6/in6_ifattach.h
40
int in6_get_hw_ifid(struct ifnet *, struct in6_addr *);
sys/netinet6/in6_ifattach.h
41
int in6_nigroup(struct ifnet *, const char *, int, struct sockaddr_in6 *);
sys/netinet6/in6_l2tp.c
240
struct ifnet *l2tpp = NULL;
sys/netinet6/in6_l2tp.c
97
struct ifnet *ifp;
sys/netinet6/in6_offload.c
169
ip6_tso_output(struct ifnet *ifp, struct ifnet *origifp, struct mbuf *m,
sys/netinet6/in6_offload.h
37
int ip6_tso_output(struct ifnet *, struct ifnet *, struct mbuf *,
sys/netinet6/in6_pcb.c
391
struct ifnet *ifp = NULL; /* outgoing interface */
sys/netinet6/in6_pcb.c
748
in6pcb_purgeif0(struct inpcbtable *table, struct ifnet *ifp)
sys/netinet6/in6_pcb.c
798
in6pcb_purgeif(struct inpcbtable *table, struct ifnet *ifp)
sys/netinet6/in6_src.c
124
struct ip6_moptions *, struct route *, struct ifnet **, struct psref *);
sys/netinet6/in6_src.c
182
const struct ifnet *ifp, const struct ip6_pktopts *opts,
sys/netinet6/in6_src.c
194
struct ifnet *ifp1 = ia->ia_ifp;
sys/netinet6/in6_src.c
467
struct ifnet **ifpp, struct psref *psref, struct in6_addr *ret_ia6)
sys/netinet6/in6_src.c
470
struct ifnet *ifp = NULL;
sys/netinet6/in6_src.c
726
struct ip6_moptions *mopts, struct route *ro, struct ifnet **retifp,
sys/netinet6/in6_src.c
813
in6pcb_selecthlim(struct inpcb *inp, struct ifnet *ifp)
sys/netinet6/in6_var.h
509
struct ifnet *in6m_ifp; /* back pointer to ifnet */
sys/netinet6/in6_var.h
533
in6_lookup_mship(struct in6_addr *addr, struct ifnet *ifp,
sys/netinet6/in6_var.h
564
in6_lookup_multi(const struct in6_addr *, const struct ifnet *);
sys/netinet6/in6_var.h
565
bool in6_multi_group(const struct in6_addr *, const struct ifnet *);
sys/netinet6/in6_var.h
566
void in6_purge_multi(struct ifnet *);
sys/netinet6/in6_var.h
567
struct in6_multi *in6_addmulti(struct in6_addr *, struct ifnet *,
sys/netinet6/in6_var.h
572
const struct ifnet *);
sys/netinet6/in6_var.h
573
struct in6_multi_mship *in6_joingroup(struct ifnet *, struct in6_addr *,
sys/netinet6/in6_var.h
577
int in6_control(struct socket *, u_long, void *, struct ifnet *);
sys/netinet6/in6_var.h
578
int in6_update_ifa(struct ifnet *, struct in6_aliasreq *, int);
sys/netinet6/in6_var.h
580
void in6_purgeif(struct ifnet *);
sys/netinet6/in6_var.h
581
void *in6_domifattach(struct ifnet *);
sys/netinet6/in6_var.h
582
void in6_domifdetach(struct ifnet *, void *);
sys/netinet6/in6_var.h
586
in6ifa_ifpforlinklocal(const struct ifnet *, int);
sys/netinet6/in6_var.h
588
in6ifa_ifpforlinklocal_psref(const struct ifnet *, int, struct psref *);
sys/netinet6/in6_var.h
590
in6ifa_ifpwithaddr(const struct ifnet *, const struct in6_addr *);
sys/netinet6/in6_var.h
592
in6ifa_ifpwithaddr_psref(const struct ifnet *, const struct in6_addr *,
sys/netinet6/in6_var.h
596
in6ifa_first_lladdr(const struct ifnet *);
sys/netinet6/in6_var.h
598
in6ifa_first_lladdr_psref(const struct ifnet *, struct psref *);
sys/netinet6/ip6_forward.c
119
ip6_forward(struct mbuf *m, int srcrt, struct ifnet *rcvif)
sys/netinet6/ip6_forward.c
126
struct ifnet *origifp; /* maybe unnecessary */
sys/netinet6/ip6_forward.c
75
ip6_cantforward(const struct ip6_hdr *ip6, const struct ifnet *srcifp,
sys/netinet6/ip6_forward.c
76
const struct ifnet *dstifp, const char *fmt, ...)
sys/netinet6/ip6_input.c
138
static void ip6_input(struct mbuf *, struct ifnet *);
sys/netinet6/ip6_input.c
227
struct ifnet *rcvif = m_get_rcvif_psref(m, &psref);
sys/netinet6/ip6_input.c
250
ip6_input(struct mbuf *m, struct ifnet *rcvif)
sys/netinet6/ip6_input.c
257
struct ifnet *deliverifp = NULL;
sys/netinet6/ip6_mroute.c
1027
ip6_mforward(struct ip6_hdr *ip6, struct ifnet *ifp, struct mbuf *m)
sys/netinet6/ip6_mroute.c
1361
ip6_mdq(struct mbuf *m, struct ifnet *ifp, struct mf6c *rt)
sys/netinet6/ip6_mroute.c
1527
struct ifnet *ifp = mifp->m6_ifp;
sys/netinet6/ip6_mroute.c
159
static int ip6_mdq(struct mbuf *, struct ifnet *, struct mf6c *);
sys/netinet6/ip6_mroute.c
212
struct ifnet multicast_register_if6;
sys/netinet6/ip6_mroute.c
516
struct ifnet *ifp;
sys/netinet6/ip6_mroute.c
603
ip6_mrouter_detach(struct ifnet *ifp)
sys/netinet6/ip6_mroute.c
643
struct ifnet *ifp;
sys/netinet6/ip6_mroute.c
715
struct ifnet *ifp;
sys/netinet6/ip6_mroute.h
210
struct ifnet *m6_ifp; /* pointer to interface */
sys/netinet6/ip6_mroute.h
243
struct ifnet *ifp; /* Interface pkt came in on */
sys/netinet6/ip6_mroute.h
263
void ip6_mrouter_detach(struct ifnet *);
sys/netinet6/ip6_output.c
1248
ip6_getpmtu(struct rtentry *rt, struct ifnet *ifp, u_long *mtup,
sys/netinet6/ip6_output.c
131
static int ip6_getpmtu(struct rtentry *, struct ifnet *, u_long *, int *);
sys/netinet6/ip6_output.c
159
ip6_if_output(struct ifnet * const ifp, struct ifnet * const origifp,
sys/netinet6/ip6_output.c
206
struct ifnet **ifpp /* XXX: just for statistics */
sys/netinet6/ip6_output.c
210
struct ifnet *ifp = NULL, *origifp = NULL;
sys/netinet6/ip6_output.c
2351
ip6_get_membership(const struct sockopt *sopt, struct ifnet **ifp,
sys/netinet6/ip6_output.c
2439
struct ifnet *ifp;
sys/netinet6/ip6_output.c
2906
struct ifnet *ifp;
sys/netinet6/ip6_output.c
3236
ip6_mloopback(struct ifnet *ifp, struct mbuf *m,
sys/netinet6/ip6_var.h
307
int ip6_mforward(struct ip6_hdr *, struct ifnet *, struct mbuf *);
sys/netinet6/ip6_var.h
315
void ip6_forward(struct mbuf *, int, struct ifnet *);
sys/netinet6/ip6_var.h
317
void ip6_mloopback(struct ifnet *, struct mbuf *,
sys/netinet6/ip6_var.h
320
struct ip6_moptions *, struct inpcb *, struct ifnet **);
sys/netinet6/ip6_var.h
321
int ip6_if_output(struct ifnet * const, struct ifnet * const,
sys/netinet6/ip6_var.h
369
struct ifnet **, struct psref *, struct in6_addr *);
sys/netinet6/ip6_var.h
372
int ip6_get_membership(const struct sockopt *, struct ifnet **,
sys/netinet6/mld6.c
350
struct ifnet *ifp;
sys/netinet6/mld6.c
554
struct ifnet *ifp = in6m->in6m_ifp;
sys/netinet6/mld6.c
703
in6_addmulti(struct in6_addr *maddr6, struct ifnet *ifp, int *errorp,
sys/netinet6/mld6.c
856
in6_lookup_multi(const struct in6_addr *addr, const struct ifnet *ifp)
sys/netinet6/mld6.c
871
const struct ifnet *ifp)
sys/netinet6/mld6.c
883
in6_multi_group(const struct in6_addr *addr, const struct ifnet *ifp)
sys/netinet6/mld6.c
898
in6_purge_multi(struct ifnet *ifp)
sys/netinet6/mld6.c
945
in6_joingroup(struct ifnet *ifp, struct in6_addr *addr, int *errorp, int timer)
sys/netinet6/mld6.c
996
struct ifnet *ifp;
sys/netinet6/nd6.c
106
static bool nd6_nud_enabled(struct ifnet *);
sys/netinet6/nd6.c
107
static unsigned int nd6_llinfo_reachable(struct ifnet *);
sys/netinet6/nd6.c
108
static unsigned int nd6_llinfo_retrans(struct ifnet *);
sys/netinet6/nd6.c
1081
nd6_setifflags(struct ifnet *ifp, uint32_t flags)
sys/netinet6/nd6.c
110
static void nd6_llinfo_output(struct ifnet *, const union l3addr *,
sys/netinet6/nd6.c
112
static void nd6_llinfo_missed(struct ifnet *, const union l3addr *,
sys/netinet6/nd6.c
1180
nd6_ioctl(u_long cmd, void *data, struct ifnet *ifp)
sys/netinet6/nd6.c
1291
nd6_llinfo_release_pkts(struct llentry *ln, struct ifnet *ifp)
sys/netinet6/nd6.c
1325
struct ifnet *ifp,
sys/netinet6/nd6.c
1531
struct ifnet *ifp;
sys/netinet6/nd6.c
1569
nd6_resolve(struct ifnet *ifp, const struct rtentry *rt, struct mbuf *m,
sys/netinet6/nd6.c
1642
nd6_need_cache(struct ifnet *ifp)
sys/netinet6/nd6.c
169
nd6_ifattach(struct ifnet *ifp)
sys/netinet6/nd6.c
193
nd6_ifdetach(struct ifnet *ifp, struct in6_ifextra *ext)
sys/netinet6/nd6.c
382
nd6_llinfo_output(struct ifnet *ifp, const union l3addr *daddr,
sys/netinet6/nd6.c
394
nd6_nud_enabled(struct ifnet *ifp)
sys/netinet6/nd6.c
402
nd6_llinfo_reachable(struct ifnet *ifp)
sys/netinet6/nd6.c
410
nd6_llinfo_retrans(struct ifnet *ifp)
sys/netinet6/nd6.c
418
nd6_llinfo_missed(struct ifnet *ifp, const union l3addr *taddr,
sys/netinet6/nd6.c
473
struct ifnet *ifp;
sys/netinet6/nd6.c
531
nd6_purge(struct ifnet *ifp, struct in6_ifextra *ext)
sys/netinet6/nd6.c
557
nd6_lookup(const struct in6_addr *addr6, const struct ifnet *ifp, bool wlock)
sys/netinet6/nd6.c
573
nd6_create(const struct in6_addr *addr6, const struct ifnet *ifp)
sys/netinet6/nd6.c
600
nd6_is_new_addr_neighbor(const struct sockaddr_in6 *addr, struct ifnet *ifp)
sys/netinet6/nd6.c
650
nd6_is_addr_neighbor(const struct sockaddr_in6 *addr, struct ifnet *ifp)
sys/netinet6/nd6.c
723
struct ifnet *ifp;
sys/netinet6/nd6.c
777
struct ifnet *ifp;
sys/netinet6/nd6.c
839
struct ifnet *ifp = rt->rt_ifp;
sys/netinet6/nd6.h
165
struct nd_kifinfo *nd6_ifattach(struct ifnet *);
sys/netinet6/nd6.h
166
void nd6_ifdetach(struct ifnet *, struct in6_ifextra *);
sys/netinet6/nd6.h
167
int nd6_is_addr_neighbor(const struct sockaddr_in6 *, struct ifnet *);
sys/netinet6/nd6.h
170
struct llentry *nd6_lookup(const struct in6_addr *, const struct ifnet *, bool);
sys/netinet6/nd6.h
171
struct llentry *nd6_create(const struct in6_addr *, const struct ifnet *);
sys/netinet6/nd6.h
172
void nd6_purge(struct ifnet *, struct in6_ifextra *);
sys/netinet6/nd6.h
174
int nd6_resolve(struct ifnet *, const struct rtentry *, struct mbuf *,
sys/netinet6/nd6.h
177
int nd6_ioctl(u_long, void *, struct ifnet *);
sys/netinet6/nd6.h
178
void nd6_cache_lladdr(struct ifnet *, struct in6_addr *,
sys/netinet6/nd6.h
181
int nd6_need_cache(struct ifnet *);
sys/netinet6/nd6.h
182
void nd6_llinfo_release_pkts(struct llentry *, struct ifnet *);
sys/netinet6/nd6.h
186
void nd6_na_output(struct ifnet *, const struct in6_addr *,
sys/netinet6/nd6.h
189
void nd6_ns_output(struct ifnet *, const struct in6_addr *,
sys/netinet6/nd6.h
191
const void *nd6_ifptomac(const struct ifnet *);
sys/netinet6/nd6_nbr.c
103
struct ifnet *ifp, *ifpc;
sys/netinet6/nd6_nbr.c
1055
nd6_ifptomac(const struct ifnet *ifp)
sys/netinet6/nd6_nbr.c
1391
struct ifnet *ifp;
sys/netinet6/nd6_nbr.c
1451
struct ifnet *ifp = ifa->ifa_ifp;
sys/netinet6/nd6_nbr.c
402
nd6_ns_output(struct ifnet *ifp, const struct in6_addr *daddr6,
sys/netinet6/nd6_nbr.c
610
struct ifnet *ifp;
sys/netinet6/nd6_nbr.c
679
struct ifnet *ifp_ll;
sys/netinet6/nd6_nbr.c
896
struct ifnet *ifp,
sys/netinet6/nd6_rtr.c
59
struct ifnet *ifp;
sys/netinet6/raw_ip6.c
254
struct ifnet *rcvif = m_get_rcvif(m, &s);
sys/netinet6/raw_ip6.c
376
struct ifnet *oifp = NULL;
sys/netinet6/raw_ip6.c
505
struct ifnet *ret_oifp = NULL;
sys/netinet6/raw_ip6.c
711
struct ifnet *ifp = NULL;
sys/netinet6/raw_ip6.c
809
rip6_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netinet6/raw_ip6.c
926
rip6_purgeif(struct socket *so, struct ifnet *ifp)
sys/netinet6/scope6.c
187
struct ifnet *ifp;
sys/netinet6/scope6.c
285
in6_setscope(struct in6_addr *in6, const struct ifnet *ifp, uint32_t *ret_id)
sys/netinet6/scope6.c
70
scope6_ifattach(struct ifnet *ifp)
sys/netinet6/scope6_var.h
106
struct scope6_id *scope6_ifattach(struct ifnet *);
sys/netinet6/scope6_var.h
113
int in6_setscope(struct in6_addr *, const struct ifnet *, u_int32_t *);
sys/netinet6/sctp6_usrreq.c
1231
sctp6_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netinet6/sctp6_usrreq.c
1297
sctp6_purgeif(struct socket *so, struct ifnet *ifp)
sys/netinet6/udp6_usrreq.c
1222
udp6_ioctl(struct socket *so, u_long cmd, void *addr6, struct ifnet *ifp)
sys/netinet6/udp6_usrreq.c
1315
udp6_purgeif(struct socket *so, struct ifnet *ifp)
sys/netinet6/udp6_usrreq.c
745
struct ifnet *oifp = NULL;
sys/netipsec/ipsecif.c
181
struct ifnet *ifp = &var->iv_softc->ipsec_if;
sys/netipsec/ipsecif.c
280
struct ifnet *ifp = &var->iv_softc->ipsec_if;
sys/netipsec/ipsecif.c
514
struct ifnet *ifp = &var->iv_softc->ipsec_if;
sys/netipsec/ipsecif.c
699
struct ifnet *ipsecp;
sys/netipsec/ipsecif.c
709
struct ifnet *rcvif;
sys/netipsec/ipsecif.c
78
struct ifnet *);
sys/netipsec/ipsecif.c
803
struct ifnet *ifp)
sys/netipsec/ipsecif.c
818
struct ifnet *ipsecp;
sys/netipsec/ipsecif.c
828
struct ifnet *rcvif;
sys/netipsec/ipsecif.c
84
struct ifnet *);
sys/netipsec/ipsecif.c
923
struct ifnet *ifp)
sys/netipsec/keysock.c
521
key_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netipsec/keysock.c
611
key_purgeif(struct socket *so, struct ifnet *ifa)
sys/netipsec/xform_ipip.c
121
register struct ifnet *ifp;
sys/netmpls/mpls_proto.c
165
mpls_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/netmpls/mpls_proto.c
231
mpls_purgeif(struct socket *so, struct ifnet *ifp)
sys/nfs/nfs_boot.c
117
struct ifnet *ifp;
sys/nfs/nfs_boot.c
204
nfs_boot_ifupdown(struct ifnet *ifp, struct lwp *lwp, int up)
sys/nfs/nfs_boot.c
252
nfs_boot_setmtu(struct ifnet *ifp, int mtu, struct lwp *lwp)
sys/nfs/nfs_boot.c
294
nfs_boot_setaddress(struct ifnet *ifp, struct lwp *lwp,
sys/nfs/nfs_boot.c
351
nfs_boot_deladdress(struct ifnet *ifp, struct lwp *lwp, uint32_t addr)
sys/nfs/nfs_boot.c
572
nfs_boot_flushrt(struct ifnet *ifp)
sys/nfs/nfs_bootdhcp.c
242
struct ifnet *ifp = nd->nd_ifp;
sys/nfs/nfs_bootdhcp.c
486
struct ifnet *ifp = nd->nd_ifp;
sys/nfs/nfs_bootparam.c
109
struct ifnet *ifp = nd->nd_ifp;
sys/nfs/nfs_bootstatic.c
68
struct ifnet *ifp = nd->nd_ifp;
sys/nfs/nfsdiskless.h
47
struct ifnet;
sys/nfs/nfsdiskless.h
67
struct ifnet *nd_ifp;
sys/nfs/nfsdiskless.h
86
int nfs_boot_ifupdown(struct ifnet *, struct lwp *, int);
sys/nfs/nfsdiskless.h
87
int nfs_boot_setaddress(struct ifnet *, struct lwp *,
sys/nfs/nfsdiskless.h
89
void nfs_boot_setmtu (struct ifnet *, int, struct lwp *);
sys/nfs/nfsdiskless.h
90
int nfs_boot_deladdress(struct ifnet *, struct lwp *, uint32_t);
sys/nfs/nfsdiskless.h
91
void nfs_boot_flushrt(struct ifnet *);
sys/rump/net/lib/libshmif/if_shmem.c
166
struct ifnet *ifp;
sys/rump/net/lib/libshmif/if_shmem.c
396
shmif_unclone(struct ifnet *ifp)
sys/rump/net/lib/libshmif/if_shmem.c
433
shmif_init(struct ifnet *ifp)
sys/rump/net/lib/libshmif/if_shmem.c
455
shmif_mediachange(struct ifnet *ifp)
sys/rump/net/lib/libshmif/if_shmem.c
470
shmif_mediastatus(struct ifnet *ifp, struct ifmediareq *imr)
sys/rump/net/lib/libshmif/if_shmem.c
482
shmif_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/rump/net/lib/libshmif/if_shmem.c
586
shmif_start(struct ifnet *ifp)
sys/rump/net/lib/libshmif/if_shmem.c
61
static int shmif_unclone(struct ifnet *);
sys/rump/net/lib/libshmif/if_shmem.c
624
shmif_snd(struct ifnet *ifp, struct mbuf *m0)
sys/rump/net/lib/libshmif/if_shmem.c
63
static int shmif_mediachange(struct ifnet *);
sys/rump/net/lib/libshmif/if_shmem.c
64
static void shmif_mediastatus(struct ifnet *, struct ifmediareq *);
sys/rump/net/lib/libshmif/if_shmem.c
686
shmif_stop(struct ifnet *ifp, int disable)
sys/rump/net/lib/libshmif/if_shmem.c
743
struct ifnet *ifp = arg;
sys/rump/net/lib/libshmif/if_shmem.c
81
static int shmif_init(struct ifnet *);
sys/rump/net/lib/libshmif/if_shmem.c
82
static int shmif_ioctl(struct ifnet *, u_long, void *);
sys/rump/net/lib/libshmif/if_shmem.c
83
static void shmif_start(struct ifnet *);
sys/rump/net/lib/libshmif/if_shmem.c
84
static void shmif_snd(struct ifnet *, struct mbuf *);
sys/rump/net/lib/libshmif/if_shmem.c
85
static void shmif_stop(struct ifnet *, int);
sys/rump/net/lib/libsockin/sockin.c
198
static struct ifnet sockin_if;
sys/rump/net/lib/libsockin/sockin.c
199
int ifpromisc(struct ifnet *ifp, int pswitch) { return 0; }
sys/rump/net/lib/libsockin/sockin.c
556
sockin_ioctl(struct socket *so, u_long cmd, void *nam, struct ifnet *ifp)
sys/rump/net/lib/libsockin/sockin.c
682
sockin_purgeif(struct socket *so, struct ifnet *ifp)
sys/rump/net/lib/libsockin/sockin.c
80
static int sockin_ioctl(struct socket *, u_long, void *, struct ifnet *);
sys/rump/net/lib/libsockin/sockin.c
89
static int sockin_purgeif(struct socket *, struct ifnet *);
sys/rump/net/lib/libvirtif/if_virt.c
106
struct ifnet *ifp;
sys/rump/net/lib/libvirtif/if_virt.c
156
virtif_unclone(struct ifnet *ifp)
sys/rump/net/lib/libvirtif/if_virt.c
181
virtif_init(struct ifnet *ifp)
sys/rump/net/lib/libvirtif/if_virt.c
193
virtif_ioctl(struct ifnet *ifp, u_long cmd, void *data)
sys/rump/net/lib/libvirtif/if_virt.c
290
virtif_start(struct ifnet *ifp)
sys/rump/net/lib/libvirtif/if_virt.c
328
virtif_stop(struct ifnet *ifp, int disable)
sys/rump/net/lib/libvirtif/if_virt.c
339
struct ifnet *ifp = &sc->sc_ec.ec_if;
sys/rump/net/lib/libvirtif/if_virt.c
54
static int virtif_init(struct ifnet *);
sys/rump/net/lib/libvirtif/if_virt.c
55
static int virtif_ioctl(struct ifnet *, u_long, void *);
sys/rump/net/lib/libvirtif/if_virt.c
56
static void virtif_start(struct ifnet *);
sys/rump/net/lib/libvirtif/if_virt.c
57
static void virtif_stop(struct ifnet *, int);
sys/rump/net/lib/libvirtif/if_virt.c
68
static int virtif_unclone(struct ifnet *);
sys/rump/net/lib/libvirtif/if_virt.c
74
virtif_create(struct ifnet *ifp)
sys/sys/compat_stub.h
254
struct ifnet;
sys/sys/compat_stub.h
257
MODULE_HOOK(rtsock_oifmsg_14_hook, void, (struct ifnet *));
sys/sys/compat_stub.h
259
(struct ifnet *, struct rt_walkarg *, struct rt_addrinfo *, size_t));
sys/sys/compat_stub.h
267
MODULE_HOOK(rtsock_oifmsg_50_hook, void, (struct ifnet *));
sys/sys/compat_stub.h
269
(struct ifnet *, struct rt_walkarg *, struct rt_addrinfo *, size_t));
sys/sys/compat_stub.h
272
MODULE_HOOK(rtsock_rt_ifmsg_50_hook, void, (struct ifnet *));
sys/sys/compat_stub.h
278
MODULE_HOOK(rtsock_rt_ifannouncemsg_50_hook, void, (struct ifnet *, int));
sys/sys/compat_stub.h
280
(struct ifnet *, int, void *, size_t));
sys/sys/domain.h
49
struct ifnet;
sys/sys/domain.h
70
(struct ifnet *);
sys/sys/domain.h
72
(struct ifnet *);
sys/sys/domain.h
74
(struct ifnet *);
sys/sys/domain.h
76
(struct ifnet *, void *);
sys/sys/domain.h
78
(struct ifnet *, int);
sys/sys/mbuf.h
739
struct mbuf *m_devget(char *, int, int, struct ifnet *);
sys/sys/mbuf.h
827
m_set_rcvif(struct mbuf *m, const struct ifnet *ifp)
sys/sys/mbuf.h
909
static __inline struct ifnet *
sys/sys/mbuf.h
912
struct ifnet *ifp;
sys/sys/mbuf.h
924
m_put_rcvif(struct ifnet *ifp, int *s)
sys/sys/mbuf.h
938
static __inline struct ifnet *
sys/sys/mbuf.h
946
m_put_rcvif_psref(struct ifnet *ifp, struct psref *psref)
sys/sys/mbuf.h
959
static __inline struct ifnet *
sys/sys/pmf.h
116
struct ifnet;
sys/sys/pmf.h
117
void pmf_class_network_register(device_t, struct ifnet *);
sys/sys/protosw.h
249
int (*pr_ioctl)(struct socket *, u_long, void *, struct ifnet *);
sys/sys/protosw.h
258
int (*pr_purgeif)(struct socket *, struct ifnet *);
sys/sys/protosw.h
386
void *c, struct ifnet *d) \
sys/sys/protosw.h
465
struct ifnet *b) \
sys/sys/protosw.h
61
struct ifnet;
sys/sys/systm.h
264
struct ifnet;
sys/sys/systm.h
266
void aprint_normal_ifnet(struct ifnet *, const char *, ...)
sys/sys/systm.h
268
void aprint_error_ifnet(struct ifnet *, const char *, ...)
sys/sys/systm.h
270
void aprint_naive_ifnet(struct ifnet *, const char *, ...)
sys/sys/systm.h
272
void aprint_verbose_ifnet(struct ifnet *, const char *, ...)
sys/sys/systm.h
274
void aprint_debug_ifnet(struct ifnet *, const char *, ...)
usr.bin/fstat/misc.c
128
struct ifnet ifn;
usr.bin/netstat/if.c
1008
ifnet.if_snd.ifq_drops - ip->ift_oq);
usr.bin/netstat/if.c
1017
ip->ift_oq = ifnet.if_snd.ifq_drops;
usr.bin/netstat/if.c
1026
off = (u_long)ifnet.if_list.tqe_next;
usr.bin/netstat/if.c
342
struct ifnet ifnet;
usr.bin/netstat/if.c
375
if (kread(ifnetaddr, (char *)&ifnet, sizeof ifnet))
usr.bin/netstat/if.c
377
memmove(name, ifnet.if_xname, IFNAMSIZ);
usr.bin/netstat/if.c
379
ifnetaddr = (u_long)ifnet.if_list.tqe_next;
usr.bin/netstat/if.c
389
if ((ifnet.if_flags & IFF_UP) == 0)
usr.bin/netstat/if.c
392
ifaddraddr = (u_long)ifnet.if_addrlist.tqh_first;
usr.bin/netstat/if.c
399
(unsigned long long)ifnet.if_mtu);
usr.bin/netstat/if.c
416
print_addr(ifnet.if_index, sa, (void *)&ifaddr,
usr.bin/netstat/if.c
417
&ifd, &ifnet, NULL);
usr.bin/netstat/if.c
515
struct if_data *ifd, struct ifnet *ifnet, struct if_data_ext *dext)
usr.bin/netstat/if.c
558
if (ifnet) {
usr.bin/netstat/if.c
609
if (ifnet) {
usr.bin/netstat/if.c
687
printf(" %6" PRIu64, ifnet ?
usr.bin/netstat/if.c
688
ifnet->if_snd.ifq_drops : dext->ifi_oqdrops);
usr.bin/netstat/if.c
690
printf(" %4d", ifnet ? ifnet->if_timer : 0);
usr.bin/netstat/if.c
842
struct ifnet ifnet;
usr.bin/netstat/if.c
870
if (kread(off, (char *)&ifnet, sizeof ifnet))
usr.bin/netstat/if.c
873
snprintf(ip->ift_name, IFNAMSIZ, "%s", ifnet.if_xname);
usr.bin/netstat/if.c
874
if (interface && strcmp(ifnet.if_xname, interface) == 0)
usr.bin/netstat/if.c
879
off = (u_long)ifnet.if_list.tqe_next;
usr.bin/netstat/if.c
93
struct if_data *, struct ifnet *, struct if_data_ext *);
usr.bin/netstat/if.c
965
if (kread(off, (char *)&ifnet, sizeof ifnet)) {
usr.bin/netstat/mroute6.c
179
struct ifnet ifnet;
usr.bin/netstat/mroute6.c
185
kread((u_long)mifp->m6_ifp, (char *)&ifnet, sizeof(ifnet));
usr.bin/netstat/mroute6.c
194
"reg0" : if_indextoname(ifnet.if_index, ifname));
usr.bin/netstat/route.c
244
static struct ifnet ifnet, *lastif;
usr.bin/netstat/route.c
285
kget(rt->rt_ifp, ifnet);
usr.bin/netstat/route.c
288
printf(" %.16s%s", ifnet.if_xname,
usr.sbin/npf/npftest/libnpftest/npf_test_subr.c
39
TAILQ_ENTRY(ifnet) if_list;
usr.sbin/npf/npftest/libnpftest/npf_test_subr.c
43
static TAILQ_HEAD(, ifnet) npftest_ifnet_list =