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:TX_PAGES
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/net/ethernet/8390/
H
A
D
pcnet_cs.c
1305
ei_status.rx_start_page = start_pg +
TX_PAGES
;
in setup_dma_config()
1360
void __iomem *xfer_start = ei_status.mem + (
TX_PAGES
<<8)
in shmem_get_8390_hdr()
1375
unsigned long offset = (
TX_PAGES
<<8) + ring_offset
in shmem_block_input()
1384
offset =
TX_PAGES
<<8;
in shmem_block_input()
1438
for (i = 0; i < (
TX_PAGES
<<8); i += 2)
in setup_shmem_window()
1441
for (i = 0; i < (
TX_PAGES
<<8); i += 2)
in setup_shmem_window()
1444
if (i != (
TX_PAGES
<<8)) {
in setup_shmem_window()
1457
ei_status.rx_start_page = start_pg +
TX_PAGES
;
in setup_shmem_window()
H
A
D
smc-ultra.c
295
ei_status.rx_start_page = START_PG +
TX_PAGES
;
in ultra_probe1()
474
memcpy_fromio(skb->data + semi_count, ei_status.mem +
TX_PAGES
* 256, count);
in ultra_block_input()
H
A
D
wd.c
323
ei_status.rx_start_page = WD_START_PG +
TX_PAGES
;
in wd_probe1()
449
memcpy_fromio(skb->data + semi_count, ei_status.mem +
TX_PAGES
* 256, count);
in wd_block_input()
H
A
D
8390.h
17
#define
TX_PAGES
12 /* Two Tx slots */
macro
H
A
D
mac8390.c
526
ei_status.rx_start_page = WD_START_PG +
TX_PAGES
;
in mac8390_initdev()
528
ei_status.rmem_start = dev->mem_start +
TX_PAGES
*256;
in mac8390_initdev()
H
A
D
stnic.c
147
ei_status.rx_start_page = START_PG +
TX_PAGES
;
in stnic_probe()
H
A
D
hydra.c
155
ei_status.rx_start_page = start_page +
TX_PAGES
;
in hydra_init()
H
A
D
mcf8390.c
386
ei_local->rx_start_page = start_page +
TX_PAGES
;
in mcf8390_init()
H
A
D
apne.c
340
ei_status.rx_start_page = start_page +
TX_PAGES
;
in apne_probe1()
H
A
D
zorro8390.c
377
ei_status.rx_start_page = start_page +
TX_PAGES
;
in zorro8390_init()
H
A
D
axnet_cs.c
308
ei_status.rx_start_page = AXNET_START_PG +
TX_PAGES
;
in axnet_config()
1004
output_page = ei_local->tx_start_page +
TX_PAGES
/2;
in axnet_start_xmit()
H
A
D
ne2k-pci.c
378
ei_status.rx_start_page = start_page +
TX_PAGES
;
in ne2k_pci_init_one()
H
A
D
etherh.c
737
ei_local->rx_start_page = ei_local->tx_start_page +
TX_PAGES
;
in etherh_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/8390/
H
A
D
pcnet_cs.c
1314
ei_status.rx_start_page = start_pg +
TX_PAGES
;
in setup_dma_config()
1369
void __iomem *xfer_start = ei_status.mem + (
TX_PAGES
<<8)
in shmem_get_8390_hdr()
1384
unsigned long offset = (
TX_PAGES
<<8) + ring_offset
in shmem_block_input()
1393
offset =
TX_PAGES
<<8;
in shmem_block_input()
1447
for (i = 0; i < (
TX_PAGES
<<8); i += 2)
in setup_shmem_window()
1450
for (i = 0; i < (
TX_PAGES
<<8); i += 2)
in setup_shmem_window()
1453
if (i != (
TX_PAGES
<<8)) {
in setup_shmem_window()
1466
ei_status.rx_start_page = start_pg +
TX_PAGES
;
in setup_shmem_window()
H
A
D
wd.c
324
ei_status.rx_start_page = WD_START_PG +
TX_PAGES
;
in wd_probe1()
450
memcpy_fromio(skb->data + semi_count, ei_status.mem +
TX_PAGES
* 256, count);
in wd_block_input()
H
A
D
smc-ultra.c
296
ei_status.rx_start_page = START_PG +
TX_PAGES
;
in ultra_probe1()
475
memcpy_fromio(skb->data + semi_count, ei_status.mem +
TX_PAGES
* 256, count);
in ultra_block_input()
H
A
D
8390.h
19
#define
TX_PAGES
12 /* Two Tx slots */
macro
H
A
D
mac8390.c
518
ei_status.rx_start_page = WD_START_PG +
TX_PAGES
;
in mac8390_initdev()
520
ei_status.rmem_start = dev->mem_start +
TX_PAGES
*256;
in mac8390_initdev()
H
A
D
hydra.c
155
ei_status.rx_start_page = start_page +
TX_PAGES
;
in hydra_init()
H
A
D
stnic.c
143
ei_status.rx_start_page = START_PG +
TX_PAGES
;
in stnic_probe()
H
A
D
apne.c
329
ei_status.rx_start_page = start_page +
TX_PAGES
;
in apne_probe1()
H
A
D
zorro8390.c
371
ei_status.rx_start_page = start_page +
TX_PAGES
;
in zorro8390_init()
H
A
D
mcf8390.c
383
ei_local->rx_start_page = start_page +
TX_PAGES
;
in mcf8390_init()
H
A
D
axnet_cs.c
311
ei_status.rx_start_page = AXNET_START_PG +
TX_PAGES
;
in axnet_config()
1004
output_page = ei_local->tx_start_page +
TX_PAGES
/2;
in axnet_start_xmit()
H
A
D
etherh.c
739
ei_local->rx_start_page = ei_local->tx_start_page +
TX_PAGES
;
in etherh_probe()
Completed in 25 milliseconds
1
2