Home
last modified time | relevance | path

Searched refs:ac_if (Results 1 – 25 of 145) sorted by relevance

123456

/openbsd/sys/dev/isa/
H A Dif_ef_isapnp.c146 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in ef_isapnp_attach()
369 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in efinit()
451 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in efstop()
493 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in efintr()
509 efstart(&sc->sc_arpcom.ac_if); in efintr()
545 sc->sc_arpcom.ac_if.if_oerrors++; in eftxstat()
554 sc->sc_arpcom.ac_if.if_oerrors++; in eftxstat()
568 sc->sc_arpcom.ac_if.if_collisions++; in eftxstat()
605 sc->sc_arpcom.ac_if.if_oerrors++; in efwatchdog()
612 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in efsetmulti()
[all …]
H A Dif_ie.c787 ++sc->sc_arpcom.ac_if.if_oerrors; in iewatchdog()
842 sc->sc_arpcom.ac_if.if_ierrors++; in ieintr()
882 sc->sc_arpcom.ac_if.if_ierrors += in ierint()
1112 sc->sc_arpcom.ac_if.if_timer = 5; in iexmit()
1135 sc->sc_arpcom.ac_if.if_ierrors++; in ieget()
1159 sc->sc_arpcom.ac_if.if_ierrors++; in ieget()
1176 sc->sc_arpcom.ac_if.if_ierrors++; in ieget()
1230 sc->sc_arpcom.ac_if.if_ierrors++; in ieget()
1264 sc->sc_arpcom.ac_if.if_ierrors++; in ie_readframe()
1275 if_input(&sc->sc_arpcom.ac_if, &ml); in ie_readframe()
[all …]
H A Dif_eg.c349 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in egattach()
421 register struct ifnet *ifp = &sc->sc_arpcom.ac_if; in eginit()
611 sc->sc_arpcom.ac_if.if_oerrors++; in egintr()
613 sc->sc_arpcom.ac_if.if_collisions += in egintr()
615 ifq_clr_oactive(&sc->sc_arpcom.ac_if.if_snd); in egintr()
616 egstart(&sc->sc_arpcom.ac_if); in egintr()
651 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in egread()
785 sc->sc_arpcom.ac_if.if_oerrors++; in egwatchdog()
H A Dif_el.c164 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in elattach()
242 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in elinit()
439 if (sc->sc_arpcom.ac_if.if_flags & IFF_PROMISC) in elintr()
475 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in elread()
607 sc->sc_arpcom.ac_if.if_oerrors++; in elwatchdog()
/openbsd/sys/net/
H A Dif_trunk.h237 #define tr_ifflags tr_ac.ac_if.if_flags /* flags */
238 #define tr_ifname tr_ac.ac_if.if_xname /* name */
239 #define tr_capabilities tr_ac.ac_if.if_capabilities /* capabilities */
240 #define tr_ifindex tr_ac.ac_if.if_index /* int index */
H A Dif_bpe.c155 ifp = &sc->sc_ac.ac_if; in bpe_clone_create()
434 struct ifnet *ifp = &sc->sc_ac.ac_if; in bpe_up()
526 struct ifnet *ifp = &sc->sc_ac.ac_if; in bpe_down()
588 struct ifnet *ifp = &sc->sc_ac.ac_if; in bpe_set_vnetid()
613 struct ifnet *ifp = &sc->sc_ac.ac_if; in bpe_set_parent()
664 struct ifnet *ifp = &sc->sc_ac.ac_if; in bpe_del_parent()
789 ifp = &sc->sc_ac.ac_if; in bpe_input()
823 struct ifnet *ifp = &sc->sc_ac.ac_if; in bpe_detach_hook()
854 struct ifnet *ifp = &sc->sc_ac.ac_if; in bpe_link_state()
916 return (strlcpy(dst, sc->sc_ac.ac_if.if_xname, len)); in bpe_eb_port_ifname()
H A Dif_vxlan.c246 ifp = &sc->sc_ac.ac_if; in vxlan_clone_create()
325 struct ifnet *ifp = &sc->sc_ac.ac_if; in vxlan_encap()
558 struct ifnet *ifp = &sc->sc_ac.ac_if; in vxlan_send()
668 ifp = &sc->sc_ac.ac_if; in vxlan_input()
1095 struct ifnet *ifp = &sc->sc_ac.ac_if; in vxlan_up()
1186 struct ifnet *ifp = &sc->sc_ac.ac_if; in vxlan_down()
1282 struct ifnet *ifp = &sc->sc_ac.ac_if; in vxlan_set_rdomain()
1314 struct ifnet *ifp = &sc->sc_ac.ac_if; in vxlan_set_tunnel()
1485 struct ifnet *ifp = &sc->sc_ac.ac_if; in vxlan_del_tunnel()
1507 struct ifnet *ifp = &sc->sc_ac.ac_if; in vxlan_set_vnetid()
[all …]
H A Dif_trunk.c181 ifp = &tr->tr_ac.ac_if; in trunk_clone_create()
239 struct ifnet *ifp = &ac->ac_if; in trunk_lladdr()
311 tr->tr_ac.ac_if.if_mtu = ifp->if_mtu; in trunk_port_create()
312 tr->tr_ac.ac_if.if_hardmtu = ifp->if_hardmtu; in trunk_port_create()
313 } else if (tr->tr_ac.ac_if.if_mtu != ifp->if_mtu) { in trunk_port_create()
315 ifp->if_xname, ifp->if_mtu, tr->tr_ac.ac_if.if_mtu); in trunk_port_create()
327 if (ifp == &tr_ptr->tr_ac.ac_if) { in trunk_port_create()
1168 trifp = &tr->tr_ac.ac_if; in trunk_input()
1295 if (tr->tr_ac.ac_if.if_link_state != new_link) { in trunk_link_active()
1296 tr->tr_ac.ac_if.if_link_state = new_link; in trunk_link_active()
[all …]
/openbsd/sys/dev/ic/
H A Delink3.c251 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in epconfig()
427 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in ep_detach()
1104 if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) in epstatus()
1113 if (sc->sc_arpcom.ac_if.if_flags & IFF_DEBUG) in epstatus()
1157 ++sc->sc_arpcom.ac_if.if_oerrors; in eptxstat()
1165 ++sc->sc_arpcom.ac_if.if_oerrors; in eptxstat()
1178 ++sc->sc_arpcom.ac_if.if_collisions; in eptxstat()
1192 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in epintr()
1240 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in epread()
1476 ++sc->sc_arpcom.ac_if.if_oerrors; in epwatchdog()
[all …]
H A Di82596.c273 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in i82596_attach()
463 sc->sc_arpcom.ac_if.if_ierrors += in i82596_count_errors()
649 sc->sc_arpcom.ac_if.if_ierrors++;
699 sc->sc_arpcom.ac_if.if_ierrors++;
705 sc->sc_arpcom.ac_if.if_ierrors++;
779 sc->sc_arpcom.ac_if.if_collisions += 16;
1081 struct ifnet *ifp = &sc->sc_arpcom.ac_if;
1096 sc->sc_arpcom.ac_if.if_ierrors++;
1194 sc->sc_arpcom.ac_if.if_timer = 5;
1353 sc->sc_arpcom.ac_if.if_timer = 0;
[all …]
H A Ddp8390.c79 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in dp8390_config()
223 ++sc->sc_arpcom.ac_if.if_oerrors; in dp8390_watchdog()
236 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in dp8390_init()
372 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in dp8390_xmit()
486 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in dp8390_rint()
616 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in dp8390_intr()
873 struct ifnet *ifp = &ac->ac_if; in dp8390_getmcaf()
1107 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in dp8390_detach()
H A Dhme.c104 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in hme_config()
298 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in hme_unconfig()
325 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in hme_tick()
374 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in hme_stop()
495 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in hme_init()
746 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in hme_tint()
800 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in hme_rint()
858 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in hme_eint()
1091 sc->sc_arpcom.ac_if.if_flags |= IFF_SIMPLEX; in hme_mii_statchg()
1094 sc->sc_arpcom.ac_if.if_flags &= ~IFF_SIMPLEX; in hme_mii_statchg()
[all …]
H A Drtl81x9.c441 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rl_iff()
558 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rl_rxeof()
690 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rl_txeof()
749 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rl_intr()
904 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rl_init()
1068 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rl_stop()
1103 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rl_attach()
1224 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rl_activate()
1352 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rl_detach()
H A Dsmc91cxx.c186 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in smc91cxx_attach()
393 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in smc91cxx_init()
697 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in smc91cxx_intr()
887 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in smc91cxx_read()
1079 ++sc->sc_arpcom.ac_if.if_oerrors; in smc91cxx_watchdog()
1109 sc->sc_arpcom.ac_if.if_timer = 0; in smc91cxx_stop()
1146 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in smc91cxx_detach()
H A Drtl80x9.c75 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rtl80x9_mediastatus()
105 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in rtl80x9_init_card()
H A Daic6915.c154 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in sf_attach()
286 ifp = &sc->sc_arpcom.ac_if; in sf_attach()
629 sf_init(&sc->sc_arpcom.ac_if); in sf_intr()
632 sf_start(&sc->sc_arpcom.ac_if); in sf_intr()
646 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in sf_txintr()
714 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in sf_rxintr()
857 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in sf_stats_update()
1282 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in sf_set_filter()
H A Dam7990.c143 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in am7990_meminit()
215 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in am7990_rint()
296 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in am7990_tint()
381 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in am7990_intr()
H A Dam79900.c176 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in am79900_meminit()
247 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in am79900_rint()
326 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in am79900_tint()
408 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in am79900_intr()
/openbsd/sys/arch/macppc/dev/
H A Dif_mc.c352 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in mc_attach()
588 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in mc_init()
658 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in mc_stop()
692 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in mc_intr()
736 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in mc_tint()
782 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in mc_rint()
831 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in maceput()
868 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in mace_read()
1088 struct ifnet *ifp = &sc->sc_arpcom.ac_if; in mace_calcladrf()
/openbsd/sys/dev/pci/
H A Dif_se.c370 struct ifnet *ifp = &sc->sc_ac.ac_if; in se_miibus_statchg()
442 struct ifnet *ifp = &ac->ac_if; in se_iff()
524 struct ifnet *ifp = &ac->ac_if; in se_attach()
684 ifp = &sc->sc_ac.ac_if; in se_attach()
734 struct ifnet *ifp = &sc->sc_ac.ac_if; in se_activate()
833 struct ifnet *ifp = &sc->sc_ac.ac_if; in se_newbuf()
901 struct ifnet *ifp = &sc->sc_ac.ac_if; in se_rxeof()
968 struct ifnet *ifp = &sc->sc_ac.ac_if; in se_txeof()
1026 struct ifnet *ifp = &sc->sc_ac.ac_if; in se_tick()
1047 struct ifnet *ifp = &sc->sc_ac.ac_if; in se_intr()
[all …]
H A Dif_ste.c493 struct ifnet *ifp = &sc->arpcom.ac_if; in ste_iff()
552 ifp = &sc->arpcom.ac_if; in ste_intr()
632 ifp = &sc->arpcom.ac_if; in ste_rxeof()
701 ifp = &sc->arpcom.ac_if; in ste_txeoc()
737 ifp = &sc->arpcom.ac_if; in ste_txeof()
769 ifp = &sc->arpcom.ac_if; in ste_stats_update()
894 ifp = &sc->arpcom.ac_if; in ste_attach()
1027 struct ifnet *ifp = &sc->arpcom.ac_if; in ste_init()
1125 ifp = &sc->arpcom.ac_if; in ste_stop()
H A Dif_lge.c307 struct ifnet *ifp = &ac->ac_if; in lge_setmulti()
491 ifp = &sc->arpcom.ac_if; in lge_attach()
684 ifp = &sc->arpcom.ac_if; in lge_rxeof()
761 ifp = &sc->arpcom.ac_if; in lge_txeof()
798 struct ifnet *ifp = &sc->arpcom.ac_if; in lge_tick()
832 ifp = &sc->arpcom.ac_if; in lge_intr()
990 struct ifnet *ifp = &sc->arpcom.ac_if; in lge_init()
1240 ifp = &sc->arpcom.ac_if; in lge_stop()
/openbsd/sys/arch/armv7/sunxi/
H A Dsxie.c256 ifp = &sc->sc_ac.ac_if; in sxie_attach()
334 ether_fakeaddr(&sc->sc_ac.ac_if); in sxie_socware_init()
388 struct ifnet *ifp = &sc->sc_ac.ac_if; in sxie_init()
435 struct ifnet *ifp = &sc->sc_ac.ac_if; in sxie_intr()
538 struct ifnet *ifp = &sc->sc_ac.ac_if; in sxie_stop()
577 struct ifnet *ifp = &sc->sc_ac.ac_if; in sxie_recv()
/openbsd/sys/dev/usb/
H A Dif_smsc.c337 struct ifnet *ifp = &sc->sc_ac.ac_if; in smsc_miibus_statchg()
446 struct ifnet *ifp = &sc->sc_ac.ac_if; in smsc_iff()
493 struct ifnet *ifp = &sc->sc_ac.ac_if; in smsc_sethwcsum()
567 struct ifnet *ifp = &sc->sc_ac.ac_if; in smsc_init()
690 ifp = &sc->sc_ac.ac_if; in smsc_stop()
1004 ifp = &sc->sc_ac.ac_if; in smsc_attach()
1070 struct ifnet *ifp = &sc->sc_ac.ac_if; in smsc_detach()
1166 struct ifnet *ifp = &sc->sc_ac.ac_if; in smsc_rxeof()
1269 ifp = &sc->sc_ac.ac_if; in smsc_txeof()
/openbsd/sys/dev/pv/
H A Dif_xnf.c244 struct ifnet *ifp = &sc->sc_ac.ac_if; in xnf_attach()
325 struct ifnet *ifp = &sc->sc_ac.ac_if; in xnf_detach()
443 struct ifnet *ifp = &sc->sc_ac.ac_if; in xnf_init()
464 struct ifnet *ifp = &sc->sc_ac.ac_if; in xnf_stop()
674 struct ifnet *ifp = &sc->sc_ac.ac_if; in xnf_intr()
696 struct ifnet *ifp = &sc->sc_ac.ac_if; in xnf_txeof()
746 struct ifnet *ifp = &sc->sc_ac.ac_if; in xnf_rxeof()
840 struct ifnet *ifp = &sc->sc_ac.ac_if; in xnf_rx_ring_fill()
992 struct ifnet *ifp = &sc->sc_ac.ac_if; in xnf_tx_ring_create()

123456