Searched refs:ifp (Results 1 - 25 of 86) sorted by last modified time

1234

/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c216 struct ifnet *ifp = &sc->sc_arpcom.ac_if; local
232 if_alloc_inplace(ifp, IFT_ETHER);
349 ifp->if_softc = sc;
350 strlcpy(ifp->if_xname, DEVNAME(sc), IFNAMSIZ);
351 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
353 ifp->if_flags |= IFF_NEEDSGIANT;
355 ifp->if_xflags = IFXF_MPSAFE;
357 ifp->if_ioctl = rge_ioctl;
358 ifp->if_start = rge_start;
359 ifp
457 struct ifnet *ifp = &sc->sc_arpcom.ac_if; local
620 rge_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
671 rge_start(struct ifnet *ifp) argument
678 struct ifnet *ifp = ifq->ifq_if; local
740 rge_watchdog(struct ifnet *ifp) argument
751 rge_init(struct ifnet *ifp) argument
922 rge_stop(struct ifnet *ifp) argument
986 rge_ifmedia_upd(struct ifnet *ifp) argument
1053 rge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
1314 struct ifnet *ifp = &sc->sc_arpcom.ac_if; local
1437 struct ifnet *ifp = &sc->sc_arpcom.ac_if; local
1542 struct ifnet *ifp = &sc->sc_arpcom.ac_if; local
2547 struct ifnet *ifp = &sc->sc_arpcom.ac_if; local
2565 rge_wol(struct ifnet *ifp, int enable) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c4754 struct ifnet *ifp = IC2IFP(ic); local
4798 ifp->if_ierrors++;
4810 struct ifnet *ifp = IC2IFP(ic); local
4821 ifp->if_ierrors++;
5634 struct ifnet *ifp = IC2IFP(ic); local
5686 ifp->if_oerrors++;
5905 struct ifnet *ifp = IC2IFP(ic); local
5909 if (sc->qfullmsk == 0 && ifq_is_oactive(&ifp->if_snd)) {
5910 ifq_clr_oactive(&ifp->if_snd);
5916 (*ifp
8151 struct ifnet *ifp = IC2IFP(ic); local
8532 struct ifnet *ifp = IC2IFP(ic); local
9497 iwm_media_change(struct ifnet *ifp) argument
9625 struct ifnet *ifp = IC2IFP(ic); local
10393 iwm_init(struct ifnet *ifp) argument
10457 iwm_start(struct ifnet *ifp) argument
10527 iwm_stop(struct ifnet *ifp) argument
10602 iwm_watchdog(struct ifnet *ifp) argument
10635 iwm_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
10988 struct ifnet *ifp = IC2IFP(&sc->sc_ic); local
11387 struct ifnet *ifp = IC2IFP(ic); local
11523 struct ifnet *ifp = IC2IFP(ic); local
11652 struct ifnet *ifp = IC2IFP(ic); local
11741 struct ifnet *ifp = &ic->ic_if; local
12184 struct ifnet *ifp = &sc->sc_ic.ic_if; local
12237 struct ifnet *ifp = &sc->sc_ic.ic_if; local
12288 struct ifnet *ifp = &sc->sc_ic.ic_if; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c4607 struct ifnet *ifp = IC2IFP(ic); local
4652 ifp->if_ierrors++;
4664 struct ifnet *ifp = IC2IFP(ic); local
4675 ifp->if_ierrors++;
5362 struct ifnet *ifp = IC2IFP(ic); local
5392 ifp->if_oerrors++;
5411 struct ifnet *ifp = IC2IFP(ic); local
5415 if (sc->qfullmsk == 0 && ifq_is_oactive(&ifp->if_snd)) {
5416 ifq_clr_oactive(&ifp->if_snd);
5422 (*ifp
7195 struct ifnet *ifp = IC2IFP(ic); local
7531 struct ifnet *ifp = IC2IFP(ic); local
8584 iwx_media_change(struct ifnet *ifp) argument
8696 struct ifnet *ifp = IC2IFP(ic); local
9146 iwx_init(struct ifnet *ifp) argument
9210 iwx_start(struct ifnet *ifp) argument
9279 iwx_stop(struct ifnet *ifp) argument
9354 iwx_watchdog(struct ifnet *ifp) argument
9387 iwx_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
9739 struct ifnet *ifp = IC2IFP(&sc->sc_ic); local
10205 struct ifnet *ifp = IC2IFP(ic); local
10343 struct ifnet *ifp = IC2IFP(ic); local
10844 struct ifnet *ifp = IC2IFP(ic); local
11014 struct ifnet *ifp = &ic->ic_if; local
11471 struct ifnet *ifp = &sc->sc_ic.ic_if; local
11524 struct ifnet *ifp = &sc->sc_ic.ic_if; local
11583 struct ifnet *ifp = &sc->sc_ic.ic_if; local
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dif.c43 insert_into_device_name_list(struct ifnet * ifp) argument
48 gDeviceNameList[i] = ifp->device_name;
58 remove_from_device_name_list(struct ifnet * ifp) argument
62 if (ifp->device_name == gDeviceNameList[i]) {
86 struct ifnet *ifp; local
89 ifp = ifnet_byindex_locked(idx);
92 return (ifp);
99 struct ifnet *ifp; local
101 ifp = gDevices[idx];
103 return (ifp);
108 ifnet_setbyindex_locked(u_short idx, struct ifnet *ifp) argument
115 ifnet_setbyindex(u_short idx, struct ifnet *ifp) argument
153 if_alloc_inplace(struct ifnet *ifp, u_char type) argument
199 struct ifnet *ifp = _kernel_malloc(sizeof(struct ifnet), M_ZERO); local
213 if_free_inplace(struct ifnet *ifp) argument
232 if_free(struct ifnet *ifp) argument
241 if_initname(struct ifnet *ifp, const char *name, int unit) argument
284 if_transmit(struct ifnet *ifp, struct mbuf *m) argument
305 if_qflush(struct ifnet *ifp) argument
329 if_attach(struct ifnet *ifp) argument
392 if_detach(struct ifnet *ifp) argument
403 if_start(struct ifnet *ifp) argument
410 if_printf(struct ifnet *ifp, const char *format, ...) argument
435 if_requestencap_default(struct ifnet *ifp, struct if_encap_req *req) argument
462 if_link_state_change(struct ifnet *ifp, int linkState) argument
472 if_findmulti(struct ifnet *ifp, struct sockaddr *_address) argument
515 _if_addmulti(struct ifnet *ifp, struct sockaddr *address) argument
544 if_addmulti(struct ifnet *ifp, struct sockaddr *address, struct ifmultiaddr **out) argument
570 if_delmulti_locked(struct ifnet *ifp, struct ifmultiaddr *ifma, int detaching) argument
647 if_delallmulti(struct ifnet *ifp) argument
660 if_delete_multiaddr(struct ifnet *ifp, struct ifmultiaddr *ifma) argument
668 if_delmulti(struct ifnet *ifp, struct sockaddr *sa) argument
707 if_purgemaddrs(struct ifnet *ifp) argument
722 if_get_counter_default(struct ifnet *ifp, ift_counter cnt) argument
759 if_addr_rlock(struct ifnet *ifp) argument
766 if_addr_runlock(struct ifnet *ifp) argument
773 if_maddr_rlock(struct ifnet *ifp) argument
780 if_maddr_runlock(struct ifnet *ifp) argument
787 ether_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, struct route *ro) argument
797 ether_input(struct ifnet *ifp, struct mbuf *m) argument
818 ether_ifattach(struct ifnet *ifp, const uint8_t *lla) argument
842 ether_ifdetach(struct ifnet *ifp) argument
849 ether_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
912 if_inc_counter(struct ifnet *ifp, ift_counter cnt, int64_t inc) argument
959 if_setbaudrate(struct ifnet *ifp, uint64_t baudrate) argument
969 if_getbaudrate(if_t ifp) argument
976 if_setcapabilities(if_t ifp, int capabilities) argument
983 if_setcapabilitiesbit(if_t ifp, int setbit, int clearbit) argument
992 if_getcapabilities(if_t ifp) argument
998 if_setcapenable(if_t ifp, int capabilities) argument
1005 if_setcapenablebit(if_t ifp, int setcap, int clearcap) argument
1016 if_getdname(if_t ifp) argument
1022 if_togglecapenable(if_t ifp, int togglecap) argument
1029 if_getcapenable(if_t ifp) argument
1041 if_setdev(if_t ifp, void *dev) argument
1047 if_setdrvflagbits(if_t ifp, int set_flags, int clear_flags) argument
1056 if_getdrvflags(if_t ifp) argument
1064 if_setdrvflags(if_t ifp, int flags) argument
1072 if_setflags(if_t ifp, int flags) argument
1079 if_setflagbits(if_t ifp, int set, int clear) argument
1088 if_getflags(if_t ifp) argument
1094 if_clearhwassist(if_t ifp) argument
1101 if_sethwassistbits(if_t ifp, int toset, int toclear) argument
1110 if_sethwassist(if_t ifp, int hwassist_bit) argument
1117 if_gethwassist(if_t ifp) argument
1123 if_setmtu(if_t ifp, int mtu) argument
1130 if_getmtu(if_t ifp) argument
1136 if_setsoftc(if_t ifp, void *softc) argument
1143 if_getsoftc(if_t ifp) argument
1149 if_setrcvif(struct mbuf *m, if_t ifp) argument
1168 if_sendq_empty(if_t ifp) argument
1174 if_getamcount(if_t ifp) argument
1181 if_setsendqready(if_t ifp) argument
1188 if_setsendqlen(if_t ifp, int tx_desc_count) argument
1197 if_vlantrunkinuse(if_t ifp) argument
1203 if_input(if_t ifp, struct mbuf* sendmp) argument
1216 if_setupmultiaddr(if_t ifp, void *mta, int *cnt, int max) argument
1239 if_multiaddr_array(if_t ifp, void *mta, int *cnt, int max) argument
1250 if_multiaddr_count(if_t ifp, int max) argument
1269 if_llmaddr_count(if_t ifp) argument
1284 if_foreach_llmaddr(if_t ifp, iflladdr_cb_t cb, void *cb_arg) argument
1301 if_dequeue(if_t ifp) argument
1310 if_sendq_prepend(if_t ifp, struct mbuf *m) argument
1317 if_setifheaderlen(if_t ifp, int len) argument
1324 if_getlladdr(if_t ifp) argument
1338 struct ifnet *ifp = (struct ifnet *)ifh; local
1346 struct ifnet *ifp = (struct ifnet *)ifh; local
1354 struct ifnet *ifp = (struct ifnet *)ifh; local
1359 if_setinitfn(if_t ifp, void (*init_fn)(void *)) argument
1365 if_setioctlfn(if_t ifp, int (*ioctl_fn)(if_t, u_long, caddr_t)) argument
1371 if_setstartfn(if_t ifp, void (*start_fn)(if_t)) argument
1377 if_settransmitfn(if_t ifp, if_transmit_fn_t start_fn) argument
1382 if_setqflushfn(if_t ifp, if_qflush_fn_t flush_fn) argument
1388 if_setgetcounterfn(if_t ifp, if_get_counter_t fn) argument
[all...]
H A Ddevice_hooks.c28 struct ifnet *ifp; local
44 ifp = gDevices[i];
45 if_printf(ifp, "compat_open(0x%" B_PRIx32 ")\n", flags);
47 if (atomic_or(&ifp->open_count, 1)) {
52 IFF_LOCKGIANT(ifp);
54 if (ifp->if_init != NULL)
55 ifp->if_init(ifp->if_softc);
58 ifp->if_flags &= ~IFF_UP;
59 ifp
84 struct ifnet *ifp = cookie; local
103 struct ifnet *ifp = cookie; local
118 struct ifnet *ifp = cookie; local
169 struct ifnet *ifp = cookie; local
205 struct ifnet *ifp = cookie; local
[all...]
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c737 static void iflib_altq_if_start(if_t ifp);
738 static int iflib_altq_if_transmit(if_t ifp, struct mbuf *m);
834 if_t ifp = na->ifp; local
835 if_ctx_t ctx = ifp->if_softc;
846 * ifp->if_transmit. This is done once the device has been stopped
860 status = ifp->if_drv_flags & IFF_DRV_RUNNING ? 0 : 1;
870 if_t ifp = na->ifp; local
871 if_ctx_t ctx = ifp
1018 if_t ifp = na->ifp; local
1197 if_t ifp = na->ifp; local
2514 if_t ifp = ctx->ifc_ifp; local
2591 iflib_media_change(if_t ifp) argument
2604 iflib_media_status(if_t ifp, struct ifmediareq *ifmr) argument
2980 if_t ifp; local
3849 if_t ifp = ctx->ifc_ifp; local
4004 if_t ifp = ctx->ifc_ifp; local
4195 iflib_if_transmit(if_t ifp, struct mbuf *m) argument
4297 iflib_altq_if_start(if_t ifp) argument
4312 iflib_altq_if_transmit(if_t ifp, struct mbuf *m) argument
4328 iflib_if_qflush(if_t ifp) argument
4357 iflib_if_ioctl(if_t ifp, u_long command, caddr_t data) argument
4540 iflib_if_get_counter(if_t ifp, ift_counter cnt) argument
4554 iflib_vlan_register(void *arg, if_t ifp, uint16_t vtag) argument
4579 iflib_vlan_unregister(void *arg, if_t ifp, uint16_t vtag) argument
5108 if_t ifp; local
5371 if_t ifp; local
5571 if_t ifp = ctx->ifc_ifp; local
5616 if_t ifp = ctx->ifc_ifp; local
5897 if_t ifp; local
5983 if_t ifp = ctx->ifc_ifp; local
6637 if_t ifp = ctx->ifc_ifp; local
7216 iflib_debugnet_init(if_t ifp, int *nrxr, int *ncl, int *clsize) argument
7229 iflib_debugnet_event(if_t ifp, enum debugnet_ev event) argument
7259 iflib_debugnet_transmit(if_t ifp, struct mbuf *m) argument
7278 iflib_debugnet_poll(if_t ifp, int count) argument
[all...]
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_node.c179 struct ifnet *ifp = &ic->ic_if; local
182 printf("%s: known networks\n", ifp->if_xname);
512 struct ifnet *ifp = &ic->ic_if; local
525 if ((ifp->if_flags & IFF_DEBUG) && (score_can <= score_cur)) {
526 printf("%s: AP %s ", ifp->if_xname,
582 struct ifnet *ifp = &ic->ic_if; local
586 if (!ISSET(ifp->if_flags, IFF_RUNNING))
631 if (ifp->if_flags & IFF_DEBUG) {
632 printf("%s: best AP %s ", ifp->if_xname,
638 printf("%s: switching to network ", ifp
700 ieee80211_node_attach(struct ifnet *ifp) argument
761 ieee80211_node_lateattach(struct ifnet *ifp) argument
778 ieee80211_node_detach(struct ifnet *ifp) argument
808 ieee80211_reset_scan(struct ifnet *ifp) argument
836 ieee80211_begin_scan(struct ifnet *ifp) argument
884 ieee80211_next_scan(struct ifnet *ifp) argument
921 struct ifnet *ifp = &ic->ic_if; local
1254 struct ifnet *ifp = &ic->ic_if; local
1440 ieee80211_end_scan(struct ifnet *ifp) argument
2176 struct ifnet *ifp = &ic->ic_if; local
3255 struct ifnet *ifp = &ic->ic_if; local
[all...]
H A Dieee80211_haiku.cpp97 struct ifnet* ifp = get_ifnet(device, i); local
98 if (ifp == NULL)
101 struct ieee80211com* ic = (ieee80211com*)ifp;
103 if (ifp->if_init == NULL)
104 ifp->if_init = ieee80211_init;
105 ifp->if_flags |= IFF_NEEDSGIANT;
107 if_initname(ifp, device_get_name(device), i);
118 struct ifnet* ifp = get_ifnet(device, i); local
119 if (ifp == NULL)
122 struct ieee80211com* ic = (ieee80211com*)ifp;
132 struct ifnet* ifp = (struct ifnet*)cookie; local
172 struct ifnet* ifp = (struct ifnet*)cookie; local
474 struct ifnet *ifp = &ic->ic_if; local
[all...]
H A Dieee80211_input.c269 ieee80211_inputm(struct ifnet *ifp, struct mbuf *m, struct ieee80211_node *ni, argument
272 struct ieee80211com *ic = (void *)ifp;
466 if_start(ifp);
487 if ((ifp->if_flags & IFF_SIMPLEX) &&
699 ifp->if_ierrors++;
712 ieee80211_input(struct ifnet *ifp, struct mbuf *m, struct ieee80211_node *ni, argument
717 ieee80211_inputm(ifp, m, ni, rxi, &ml);
718 if_input(ifp, &ml);
822 struct ifnet *ifp = &ic->ic_if; local
854 ifp
904 struct ifnet *ifp = &ic->ic_if; local
939 struct ifnet *ifp = &ic->ic_if; local
1019 struct ifnet *ifp = &ic->ic_if; local
1050 struct ifnet *ifp = &ic->ic_if; local
2544 struct ifnet *ifp = &ic->ic_if; local
3364 struct ifnet *ifp = &ic->ic_if; local
[all...]
H A Dieee80211_proto.c88 ieee80211_proto_attach(struct ifnet *ifp) argument
90 struct ieee80211com *ic = (void *)ifp;
95 ifp->if_hdrlen = sizeof(struct ieee80211_frame);
112 ieee80211_proto_detach(struct ifnet *ifp) argument
114 struct ieee80211com *ic = (void *)ifp;
825 struct ifnet *ifp = &ic->ic_if; local
828 if (ifp->if_flags & IFF_DEBUG)
830 ifp->if_xname,
842 struct ifnet *ifp = &ic->ic_if; local
870 if (ifp
884 struct ifnet *ifp = &ic->ic_if; local
983 struct ifnet *ifp = &ic->ic_if; local
1056 struct ifnet *ifp = &ic->ic_if; local
1357 struct ifnet *ifp = &ic->ic_if; local
1382 struct ifnet *ifp = &ic->ic_if; local
[all...]
H A Dieee80211_pae_input.c79 struct ifnet *ifp = &ic->ic_if; local
85 ifp->if_ibytes += m->m_pkthdr.len;
89 ifp->if_imcasts++;
H A Dieee80211_pae_output.c65 struct ifnet *ifp = &ic->ic_if; local
127 error = ifq_enqueue(&ifp->if_snd, m);
130 if_start(ifp);
H A Dieee80211_output.c112 ieee80211_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, argument
120 if ((ifp->if_flags & (IFF_UP | IFF_RUNNING)) !=
129 struct ieee80211com *ic = (void *)ifp;
147 return (if_enqueue(ifp, m));
152 return (ether_output(ifp, m, dst, rt));
179 ieee80211_mgmt_output(struct ifnet *ifp, struct ieee80211_node *ni, argument
182 struct ieee80211com *ic = (void *)ifp;
230 if (ifp->if_flags & IFF_DEBUG) {
250 ifp->if_xname, subtype_name,
263 ifp
502 struct ifnet *ifp = &ic->ic_if; local
526 ieee80211_encap(struct ifnet *ifp, struct mbuf *m, struct ieee80211_node **pni) argument
1828 struct ifnet *ifp = &ic->ic_if; local
[all...]
H A Dieee80211_ioctl.c457 ieee80211_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
459 struct ieee80211com *ic = (void *)ifp;
488 error = ifmedia_ioctl(ifp, ifr, &ic->ic_media, cmd);
863 ifp->if_mtu = ifr->ifr_mtu;
934 if ((ifp->if_flags & (IFF_UP | IFF_RUNNING)) !=
961 ieee80211_begin_bgscan(ifp);
998 error = ether_ioctl(ifp, cmd, data);
1000 error = ether_ioctl(ifp, &ic->ic_ac, cmd, data);
H A Dieee80211_crypto.c57 ieee80211_crypto_attach(struct ifnet *ifp) argument
59 struct ieee80211com *ic = (void *)ifp;
78 ieee80211_crypto_detach(struct ifnet *ifp) argument
80 struct ieee80211com *ic = (void *)ifp;
H A Dieee80211.c76 ieee80211_begin_bgscan(struct ifnet *ifp) argument
78 struct ieee80211com *ic = (void *)ifp;
98 if (ifp->if_flags & IFF_DEBUG)
99 printf("%s: begin background scan\n", ifp->if_xname);
108 struct ifnet *ifp = arg; local
110 ieee80211_begin_bgscan(ifp);
114 ieee80211_channel_init(struct ifnet *ifp) argument
116 struct ieee80211com *ic = (void *)ifp;
136 ifp->if_xname, c->ic_freq, c->ic_flags,
164 ieee80211_ifattach(struct ifnet *ifp) argument
212 ieee80211_ifdetach(struct ifnet *ifp) argument
269 struct ifnet *ifp = &ic->ic_if; local
326 ieee80211_media_init(struct ifnet *ifp, ifm_change_cb_t media_change, ifm_stat_cb_t media_stat) argument
539 ieee80211_media_change(struct ifnet *ifp) argument
770 ieee80211_media_status(struct ifnet *ifp, struct ifmediareq *imr) argument
847 ieee80211_watchdog(struct ifnet *ifp) argument
1092 struct ifnet *ifp = &ic->ic_if; local
1176 ieee80211_next_mode(struct ifnet *ifp) argument
[all...]
/haiku/src/libs/compat/openbsd_network/compat/net/
H A Dif_var.h13 if_input_openbsd(if_t ifp, struct mbuf_list* ml) argument
18 status = if_input(ifp, m);
H A Difq.h12 #define ifq_is_oactive(IFQ) ((if_getdrvflags(ifp) & IFF_DRV_OACTIVE) != 0)
13 #define ifq_set_oactive(IFQ) if_setdrvflagbits(ifp, IFF_DRV_OACTIVE, 0)
14 #define ifq_clr_oactive(IFQ) if_setdrvflagbits(ifp, 0, IFF_DRV_OACTIVE)
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.h335 if_t ifp; member in struct:igc_adapter
H A Dif_igc.c800 if_t ifp = iflib_get_ifp(ctx); local
807 bcopy(if_getlladdr(ifp), adapter->hw.mac.addr,
846 igc_if_set_promisc(ctx, if_getflags(ifp));
1082 if_t ifp = iflib_get_ifp(ctx); local
1091 mcnt = min(if_llmaddr_count(ifp), MAX_NUM_MULTICAST_ADDRESSES);
1136 if_t ifp = iflib_get_ifp(ctx); local
1146 mcnt = if_foreach_llmaddr(ifp, igc_copy_maddr, mta);
1150 if (if_getflags(ifp) & IFF_PROMISC) {
1156 if_getflags(ifp) & IFF_ALLMULTI) {
1765 if_t ifp local
1994 if_t ifp = iflib_get_ifp(ctx); local
2130 struct ifnet *ifp = iflib_get_ifp(ctx); local
2254 if_t ifp = iflib_get_ifp(ctx); local
2389 if_t ifp = iflib_get_ifp(ctx); local
2914 if_t ifp = iflib_get_ifp(adapter->ctx); local
[all...]
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_var.h45 * (*ifp->if_output)(ifp, m, dst, rt)
349 void if_addr_rlock(struct ifnet *ifp); /* if_addrhead */
350 void if_addr_runlock(struct ifnet *ifp); /* if_addrhead */
351 void if_maddr_rlock(struct ifnet *ifp); /* if_multiaddrs */
352 void if_maddr_runlock(struct ifnet *ifp); /* if_multiaddrs */
355 * Output queues (ifp->if_snd) and slow device input queues (*ifp->if_slowq)
443 #define IF_AFDATA_LOCK_INIT(ifp) \
444 mtx_init(&(ifp)
[all...]
H A Dif_media.h108 int ifmedia_ioctl(struct ifnet *ifp, struct ifreq *ifr,
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c2120 run_media_change(struct ifnet *ifp) argument
2122 struct ieee80211vap *vap = ifp->if_softc;
2131 error = ieee80211_media_change(ifp);
2158 if ((ifp->if_flags & IFF_UP) &&
2159 (ifp->if_drv_flags & RUN_RUNNING)){
/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/
H A Dglue.c24 void (*ng_ether_attach_p)(struct ifnet *ifp) = NULL;
25 void (*ng_ether_detach_p)(struct ifnet *ifp) = NULL;
/haiku/src/add-ons/kernel/drivers/network/ether/nforce/dev/nfe/
H A Dif_nfe.c367 if_t ifp; local
573 ifp = sc->nfe_ifp = if_gethandle(IFT_ETHER);
574 if (ifp == NULL) {
593 if_setsoftc(ifp, sc);
594 if_initname(ifp, device_get_name(dev), device_get_unit(dev));
595 if_setflags(ifp, IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST);
596 if_setioctlfn(ifp, nfe_ioctl);
597 if_setstartfn(ifp, nfe_start);
598 if_sethwassist(ifp, 0);
599 if_setcapabilities(ifp,
693 if_t ifp; local
808 if_t ifp; local
895 if_t ifp; local
1637 nfe_poll(if_t ifp, enum poll_cmd cmd, int count) argument
1713 nfe_ioctl(if_t ifp, u_long cmd, caddr_t data) argument
1886 if_t ifp = sc->nfe_ifp; local
2110 if_t ifp = sc->nfe_ifp; local
2225 if_t ifp = sc->nfe_ifp; local
2341 if_t ifp = sc->nfe_ifp; local
2561 if_t ifp = sc->nfe_ifp; local
2636 nfe_start(if_t ifp) argument
2646 nfe_start_locked(if_t ifp) argument
2691 nfe_watchdog(if_t ifp) argument
2742 if_t ifp = sc->nfe_ifp; local
2890 nfe_stop(if_t ifp) argument
2965 nfe_ifmedia_upd(if_t ifp) argument
2980 nfe_ifmedia_sts(if_t ifp, struct ifmediareq *ifmr) argument
3002 if_t ifp; local
3381 if_t ifp; local
[all...]

Completed in 376 milliseconds

1234