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:nic
(Results
1 - 3
of
3
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/
H
A
D
virtnet.c
119
struct VirtNetif *
nic
;
member
146
struct VirtNetif *
nic
= netif->state;
in Feature0()
local
147
struct VirtnetConfig *conf = (struct VirtnetConfig *)(
nic
->dev.base + VIRTMMIO_REG_CONFIG);
in Feature0()
183
static err_t InitTxFreelist(struct VirtNetif *
nic
)
in InitTxFreelist()
argument
187
nic
->tbufRec = malloc(sizeof(struct TbufRecord) *
nic
->dev.vq[1].qsz);
in InitTxFreelist()
188
if (
nic
->tbufRec == NULL) {
in InitTxFreelist()
189
PRINT_ERR("alloc
nic
->tbufRec memory failed\n");
in InitTxFreelist()
193
for (i = 0; i <
nic
->dev.vq[1].qsz - 1; i++) {
in InitTxFreelist()
194
nic
in InitTxFreelist()
203
FreeTxEntry(struct VirtNetif *
nic
, uint16_t head)
FreeTxEntry()
argument
229
struct VirtNetif *
nic
= pc->
nic
;
ReleaseRxEntry()
local
243
ConfigRxBuffer(struct VirtNetif *
nic
, VADDR_T buf)
ConfigRxBuffer()
argument
273
ConfigQueue(struct VirtNetif *
nic
)
ConfigQueue()
argument
318
GetTxFreeEntry(struct VirtNetif *
nic
, uint16_t count)
GetTxFreeEntry()
argument
349
struct VirtNetif *
nic
= netif->state;
LowLevelOutput()
local
395
struct VirtNetif *
nic
= netif->state;
LowLevelInput()
local
421
struct VirtNetif *
nic
= netif->state;
VirtnetRxHandle()
local
450
VirtnetTxHandle(struct VirtNetif *
nic
)
VirtnetTxHandle()
argument
469
struct VirtNetif *
nic
= netif->state;
VirtnetIRQhandle()
local
484
struct VirtNetif *
nic
= netif->state;
LowLevelInit()
local
521
struct VirtNetif *
nic
= NULL;
EthernetIfInit()
local
549
struct VirtNetif *
nic
= netif->state;
VirtnetDeInit()
local
[all...]
/device/qemu/drivers/virtio/
H
A
D
virtnet.c
98
struct VirtNetif *
nic
= GetVirtnetIf(netDev);
in Feature0()
local
99
struct VirtnetConfig *conf = (struct VirtnetConfig *)(
nic
->dev.base + VIRTMMIO_REG_CONFIG);
in Feature0()
139
static int32_t InitTxFreelist(struct VirtNetif *
nic
)
in InitTxFreelist()
argument
143
for (i = 0; i <
nic
->dev.vq[1].qsz - 1; i++) {
in InitTxFreelist()
144
nic
->dev.vq[1].desc[i].flag = VIRTQ_DESC_F_NEXT;
in InitTxFreelist()
145
nic
->dev.vq[1].desc[i].next = i + 1;
in InitTxFreelist()
147
nic
->tFreeHdr = 0;
in InitTxFreelist()
148
nic
->tFreeNum =
nic
->dev.vq[1].qsz;
in InitTxFreelist()
150
return OsalSpinInit(&
nic
in InitTxFreelist()
153
FreeTxEntry(struct VirtNetif *
nic
, uint16_t head)
FreeTxEntry()
argument
174
PopulateRxBuffer(struct VirtNetif *
nic
)
PopulateRxBuffer()
argument
191
ConfigQueue(struct VirtNetif *
nic
)
ConfigQueue()
argument
208
GetTxFreeEntry(struct VirtNetif *
nic
)
GetTxFreeEntry()
argument
240
struct VirtNetif *
nic
= GetVirtnetIf(netDev);
LowLevelOutput()
local
264
struct VirtNetif *
nic
= GetVirtnetIf(netDev);
LowLevelInput()
local
284
struct VirtNetif *
nic
= GetVirtnetIf(netDev);
VirtnetRxHandle()
local
325
VirtnetTxHandle(struct VirtNetif *
nic
)
VirtnetTxHandle()
argument
345
struct VirtNetif *
nic
= GetVirtnetIf(netDev);
VirtnetIRQhandle()
local
369
struct VirtNetif *
nic
= NULL;
VirtnetInit()
local
414
struct VirtNetif *
nic
= GetVirtnetIf(netDev);
VirtnetDeInit()
local
496
struct VirtNetif *
nic
= GetVirtnetIf(netDev);
VirtNetDeviceInit()
local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
dhd_config.c
373
uint32 oui,
nic
;
in dhd_conf_set_fw_name_by_mac()
local
385
nic
= (mac[3] << 16) | (mac[4] << 8) | (mac[5]);
in dhd_conf_set_fw_name_by_mac()
432
if (
nic
>= mac_range[j].nic_start &&
nic
<= mac_range[j].nic_end) {
in dhd_conf_set_fw_name_by_mac()
434
CONFIG_MSG("matched oui=0x%06X,
nic
=0x%06X\n", oui,
nic
);
in dhd_conf_set_fw_name_by_mac()
449
uint32 oui,
nic
;
in dhd_conf_set_nv_name_by_mac()
local
460
nic
= (mac[3] << 16) | (mac[4] << 8) | (mac[5]);
in dhd_conf_set_nv_name_by_mac()
475
if (
nic
>= mac_range[j].nic_start &&
nic
<
in dhd_conf_set_nv_name_by_mac()
[all...]
Completed in 5 milliseconds