Searched refs:ifp (Results 101 - 125 of 582) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/net/
H A Dif_gif.c101 void (*ng_gif_input_p)(struct ifnet *ifp, struct mbuf **mp, int af);
102 void (*ng_gif_input_orphan_p)(struct ifnet *ifp, struct mbuf *m, int af);
103 void (*ng_gif_attach_p)(struct ifnet *ifp);
104 void (*ng_gif_detach_p)(struct ifnet *ifp);
202 gif_clone_destroy(ifp)
203 struct ifnet *ifp;
208 struct gif_softc *sc = ifp->if_softc;
214 gif_delete_tunnel(ifp);
229 (*ng_gif_detach_p)(ifp);
230 bpfdetach(ifp);
353 gif_start(struct ifnet *ifp) argument
425 gif_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, struct route *ro) argument
[all...]
H A Dif_sppp.h206 #define IFP2SP(ifp) ((struct sppp *)(ifp)->if_l2com)
216 void sppp_attach (struct ifnet *ifp);
217 void sppp_detach (struct ifnet *ifp);
218 void sppp_input (struct ifnet *ifp, struct mbuf *m);
219 int sppp_ioctl (struct ifnet *ifp, u_long cmd, void *data);
220 struct mbuf *sppp_dequeue (struct ifnet *ifp);
221 struct mbuf *sppp_pick(struct ifnet *ifp);
222 int sppp_isempty (struct ifnet *ifp);
223 void sppp_flush (struct ifnet *ifp);
[all...]
H A Dif_spppsubr.c236 #define SPP_ARGS(ifp) (ifp)->if_xname
261 struct ifnet *ifp = SP2IFP(sp); \
262 int debug = ifp->if_flags & IFF_DEBUG
264 static int sppp_output(struct ifnet *ifp, struct mbuf *m,
392 static void sppp_ifstart (struct ifnet *ifp);
456 sppp_alloc(u_char type, struct ifnet *ifp) argument
461 sp->pp_ifp = ifp;
510 sppp_input(struct ifnet *ifp, struct mbuf *m) argument
514 struct sppp *sp = IFP2SP(ifp);
770 sppp_ifstart(struct ifnet *ifp) argument
788 sppp_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, struct route *ro) argument
1025 sppp_attach(struct ifnet *ifp) argument
1078 sppp_detach(struct ifnet *ifp) argument
1104 sppp_flush_unlocked(struct ifnet *ifp) argument
1114 sppp_flush(struct ifnet *ifp) argument
1127 sppp_isempty(struct ifnet *ifp) argument
1143 sppp_dequeue(struct ifnet *ifp) argument
1171 sppp_pick(struct ifnet *ifp) argument
1193 sppp_ioctl(struct ifnet *ifp, IOCTL_CMD_T cmd, void *data) argument
2947 struct ifnet *ifp = SP2IFP(sp); local
3157 struct ifnet *ifp = SP2IFP(sp); local
3202 struct ifnet *ifp = SP2IFP(sp); local
3492 struct ifnet *ifp = SP2IFP(sp); local
3656 struct ifnet *ifp = SP2IFP(sp); local
3702 struct ifnet *ifp = SP2IFP(sp); local
4796 struct ifnet *ifp = SP2IFP(sp); local
4850 struct ifnet *ifp = SP2IFP(sp); local
4953 struct ifnet *ifp = SP2IFP(sp); local
[all...]
/freebsd-10.0-release/sys/dev/wb/
H A Dif_wb.c415 struct ifnet *ifp; local
422 ifp = sc->wb_ifp;
426 if (ifp->if_flags & IFF_ALLMULTI || ifp->if_flags & IFF_PROMISC) {
439 if_maddr_rlock(ifp);
440 TAILQ_FOREACH(ifma, &ifp->if_multiaddrs, ifma_link) {
451 if_maddr_runlock(ifp);
545 struct ifnet *ifp; local
549 ifp = sc->wb_ifp;
598 struct ifnet *ifp; local
713 struct ifnet *ifp; local
876 struct ifnet *ifp; local
966 struct ifnet *ifp; local
1020 struct ifnet *ifp; local
1043 struct ifnet *ifp; local
1355 struct ifnet *ifp = sc->wb_ifp; local
1553 struct ifnet *ifp; local
1580 struct ifnet *ifp; local
[all...]
/freebsd-10.0-release/sys/dev/usb/
H A Dusb_pf.c112 if (ubus != NULL && ubus->ifp != NULL)
113 usbpf_clone_destroy(usbpf_cloner, ubus->ifp);
119 usbpf_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
157 if (ubus->ifp != NULL)
168 struct ifnet *ifp; local
180 if (ubus->ifp != NULL)
189 ifp = ubus->ifp = if_alloc(IFT_USB);
190 if (ifp == NULL) {
196 strlcpy(ifp
215 usbpf_clone_destroy(struct if_clone *ifc, struct ifnet *ifp) argument
[all...]
/freebsd-10.0-release/sys/dev/fe/
H A Dif_fe.c433 if_printf(sc->ifp,
549 if_printf(sc->ifp,
651 if_printf(sc->ifp,
690 if_printf(sc->ifp,
735 struct ifnet *ifp; local
739 ifp = sc->ifp = if_alloc(IFT_ETHER);
740 if (ifp == NULL) {
753 ifp->if_softc = sc;
754 if_initname(sc->ifp, device_get_nam
1169 fe_start(struct ifnet *ifp) argument
1179 fe_start_locked(struct ifnet *ifp) argument
1769 fe_ioctl(struct ifnet * ifp, u_long command, caddr_t data) argument
1835 struct ifnet *ifp = sc->ifp; local
2220 fe_medchange(struct ifnet *ifp) argument
2256 fe_medstat(struct ifnet *ifp, struct ifmediareq *ifmr) argument
[all...]
/freebsd-10.0-release/sys/dev/tsec/
H A Dif_tsec.c77 static int tsec_ifmedia_upd(struct ifnet *ifp);
78 static void tsec_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr);
86 static int tsec_ioctl(struct ifnet *ifp, u_long command, caddr_t data);
90 static void tsec_start(struct ifnet *ifp);
91 static void tsec_start_locked(struct ifnet *ifp);
118 struct ifnet *ifp; local
239 ifp = sc->tsec_ifp = if_alloc(IFT_ETHER);
240 if (ifp == NULL) {
246 ifp->if_softc = sc;
247 if_initname(ifp, device_get_nam
358 struct ifnet *ifp = sc->tsec_ifp; local
672 struct ifnet *ifp; local
688 tsec_start(struct ifnet *ifp) argument
698 tsec_start_locked(struct ifnet *ifp) argument
780 struct ifnet *ifp; local
844 struct ifnet *ifp; local
863 tsec_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
898 tsec_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
991 tsec_ifmedia_upd(struct ifnet *ifp) argument
1006 tsec_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
1188 struct ifnet *ifp; local
1230 struct ifnet *ifp; local
1262 struct ifnet *ifp; local
1413 struct ifnet *ifp; local
1498 struct ifnet *ifp; local
1809 struct ifnet *ifp = sc->tsec_ifp; local
1878 struct ifnet *ifp = sc->tsec_ifp; local
[all...]
/freebsd-10.0-release/sbin/routed/
H A Dparms.c55 get_parms(struct interface *ifp) argument
65 || !strcmp(ifp->int_name, parmp->parm_name)
67 && on_net(ifp->int_addr,
73 ifp->int_state |= parmp->parm_int_state;
78 memcpy(&ifp->int_auth[num_passwds++],
80 sizeof(ifp->int_auth[0]));
83 ifp->int_rdisc_pref = parmp->parm_rdisc_pref;
85 ifp->int_rdisc_int = parmp->parm_rdisc_int;
87 ifp->int_adj_inmetric = parmp->parm_adj_inmetric;
89 ifp
172 struct interface *ifp; local
[all...]
H A Dmain.c113 struct interface *ifp; local
535 LIST_FOREACH(ifp, &ifnet, int_list) {
538 if (ifp->int_rip_sock >= 0
539 && FD_ISSET(ifp->int_rip_sock, &ibits)) {
540 read_rip(ifp->int_rip_sock, ifp);
572 struct interface *ifp; local
586 LIST_FOREACH(ifp, &ifnet, int_list) {
587 if (ifp->int_rip_sock >= 0) {
588 FD_SET(ifp
686 struct interface *ifp; local
719 rip_mcast_on(struct interface *ifp) argument
745 rip_on(struct interface *ifp) argument
[all...]
/freebsd-10.0-release/sys/arm/econa/
H A Dif_ece.c144 static int eceioctl(struct ifnet * ifp, u_long, caddr_t);
158 static int ece_ifmedia_upd(struct ifnet *ifp);
159 static void ece_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr);
270 struct ifnet *ifp = NULL; local
355 sc->ifp = ifp = if_alloc(IFT_ETHER);
357 err = mii_attach(dev, &sc->miibus, ifp, ece_ifmedia_upd,
363 ifp->if_softc = sc;
364 if_initname(ifp, device_get_name(dev), device_get_unit(dev));
365 ifp
456 struct ifnet *ifp = sc->ifp; local
810 struct ifnet *ifp; local
903 ece_ifmedia_upd(struct ifnet *ifp) argument
920 ece_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
1327 struct ifnet *ifp = sc->ifp; local
1446 struct ifnet *ifp = sc->ifp; local
1463 struct ifnet *ifp = sc->ifp; local
1520 struct ifnet *ifp = sc->ifp; local
1533 struct ifnet *ifp = sc->ifp; local
1550 struct ifnet *ifp = sc->ifp; local
1599 struct ifnet *ifp; local
1697 ecestart_locked(struct ifnet *ifp) argument
1744 struct ifnet *ifp; local
1750 ecestart(struct ifnet *ifp) argument
1765 struct ifnet *ifp = sc->ifp; local
1803 struct ifnet *ifp = sc->ifp; local
1818 struct ifnet *ifp; local
1843 eceioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
[all...]
/freebsd-10.0-release/sys/powerpc/pseries/
H A Dphyp_llan.c109 struct ifnet *ifp; member in struct:llan_softc
116 static void llan_start(struct ifnet *ifp);
117 static int llan_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
209 sc->ifp = if_alloc(IFT_ETHER);
210 sc->ifp->if_softc = sc;
212 if_initname(sc->ifp, device_get_name(dev), device_get_unit(dev));
213 sc->ifp->if_mtu = ETHERMTU; /* XXX max-frame-size from OF? */
214 sc->ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
215 sc->ifp->if_hwassist = 0; /* XXX: ibm,illan-options */
216 sc->ifp
401 llan_start_locked(struct ifnet *ifp) argument
441 llan_start(struct ifnet *ifp) argument
453 struct ifnet *ifp = sc->ifp; local
477 llan_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
[all...]
/freebsd-10.0-release/sys/dev/nge/
H A Dif_nge.c514 struct ifnet *ifp; local
523 ifp = sc->nge_ifp;
524 if (mii == NULL || ifp == NULL ||
525 (ifp->if_drv_flags & IFF_DRV_RUNNING) == 0)
664 struct ifnet *ifp; local
670 ifp = sc->nge_ifp;
697 if ((ifp->if_flags & IFF_BROADCAST) != 0)
700 if ((ifp->if_flags & IFF_PROMISC) != 0 ||
701 (ifp->if_flags & IFF_ALLMULTI) != 0) {
703 if ((ifp
821 struct ifnet *ifp; local
988 struct ifnet *ifp; local
1442 struct ifnet *ifp; local
1619 struct ifnet *ifp; local
1701 struct ifnet *ifp; local
1755 nge_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1807 struct ifnet *ifp; local
1983 nge_start(struct ifnet *ifp) argument
1994 nge_start_locked(struct ifnet *ifp) argument
2059 struct ifnet *ifp = sc->nge_ifp; local
2249 nge_mediachange(struct ifnet *ifp) argument
2271 nge_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
2286 nge_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
2431 struct ifnet *ifp; local
2485 struct ifnet *ifp; local
2543 struct ifnet *ifp; local
2629 struct ifnet *ifp; local
[all...]
/freebsd-10.0-release/sys/dev/xl/
H A Dif_xl.c253 static int xl_poll(struct ifnet *ifp, enum poll_cmd cmd, int count);
254 static int xl_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count);
606 struct ifnet *ifp; local
612 ifp = sc->xl_ifp;
622 if (ifp->if_flags & IFF_BROADCAST)
626 if (ifp->if_flags & (IFF_PROMISC | IFF_ALLMULTI)) {
627 if (ifp->if_flags & IFF_PROMISC)
629 if (ifp->if_flags & IFF_ALLMULTI)
632 if_maddr_rlock(ifp);
633 TAILQ_FOREACH(ifma, &ifp
652 struct ifnet *ifp; local
1067 struct ifnet *ifp; local
1555 struct ifnet *ifp; local
1829 struct ifnet *ifp = sc->xl_ifp; local
1991 struct ifnet *ifp = sc->xl_ifp; local
2040 struct ifnet *ifp = sc->xl_ifp; local
2151 struct ifnet *ifp = sc->xl_ifp; local
2214 xl_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
2227 xl_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
2297 struct ifnet *ifp = sc->xl_ifp; local
2338 struct ifnet *ifp = sc->xl_ifp; local
2430 xl_start(struct ifnet *ifp) argument
2445 xl_start_locked(struct ifnet *ifp) argument
2577 xl_start_90xB_locked(struct ifnet *ifp) argument
2674 struct ifnet *ifp = sc->xl_ifp; local
2880 xl_ifmedia_upd(struct ifnet *ifp) argument
2923 xl_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
2995 xl_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
3096 struct ifnet *ifp = sc->xl_ifp; local
3153 struct ifnet *ifp = sc->xl_ifp; local
3248 struct ifnet *ifp; local
3268 struct ifnet *ifp; local
[all...]
/freebsd-10.0-release/sys/netinet6/
H A Din6.c153 struct ifnet *ifp; local
157 ifp = ifa->ifa_ifp;
158 IF_AFDATA_LOCK(ifp);
160 ln = lla_lookup(LLTABLE6(ifp), (LLE_CREATE | LLE_IFADDR |
162 IF_AFDATA_UNLOCK(ifp);
197 struct ifnet *ifp; local
200 ifp = ifa->ifa_ifp;
213 gateway.sdl_alen = ifp->if_addrlen;
269 struct ifnet *ifp, struct thread *td)
307 if (ifp
268 in6_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, struct thread *td) argument
849 in6_update_ifa_join_mc(struct ifnet *ifp, struct in6_aliasreq *ifra, struct in6_ifaddr *ia, int flags, struct in6_multi **in6m_sol) argument
1024 in6_update_ifa(struct ifnet *ifp, struct in6_aliasreq *ifra, struct in6_ifaddr *ia, int flags) argument
1354 in6_purgeaddr_mc(struct ifnet *ifp, struct in6_ifaddr *ia, struct ifaddr *ifa0) argument
1485 struct ifnet *ifp = ifa->ifa_ifp; local
1549 in6_unlink_ifa(struct in6_ifaddr *ia, struct ifnet *ifp) argument
1592 in6_purgeif(struct ifnet *ifp) argument
1629 in6_lifaddr_ioctl(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, struct thread *td) argument
1880 in6_ifinit(struct ifnet *ifp, struct in6_ifaddr *ia, struct sockaddr_in6 *sin6, int newhost) argument
1956 in6ifa_ifpforlinklocal(struct ifnet *ifp, int ignoreflags) argument
1983 in6ifa_ifpwithaddr(struct ifnet *ifp, struct in6_addr *addr) argument
2005 in6ifa_llaonifp(struct ifnet *ifp) argument
2246 in6_ifawithifp(struct ifnet *ifp, struct in6_addr *dst) argument
2340 in6_if_up(struct ifnet *ifp) argument
2370 in6if_do_dad(struct ifnet *ifp) argument
2416 struct ifnet *ifp; local
2441 in6_if2idlen(struct ifnet *ifp) argument
2564 in6_lltable_rtcheck(struct ifnet *ifp, u_int flags, const struct sockaddr *l3addr) argument
2607 struct ifnet *ifp = llt->llt_ifp; local
2681 struct ifnet *ifp = llt->llt_ifp; local
2757 in6_domifattach(struct ifnet *ifp) argument
2797 in6_domifdetach(struct ifnet *ifp, void *aux) argument
[all...]
/freebsd-10.0-release/sys/dev/wtap/
H A Dif_wtap.c89 struct ifnet *ifp; local
109 TAILQ_FOREACH(ifp, &V_ifnet, if_link) {
110 printf("ifp->if_xname = %s\n", ifp->if_xname);
111 if(strcmp(devtoname(dev), ifp->if_xname) == 0){
113 ifp->if_xname);
114 sc = (struct wtap_softc *)ifp->if_softc;
151 wtap_media_change(struct ifnet *ifp) argument
155 int error = ieee80211_media_change(ifp);
383 wtap_start(struct ifnet *ifp) argument
437 wtap_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
584 struct ifnet *ifp = sc->sc_ifp; local
623 struct ifnet *ifp = sc->sc_ifp; local
705 wtap_update_mcast(struct ifnet *ifp) argument
712 wtap_update_promisc(struct ifnet *ifp) argument
719 wtap_if_transmit(struct ifnet *ifp, struct mbuf *m) argument
765 struct ifnet *ifp; local
886 struct ifnet *ifp = sc->sc_ifp; local
[all...]
/freebsd-10.0-release/sys/dev/netmap/
H A Dnetmap_kern.h45 #define NM_SEND_UP(ifp, m) ((ifp)->if_input)(ifp, m)
53 #define NM_SEND_UP(ifp, m) netif_rx(m)
79 #define NM_SEND_UP(ifp, m) ((ifp)->if_input)(ifp, m)
160 * NA(ifp) points here, and the first entry (which hopefully
208 struct ifnet *ifp; /* adapter is ifp member in struct:netmap_adapter
[all...]
/freebsd-10.0-release/usr.bin/compress/
H A Dcompress.c199 FILE *ifp, *ofp; local
208 ifp = ofp = NULL;
209 if ((ifp = fopen(in, "r")) == NULL) {
224 while ((nr = fread(buf, 1, sizeof(buf), ifp)) != 0)
230 if (ferror(ifp) || fclose(ifp)) {
234 ifp = NULL;
280 if (ifp)
281 (void)fclose(ifp);
289 FILE *ifp, *of local
[all...]
/freebsd-10.0-release/sys/dev/firewire/
H A Dif_fwevar.h48 struct ifnet *ifp; member in struct:fwe_softc::fwe_eth_softc
/freebsd-10.0-release/sys/mips/cavium/octe/
H A Dethernet-rgmii.c60 static void cvm_oct_rgmii_poll(struct ifnet *ifp) argument
62 cvm_oct_private_t *priv = (cvm_oct_private_t *)ifp->if_softc;
104 DEBUGPRINT("%s: Using 10Mbps with software preamble removal\n", if_name(ifp));
167 struct ifnet *ifp = cvm_oct_device[cvmx_helper_get_ipd_port(interface, index)]; local
168 if (ifp)
169 cvm_oct_rgmii_poll(ifp);
194 struct ifnet *ifp = cvm_oct_device[cvmx_helper_get_ipd_port(interface, index)]; local
195 if (ifp)
196 cvm_oct_rgmii_poll(ifp);
210 int cvm_oct_rgmii_init(struct ifnet *ifp) argument
277 cvm_oct_rgmii_uninit(struct ifnet *ifp) argument
[all...]
/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dsap.h66 struct interface *ifp; member in struct:sap_entry
87 void sapsndmsg(struct sockaddr *dst, int flags, struct interface *ifp,
92 struct interface *ifp,
97 struct sap_entry *sap_nearestserver(ushort ServType, struct interface *ifp);
/freebsd-10.0-release/contrib/ngatm/snmp_atm/
H A Dsnmp_atm.c78 if (strcmp(aif->pub.ifp->name, name) == 0)
145 atmif_notify(struct mibif *ifp __unused, enum mibif_notify event, void *data)
167 strcpy(ifmr.ifm_name, aif->pub.ifp->name);
196 strcpy(ifmr.ifm_name, aif->pub.ifp->name);
221 strcpy(ifmr.ifm_name, aif->pub.ifp->name);
230 strcpy(ifr.ifr_name, aif->pub.ifp->name);
251 attach_if(struct mibif *ifp) argument
257 if (aif->pub.ifp == ifp) {
259 ifp
300 new_if(struct mibif *ifp) argument
316 struct mibif *ifp; local
[all...]
/freebsd-10.0-release/sys/dev/vge/
H A Dif_vge.c515 struct ifnet *ifp; local
520 ifp = sc->vge_ifp;
522 if ((ifp->if_capenable & IFCAP_VLAN_HWTAGGING) != 0)
537 struct ifnet *ifp; local
558 ifp = sc->vge_ifp;
559 if ((ifp->if_flags & IFF_BROADCAST) != 0)
561 if ((ifp->if_flags & (IFF_PROMISC | IFF_ALLMULTI)) != 0) {
562 if ((ifp->if_flags & IFF_PROMISC) != 0)
564 if ((ifp->if_flags & IFF_ALLMULTI) != 0) {
573 if_maddr_rlock(ifp);
993 struct ifnet *ifp; local
1164 struct ifnet *ifp; local
1374 struct ifnet *ifp; local
1434 struct ifnet *ifp; local
1605 struct ifnet *ifp; local
1659 struct ifnet *ifp; local
1699 vge_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1748 struct ifnet *ifp; local
1938 vge_start(struct ifnet *ifp) argument
1950 vge_start_locked(struct ifnet *ifp) argument
2024 struct ifnet *ifp = sc->vge_ifp; local
2157 vge_ifmedia_upd(struct ifnet *ifp) argument
2190 vge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
2255 vge_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
2373 struct ifnet *ifp; local
2400 struct ifnet *ifp; local
2452 struct ifnet *ifp; local
2635 struct ifnet *ifp; local
2843 struct ifnet *ifp; local
[all...]
/freebsd-10.0-release/sys/dev/qlxgbe/
H A Dql_os.c92 static int qla_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
93 static int qla_media_change(struct ifnet *ifp);
94 static void qla_media_status(struct ifnet *ifp, struct ifmediareq *ifmr);
95 static void qla_start(struct ifnet *ifp);
216 struct ifnet *ifp; local
221 ifp = ha->ifp;
248 if ((ifp->if_snd.ifq_head != NULL) && QL_RUNNING(ifp)) {
459 struct ifnet *ifp; local
740 struct ifnet *ifp; local
801 struct ifnet *ifp = ha->ifp; local
850 struct ifnet *ifp = ha->ifp; local
880 qla_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
1035 qla_media_change(struct ifnet *ifp) argument
1056 qla_media_status(struct ifnet *ifp, struct ifmediareq *ifmr) argument
1080 qla_start(struct ifnet *ifp) argument
1231 struct ifnet *ifp = ha->ifp; local
1513 struct ifnet *ifp; local
1577 struct ifnet *ifp; local
1633 struct ifnet *ifp = ha->ifp; local
[all...]
/freebsd-10.0-release/sys/dev/et/
H A Dif_et.c221 struct ifnet *ifp; local
232 ifp = sc->ifp = if_alloc(IFT_ETHER);
233 if (ifp == NULL) {
320 ifp->if_softc = sc;
321 if_initname(ifp, device_get_name(dev), device_get_unit(dev));
322 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
323 ifp->if_init = et_init;
324 ifp->if_ioctl = et_ioctl;
325 ifp
503 struct ifnet *ifp; local
598 et_ifmedia_upd_locked(struct ifnet *ifp) argument
612 et_ifmedia_upd(struct ifnet *ifp) argument
626 et_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
648 struct ifnet *ifp; local
1176 struct ifnet *ifp; local
1218 struct ifnet *ifp; local
1279 et_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
1372 et_start_locked(struct ifnet *ifp) argument
1440 et_start(struct ifnet *ifp) argument
1558 struct ifnet *ifp; local
1619 struct ifnet *ifp; local
1847 struct ifnet *ifp; local
1901 struct ifnet *ifp; local
2041 struct ifnet *ifp; local
2254 struct ifnet *ifp; local
2307 struct ifnet *ifp; local
2573 struct ifnet *ifp; local
2600 struct ifnet *ifp; local
2626 struct ifnet *ifp; local
[all...]
/freebsd-10.0-release/sys/dev/ixgb/
H A Dif_ixgb.c360 if (adapter->ifp != NULL)
361 if_free(adapter->ifp);
383 struct ifnet *ifp = adapter->ifp; local
388 if (ifp->if_capenable & IFCAP_POLLING)
389 ether_poll_deregister(ifp);
399 ether_ifdetach(ifp, ETHER_BPF_SUPPORTED);
401 ether_ifdetach(ifp);
406 if_free(ifp);
460 ixgb_start_locked(struct ifnet * ifp) argument
496 ixgb_start(struct ifnet *ifp) argument
516 ixgb_ioctl(struct ifnet * ifp, IOCTL_CMD_TYPE command, caddr_t data) argument
628 struct ifnet *ifp; local
665 struct ifnet *ifp; local
756 ixgb_poll_locked(struct ifnet * ifp, enum poll_cmd cmd, int count) argument
780 ixgb_poll(struct ifnet * ifp, enum poll_cmd cmd, int count) argument
804 struct ifnet *ifp; local
873 ixgb_media_status(struct ifnet * ifp, struct ifmediareq * ifmr) argument
903 ixgb_media_change(struct ifnet * ifp) argument
936 struct ifnet *ifp = adapter->ifp; local
1043 struct ifnet *ifp = adapter->ifp; local
1087 struct ifnet *ifp = adapter->ifp; local
1131 struct ifnet *ifp; local
1180 struct ifnet *ifp; local
1338 struct ifnet *ifp; local
1756 struct ifnet *ifp = adapter->ifp; local
1780 struct ifnet *ifp; local
1931 struct ifnet *ifp; local
2070 struct ifnet *ifp; local
2330 struct ifnet *ifp; local
[all...]

Completed in 182 milliseconds

1234567891011>>