Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ac_if
(Results
1 - 7
of
7
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_axge.c
251
if (ifp->
ac_if
.flags & (IFF_ALLMULTI | IFF_PROMISC)) {
in axge_setmulti()
270
if (ifp->
ac_if
.flags & IFF_PROMISC)
in axge_setpromisc()
435
ifp->
ac_if
.flags |= NETIF_FLAG_LINK_UP;
in axge_miibus_statchg()
437
(void)netifapi_netif_set_up(&ifp->
ac_if
);
in axge_miibus_statchg()
441
ifp->
ac_if
.flags &= ~NETIF_FLAG_LINK_UP;
in axge_miibus_statchg()
513
driverif_input(&ifp->
ac_if
, m);
in axge_rxeof()
679
ifp->
ac_if
.hwaddr_len = NETIF_MAX_HWADDR_LEN;
in axge_init()
680
(void)axge_read_mem(sc, AXGE_ACCESS_MAC, 6, AXGE_NIDR, ifp ->
ac_if
.hwaddr, 6);
in axge_init()
685
ifp->
ac_if
.flags |= NETIF_FLAG_UP | NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET;
in axge_init()
694
if (ifp->
ac_if
in axge_init()
[all...]
H
A
D
if_axe.c
552
ifp->
ac_if
.hwaddr_len = NETIF_MAX_HWADDR_LEN;
in axe_ax88772b_init()
553
tmp = (uint8_t *) ifp->
ac_if
.hwaddr;
in axe_ax88772b_init()
572
ifp->
ac_if
.flags |= NETIF_FLAG_UP | NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET;
in axe_ax88772b_init()
573
ifp->
ac_if
.flags &= ~NETIF_FLAG_LINK_UP;
in axe_ax88772b_init()
673
ifp->
ac_if
.flags |= NETIF_FLAG_LINK_UP;
in axe_miibus_statchg()
674
(void)netifapi_netif_set_up(&ifp->
ac_if
);
in axe_miibus_statchg()
681
ifp->
ac_if
.flags &= ~NETIF_FLAG_LINK_UP;
in axe_miibus_statchg()
892
driverif_input(&ifp->
ac_if
, m);
in axe_rxeof()
1088
ifp->
ac_if
.link_layer_type = ETHERNET_DRIVER_IF;
in axe_init()
H
A
D
usb_ethernet.c
326
pnetif_usb0 = &sc->
ac_if
;
in ue_attach_post_task()
381
(void)netifapi_dhcp_stop(&sc->
ac_if
);
in uether_ifdetach()
382
(void)netifapi_dhcp_cleanup(&sc->
ac_if
);
in uether_ifdetach()
383
(void)netifapi_netif_remove(&sc->
ac_if
);
in uether_ifdetach()
590
struct netif *netif = &(ue->ue_drv_sc->
ac_if
);
in uether_rxflush()
H
A
D
usb_eth_drv.c
63
struct netif *usb_netif = &sc->
ac_if
;
in eth_drv_init()
131
struct netif *usb_netif = &sc->
ac_if
;
in eth_drv_recv()
H
A
D
if_urndis.c
296
netif = &(ue->ue_drv_sc->
ac_if
);
in urndis_attach()
830
driverif_input(&ifp->
ac_if
, m);
in urndis_bulk_read()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
f_ether.c
227
struct netif *usb_netif = &sc->
ac_if
;
in eth_rx()
270
struct netif *usb_netif = &sc->
ac_if
;
in netdev_register()
310
struct netif *usb_netif = &sc->
ac_if
;
in netdev_unregister()
H
A
D
rndis.c
423
struct netif *netif = &dev->netdev.
ac_if
;
in link_status_check_func()
Completed in 8 milliseconds