Searched refs:ifp (Results 1 - 25 of 111) sorted by relevance

12345

/haiku-fatelf/src/libs/compat/freebsd_network/compat/netinet/
H A Dif_ether.h11 #define arp_ifinit(ifp, ifa)
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dif.c37 insert_into_device_name_list(struct ifnet * ifp) argument
42 gDeviceNameList[i] = ifp->device_name;
52 remove_from_device_name_list(struct ifnet * ifp) argument
56 if (ifp->device_name == gDeviceNameList[i]) {
80 struct ifnet *ifp; local
83 ifp = ifnet_byindex_locked(idx);
86 return (ifp);
93 struct ifnet *ifp; local
95 ifp = gDevices[idx];
97 return (ifp);
102 ifnet_setbyindex_locked(u_short idx, struct ifnet *ifp) argument
109 ifnet_setbyindex(u_short idx, struct ifnet *ifp) argument
152 struct ifnet *ifp = _kernel_malloc(sizeof(struct ifnet), M_ZERO); local
222 if_free(struct ifnet *ifp) argument
249 if_initname(struct ifnet *ifp, const char *name, int unit) argument
301 if_transmit(struct ifnet *ifp, struct mbuf *m) argument
311 if_attach(struct ifnet *ifp) argument
330 if_detach(struct ifnet *ifp) argument
341 if_start(struct ifnet *ifp) argument
352 if_printf(struct ifnet *ifp, const char *format, ...) argument
366 if_link_state_change(struct ifnet *ifp, int linkState) argument
377 if_findmulti(struct ifnet *ifp, struct sockaddr *_address) argument
420 _if_addmulti(struct ifnet *ifp, struct sockaddr *address) argument
449 if_addmulti(struct ifnet *ifp, struct sockaddr *address, struct ifmultiaddr **out) argument
475 if_delmulti_locked(struct ifnet *ifp, struct ifmultiaddr *ifma, int detaching) argument
552 if_delallmulti(struct ifnet *ifp) argument
565 if_delete_multiaddr(struct ifnet *ifp, struct ifmultiaddr *ifma) argument
573 if_delmulti(struct ifnet *ifp, struct sockaddr *sa) argument
612 if_purgemaddrs(struct ifnet *ifp) argument
625 if_addr_rlock(struct ifnet *ifp) argument
632 if_addr_runlock(struct ifnet *ifp) argument
639 if_maddr_rlock(struct ifnet *ifp) argument
646 if_maddr_runlock(struct ifnet *ifp) argument
653 ether_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, struct route *ro) argument
662 ether_input(struct ifnet *ifp, struct mbuf *m) argument
670 ether_ifattach(struct ifnet *ifp, const uint8_t *macAddress) argument
691 ether_ifdetach(struct ifnet *ifp) argument
698 ether_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
[all...]
H A Ddevice.c28 struct ifnet *ifp; local
43 ifp = gDevices[i];
44 if_printf(ifp, "compat_open(0x%" B_PRIx32 ")\n", flags);
46 if (atomic_or(&ifp->open_count, 1)) {
51 ifp->if_init(ifp->if_softc);
54 ifp->if_flags &= ~IFF_UP;
55 ifp->if_ioctl(ifp, SIOCSIFFLAGS, NULL);
60 ifp
73 struct ifnet *ifp = cookie; local
90 struct ifnet *ifp = cookie; local
105 struct ifnet *ifp = cookie; local
156 struct ifnet *ifp = cookie; local
182 struct ifnet *ifp = cookie; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_compat.c74 ether_input(struct ifnet *ifp, struct mbuf *m) argument
91 IF_APPEND(&ifp->if_rcv, m);
92 release_sem_etc(ifp->if_rcv_sem, 1, B_DO_NOT_RESCHEDULE);
96 ether_ifattach(struct ifnet *ifp, const uint8 *etheraddr) argument
98 ipro1000_device *dev = ifp->if_softc->dev;
102 TAILQ_INIT(&ifp->if_multiaddrs);
106 ifp->if_input = ether_input;
108 ifp->if_rcv_sem = create_sem(0, "ifp->if_rcv_sem");
109 set_sem_owner(ifp
118 ether_find_multi(struct ifnet *ifp, const struct sockaddr *_address) argument
135 ether_add_multi(struct ifnet *ifp, const struct sockaddr *address) argument
160 ether_delete_multi(struct ifnet *ifp, struct ifmultiaddr *ifma) argument
168 ether_rem_multi(struct ifnet *ifp, const struct sockaddr *address) argument
185 ether_ifdetach(struct ifnet *ifp) argument
[all...]
H A Ddevice.c138 struct ifnet *ifp = &device->adapter->interface_data.ac_if; local
142 release_sem(ifp->if_rcv_sem);
168 struct ifnet *ifp = &device->adapter->interface_data.ac_if; local
180 stat = acquire_sem_etc(ifp->if_rcv_sem, 1, B_CAN_INTERRUPT | (device->nonblocking ? B_TIMEOUT : 0), 0);
195 IF_DEQUEUE(&ifp->if_rcv, mb);
222 struct ifnet *ifp = &device->adapter->interface_data.ac_if; local
262 IF_APPEND(&ifp->if_snd, mb);
267 while (ifp->if_flags & IFF_OACTIVE) {
276 if (ifp->if_snd.ifq_head != NULL)
277 ifp
334 struct ifnet *ifp = device_ifp(device); local
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/compat/net/
H A Dbpf.h18 #define BPF_MTAP(ifp, m) do { } while (0)
19 #define BPF_TAP(ifp, pkt, pktlen) do { } while (0)
H A Dif_arp.h109 #define IFP2AC(ifp) ((struct arpcom *)(ifp->if_l2com))
110 #define IFP2ENADDR(ifp) (IFP2AC(ifp)->_ac_enaddr)
H A Dif_var.h45 * (*ifp->if_output)(ifp, m, dst, rt)
250 void if_addr_rlock(struct ifnet *ifp); /* if_addrhead */
251 void if_addr_runlock(struct ifnet *ifp); /* if_addrhead */
252 void if_maddr_rlock(struct ifnet *ifp); /* if_multiaddrs */
253 void if_maddr_runlock(struct ifnet *ifp); /* if_multiaddrs */
256 * Output queues (ifp->if_snd) and slow device input queues (*ifp->if_slowq)
344 #define IF_AFDATA_LOCK_INIT(ifp) \
345 mtx_init(&(ifp)
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/pcnet/dev/le/
H A Dlance.c113 struct ifnet *ifp; local
119 ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
120 if (ifp == NULL)
126 ifp->if_softc = sc;
127 if_initname(ifp, name, unit);
128 ifp->if_start = lance_start;
129 ifp->if_ioctl = lance_ioctl;
130 ifp->if_init = lance_init;
131 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
133 ifp
199 struct ifnet *ifp = sc->sc_ifp; local
213 struct ifnet *ifp = sc->sc_ifp; local
243 lance_start(struct ifnet *ifp) argument
255 struct ifnet *ifp = sc->sc_ifp; local
286 struct ifnet *ifp = sc->sc_ifp; local
385 struct ifnet *ifp = sc->sc_ifp; local
445 struct ifnet *ifp = sc->sc_ifp; local
460 lance_mediachange(struct ifnet *ifp) argument
483 lance_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
506 lance_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
590 struct ifnet *ifp = sc->sc_ifp; local
[all...]
H A Dam79900.c193 struct ifnet *ifp = sc->sc_ifp; local
202 if (ifp->if_flags & IFF_PROMISC)
259 struct ifnet *ifp = sc->sc_ifp; local
287 if_printf(ifp,
290 if_printf(ifp,
295 if_printf(ifp, "overflow\n");
298 if_printf(ifp,
302 if_printf(ifp, "dropping chained buffer\n");
323 ifp->if_ipackets++;
340 (*ifp
352 struct ifnet *ifp = sc->sc_ifp; local
436 struct ifnet *ifp = sc->sc_ifp; local
550 struct ifnet *ifp = sc->sc_ifp; local
633 struct ifnet *ifp = sc->sc_ifp; local
655 struct ifnet *ifp = sc->sc_ifp; local
[all...]
H A Dam7990.c155 struct ifnet *ifp = sc->sc_ifp; local
164 if (ifp->if_flags & IFF_PROMISC)
219 struct ifnet *ifp = sc->sc_ifp; local
247 if_printf(ifp,
250 if_printf(ifp,
255 if_printf(ifp, "overflow\n");
258 if_printf(ifp,
262 if_printf(ifp, "dropping chained buffer\n");
282 ifp->if_ipackets++;
303 (*ifp
315 struct ifnet *ifp = sc->sc_ifp; local
398 struct ifnet *ifp = sc->sc_ifp; local
502 struct ifnet *ifp = sc->sc_ifp; local
584 struct ifnet *ifp = sc->sc_ifp; local
607 struct ifnet *ifp = sc->sc_ifp; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8139/pci/
H A Dif_rl.c195 static int rl_poll(struct ifnet *ifp, enum poll_cmd cmd, int count);
196 static int rl_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count);
478 struct ifnet *ifp; local
483 ifp = sc->rl_ifp;
484 if (mii == NULL || ifp == NULL ||
485 (ifp->if_drv_flags & IFF_DRV_RUNNING) == 0)
513 struct ifnet *ifp = sc->rl_ifp; local
527 if (ifp->if_flags & IFF_BROADCAST)
529 if (ifp->if_flags & IFF_ALLMULTI || ifp
635 struct ifnet *ifp; local
867 struct ifnet *ifp; local
1116 struct ifnet *ifp = sc->rl_ifp; local
1238 struct ifnet *ifp = sc->rl_ifp; local
1435 rl_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1448 rl_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1487 struct ifnet *ifp = sc->rl_ifp; local
1611 rl_start(struct ifnet *ifp) argument
1621 rl_start_locked(struct ifnet *ifp) argument
1683 struct ifnet *ifp = sc->rl_ifp; local
1777 rl_ifmedia_upd(struct ifnet *ifp) argument
1795 rl_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
1810 rl_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
1914 struct ifnet *ifp = sc->rl_ifp; local
1984 struct ifnet *ifp; local
2049 struct ifnet *ifp; local
2103 struct ifnet *ifp; local
[all...]
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.cpp122 struct ifnet* ifp = get_ifnet(device, i); local
123 if (ifp == NULL)
134 struct ieee80211com* ic = (ieee80211com*)ifp->if_l2com;
141 IF_LLADDR(ifp)); // MAC address
144 gDevices[i] = ifp;
167 struct ifnet* ifp = get_ifnet(device, i); local
168 if (ifp == NULL)
171 if (ifp->if_type == IFT_IEEE80211) {
177 delete_sem(ifp->scan_done_sem);
179 struct ieee80211vap* vap = (ieee80211vap*)ifp
197 struct ifnet* ifp = (struct ifnet*)cookie; local
373 struct ifnet* ifp = (struct ifnet*)cookie; local
385 struct ifnet* ifp = (struct ifnet*)data; local
580 struct ifnet* ifp = vap->iv_ifp; local
604 struct ifnet* ifp = vap->iv_ifp; local
[all...]
H A Dieee80211.c223 null_update_mcast(struct ifnet *ifp) argument
225 if_printf(ifp, "need multicast update callback\n");
229 null_update_promisc(struct ifnet *ifp) argument
231 if_printf(ifp, "need promiscuous mode update callback\n");
235 null_transmit(struct ifnet *ifp, struct mbuf *m) argument
238 ifp->if_oerrors++;
243 null_output(struct ifnet *ifp, struct mbuf *m, argument
246 if_printf(ifp, "discard raw packet\n");
247 return null_transmit(ifp, m);
251 null_input(struct ifnet *ifp, struc argument
265 struct ifnet *ifp = ic->ic_ifp; local
342 struct ifnet *ifp = ic->ic_ifp; local
399 struct ifnet *ifp; local
522 struct ifnet *ifp = vap->iv_ifp; local
587 struct ifnet *ifp = vap->iv_ifp; local
648 struct ifnet *ifp = ic->ic_ifp; local
1105 struct ifnet *ifp = ic->ic_ifp; local
1146 struct ifnet *ifp = ic->ic_ifp; local
1266 ieee80211com_media_change(struct ifnet *ifp) argument
1275 ieee80211_media_change(struct ifnet *ifp) argument
1349 ieee80211com_media_status(struct ifnet *ifp, struct ifmediareq *imr) argument
1366 ieee80211_media_status(struct ifnet *ifp, struct ifmediareq *imr) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/3com/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
1563 struct ifnet *ifp; local
1837 struct ifnet *ifp = sc->xl_ifp; local
1999 struct ifnet *ifp = sc->xl_ifp; local
2048 struct ifnet *ifp = sc->xl_ifp; local
2159 struct ifnet *ifp = sc->xl_ifp; local
2235 xl_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
2248 xl_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
2318 struct ifnet *ifp = sc->xl_ifp; local
2359 struct ifnet *ifp = sc->xl_ifp; local
2451 xl_start(struct ifnet *ifp) argument
2466 xl_start_locked(struct ifnet *ifp) argument
2598 xl_start_90xB_locked(struct ifnet *ifp) argument
2695 struct ifnet *ifp = sc->xl_ifp; local
2901 xl_ifmedia_upd(struct ifnet *ifp) argument
2944 xl_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
3016 xl_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
3117 struct ifnet *ifp = sc->xl_ifp; local
3174 struct ifnet *ifp = sc->xl_ifp; local
3269 struct ifnet *ifp; local
3289 struct ifnet *ifp; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/vt612x/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
2159 vge_ifmedia_upd(struct ifnet *ifp) argument
2192 vge_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
2257 vge_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
2375 struct ifnet *ifp; local
2402 struct ifnet *ifp; local
2454 struct ifnet *ifp; local
2637 struct ifnet *ifp; local
2845 struct ifnet *ifp; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/rdc/dev/vte/
H A Dif_vte.c220 struct ifnet *ifp; local
226 ifp = sc->vte_ifp;
227 if ((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0)
273 vte_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
278 sc = ifp->if_softc;
280 if ((ifp->if_flags & IFF_UP) == 0) {
293 vte_mediachange(struct ifnet *ifp) argument
298 sc = ifp->if_softc;
300 error = vte_mediachange_locked(ifp);
306 vte_mediachange_locked(struct ifnet *ifp) argument
376 struct ifnet *ifp; local
503 struct ifnet *ifp; local
943 struct ifnet *ifp; local
960 struct ifnet *ifp; local
1099 vte_start(struct ifnet *ifp) argument
1112 struct ifnet *ifp; local
1166 struct ifnet *ifp; local
1183 vte_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
1276 struct ifnet *ifp; local
1322 struct ifnet *ifp; local
1368 struct ifnet *ifp; local
1462 vte_fixup_rx(struct ifnet *ifp, struct mbuf *m) argument
1480 struct ifnet *ifp; local
1623 struct ifnet *ifp; local
1746 struct ifnet *ifp; local
1942 struct ifnet *ifp; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/attansic_l2/dev/ae/
H A Dif_ae.c112 static void ae_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr);
113 static int ae_mediachange(struct ifnet *ifp);
126 static void ae_start(struct ifnet *ifp);
127 static void ae_start_locked(struct ifnet *ifp);
141 static int ae_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data);
236 struct ifnet *ifp; local
326 ifp = sc->ifp = if_alloc(IFT_ETHER);
327 if (ifp == NULL) {
333 ifp
555 struct ifnet *ifp; local
752 struct ifnet *ifp; local
877 ae_mediastatus(struct ifnet *ifp, struct ifmediareq *ifmr) argument
894 ae_mediachange(struct ifnet *ifp) argument
1325 struct ifnet *ifp; local
1517 ae_start(struct ifnet *ifp) argument
1528 ae_start_locked(struct ifnet *ifp) argument
1588 struct ifnet *ifp; local
1758 struct ifnet *ifp; local
1803 struct ifnet *ifp; local
1885 struct ifnet *ifp; local
1928 struct ifnet *ifp; local
1980 struct ifnet *ifp; local
2020 struct ifnet *ifp; local
2035 struct ifnet *ifp; local
2088 ae_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
2164 struct ifnet *ifp; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/via_rhine/dev/vr/
H A Dif_vr.c322 struct ifnet *ifp; local
328 ifp = sc->vr_ifp;
329 if (mii == NULL || ifp == NULL ||
330 (ifp->if_drv_flags & IFF_DRV_RUNNING) == 0)
462 struct ifnet *ifp; local
472 ifp = sc->vr_ifp;
476 if (ifp->if_flags & IFF_BROADCAST)
478 if (ifp->if_flags & IFF_ALLMULTI || ifp->if_flags & IFF_PROMISC) {
480 if (ifp
618 struct ifnet *ifp; local
838 struct ifnet *ifp = sc->vr_ifp; local
1307 struct ifnet *ifp; local
1453 struct ifnet *ifp; local
1593 vr_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1609 vr_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
1685 struct ifnet *ifp; local
1951 vr_start(struct ifnet *ifp) argument
1962 vr_start_locked(struct ifnet *ifp) argument
2024 struct ifnet *ifp; local
2174 vr_ifmedia_upd(struct ifnet *ifp) argument
2197 vr_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
2216 vr_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
2309 struct ifnet *ifp; local
2432 struct ifnet *ifp; local
2512 struct ifnet *ifp; local
2532 struct ifnet *ifp; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl81xx/dev/re/
H A Dif_re.c603 struct ifnet *ifp; local
608 ifp = sc->rl_ifp;
609 if (mii == NULL || ifp == NULL ||
610 (ifp->if_drv_flags & IFF_DRV_RUNNING) == 0)
643 struct ifnet *ifp; local
650 ifp = sc->rl_ifp;
654 if (ifp->if_flags & (IFF_ALLMULTI | IFF_PROMISC)) {
655 if (ifp->if_flags & IFF_PROMISC)
667 if_maddr_rlock(ifp);
668 TAILQ_FOREACH(ifma, &ifp
750 struct ifnet *ifp = sc->rl_ifp; local
1190 struct ifnet *ifp; local
1707 struct ifnet *ifp; local
2103 struct ifnet *ifp; local
2350 struct ifnet *ifp; local
2448 re_poll(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
2461 re_poll_locked(struct ifnet *ifp, enum poll_cmd cmd, int count) argument
2522 struct ifnet *ifp; local
2592 struct ifnet *ifp; local
2862 re_start(struct ifnet *ifp) argument
2876 re_start_locked(struct ifnet *ifp) argument
3026 struct ifnet *ifp = sc->rl_ifp; local
3291 re_ifmedia_upd(struct ifnet *ifp) argument
3310 re_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
3326 re_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
3490 struct ifnet *ifp; local
3525 struct ifnet *ifp; local
3654 struct ifnet *ifp; local
3780 struct ifnet *ifp; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c182 struct ifnet *ifp; local
186 ifp = sc->malo_ifp = if_alloc(IFT_IEEE80211);
187 if (ifp == NULL) {
191 ic = ifp->if_l2com;
197 if_initname(ifp, device_get_name(sc->malo_dev),
203 if_printf(ifp, "unable to attach HAL\n");
216 if_printf(ifp, "unable to setup firmware\n");
222 if_printf(ifp, "unable to fetch h/w specs\n");
258 if_printf(ifp, "failed to setup descriptors: %d\n", error);
268 "%s taskq", ifp
352 struct ifnet *ifp = ic->ic_ifp; local
466 struct ifnet *ifp = sc->malo_ifp; local
545 struct ifnet *ifp = sc->malo_ifp; local
588 struct ifnet *ifp = sc->malo_ifp; local
1065 struct ifnet *ifp = sc->malo_ifp; local
1095 struct ifnet *ifp = sc->malo_ifp; local
1270 malo_start(struct ifnet *ifp) argument
1345 struct ifnet *ifp; local
1367 struct ifnet *ifp = sc->malo_ifp; local
1499 struct ifnet *ifp = sc->malo_ifp; local
1553 struct ifnet *ifp = sc->malo_ifp; local
1574 struct ifnet *ifp = sc->malo_ifp; local
1618 struct ifnet *ifp = sc->malo_ifp; local
1657 struct ifnet *ifp = sc->malo_ifp; local
1686 malo_stop_locked(struct ifnet *ifp, int disable) argument
1723 malo_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data) argument
1782 malo_updateslot(struct ifnet *ifp) argument
1856 struct ifnet *ifp = ic->ic_ifp; local
1932 struct ifnet *ifp = sc->malo_ifp; local
2006 struct ifnet *ifp = ic->ic_ifp; local
2015 struct ifnet *ifp = ic->ic_ifp; local
2024 struct ifnet *ifp = ic->ic_ifp; local
2037 struct ifnet *ifp = sc->malo_ifp; local
2201 malo_stop(struct ifnet *ifp, int disable) argument
2225 struct ifnet *ifp = sc->malo_ifp; local
2273 struct ifnet *ifp = sc->malo_ifp; local
2284 struct ifnet *ifp = sc->malo_ifp; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/broadcom440x/dev/bfe/
H A Dif_bfe.c432 struct ifnet *ifp = NULL; local
480 ifp = sc->bfe_ifp = if_alloc(IFT_ETHER);
481 if (ifp == NULL) {
486 ifp->if_softc = sc;
487 if_initname(ifp, device_get_name(dev), device_get_unit(dev));
488 ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
489 ifp->if_ioctl = bfe_ioctl;
490 ifp->if_start = bfe_start;
491 ifp->if_init = bfe_init;
492 ifp
541 struct ifnet *ifp; local
607 struct ifnet *ifp; local
1080 struct ifnet *ifp = sc->bfe_ifp; local
1247 struct ifnet *ifp; local
1335 struct ifnet *ifp; local
1379 struct ifnet *ifp; local
1444 struct ifnet *ifp; local
1594 bfe_start(struct ifnet *ifp) argument
1605 bfe_start_locked(struct ifnet *ifp) argument
1689 struct ifnet *ifp = sc->bfe_ifp; local
1731 bfe_ifmedia_upd(struct ifnet *ifp) argument
1754 bfe_ifmedia_sts(struct ifnet *ifp, struct ifmediareq *ifmr) argument
1768 bfe_ioctl(struct ifnet *ifp, u_long command, caddr_t data) argument
1810 struct ifnet *ifp; local
1851 struct ifnet *ifp; local
[all...]
/haiku-fatelf/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-fatelf/src/add-ons/kernel/drivers/network/wlan/wavelanwifi/
H A Dglue.c33 struct ifnet* ifp = sc->sc_ifp; variable in typeref:struct:ifnet
35 if (sc->wi_gone || !sc->sc_enabled || (ifp->if_flags & IFF_UP) == 0) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralink2860/
H A Dglue.c49 struct ifnet* ifp = sc->ifp; local
61 if (!(ifp->if_drv_flags & IFF_DRV_RUNNING))

Completed in 155 milliseconds

12345