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:SGE_PAGE_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_cmn.h
814
SGE_PAGE_SIZE
, DMA_FROM_DEVICE);
in bnx2x_free_rx_sge()
1301
int fpp =
SGE_PAGE_SIZE
/ (mtu - ETH_MAX_TPA_HEADER_SIZE);
in bnx2x_mtu_allows_gro()
1307
return mtu <=
SGE_PAGE_SIZE
&& (U_ETH_SGL_SIZE * fpp) <= MAX_SKB_FRAGS;
in bnx2x_mtu_allows_gro()
H
A
D
bnx2x.h
400
#define
SGE_PAGE_SIZE
(1 << SGE_PAGE_SHIFT)
macro
401
#define SGE_PAGE_MASK (~(
SGE_PAGE_SIZE
- 1))
402
#define SGE_PAGE_ALIGN(addr) (((addr) +
SGE_PAGE_SIZE
- 1) & SGE_PAGE_MASK)
403
#define SGE_PAGES (
SGE_PAGE_SIZE
* PAGES_PER_SGE)
H
A
D
bnx2x_cmn.c
564
pool->offset,
SGE_PAGE_SIZE
, DMA_FROM_DEVICE);
in bnx2x_alloc_rx_sge()
578
pool->offset +=
SGE_PAGE_SIZE
;
in bnx2x_alloc_rx_sge()
579
if (PAGE_SIZE - pool->offset >=
SGE_PAGE_SIZE
)
in bnx2x_alloc_rx_sge()
646
SGE_PAGE_SIZE
, DMA_FROM_DEVICE);
in bnx2x_fill_frag_skb()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_cmn.h
814
SGE_PAGE_SIZE
, DMA_FROM_DEVICE);
in bnx2x_free_rx_sge()
1301
int fpp =
SGE_PAGE_SIZE
/ (mtu - ETH_MAX_TPA_HEADER_SIZE);
in bnx2x_mtu_allows_gro()
1307
return mtu <=
SGE_PAGE_SIZE
&& (U_ETH_SGL_SIZE * fpp) <= MAX_SKB_FRAGS;
in bnx2x_mtu_allows_gro()
H
A
D
bnx2x.h
400
#define
SGE_PAGE_SIZE
(1 << SGE_PAGE_SHIFT)
macro
401
#define SGE_PAGE_MASK (~(
SGE_PAGE_SIZE
- 1))
402
#define SGE_PAGE_ALIGN(addr) (((addr) +
SGE_PAGE_SIZE
- 1) & SGE_PAGE_MASK)
403
#define SGE_PAGES (
SGE_PAGE_SIZE
* PAGES_PER_SGE)
H
A
D
bnx2x_cmn.c
563
pool->offset,
SGE_PAGE_SIZE
, DMA_FROM_DEVICE);
in bnx2x_alloc_rx_sge()
577
pool->offset +=
SGE_PAGE_SIZE
;
in bnx2x_alloc_rx_sge()
578
if (PAGE_SIZE - pool->offset >=
SGE_PAGE_SIZE
)
in bnx2x_alloc_rx_sge()
645
SGE_PAGE_SIZE
, DMA_FROM_DEVICE);
in bnx2x_fill_frag_skb()
Completed in 29 milliseconds