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_copybreak
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_enet.h
495
u32
tx_copybreak
;
member
595
u32
tx_copybreak
;
member
H
A
D
hns3_ethtool.c
1871
/* all the tx rings have the same
tx_copybreak
*/
in hns3_get_tunable()
1872
*(u32 *)data = priv->
tx_copybreak
;
in hns3_get_tunable()
1932
priv->
tx_copybreak
= *(u32 *)data;
in hns3_set_tunable()
1935
priv->ring[i].
tx_copybreak
= priv->
tx_copybreak
;
in hns3_set_tunable()
H
A
D
hns3_enet.c
1001
u32 len = skb->len <= ring->
tx_copybreak
? skb->len :
in hns3_can_use_tx_bounce()
1004
if (len > ring->
tx_copybreak
)
in hns3_can_use_tx_bounce()
1019
if (skb->len <= ring->
tx_copybreak
|| !tx_sgl ||
in hns3_can_use_tx_sgl()
2160
if (skb->len <= ring->
tx_copybreak
) {
in hns3_handle_tx_bounce()
4883
ring->
tx_copybreak
= priv->
tx_copybreak
;
in hns3_ring_get_cfg()
H
A
D
hns3_debugfs.c
605
sprintf(result[j++], "%u", ring->
tx_copybreak
);
in hns3_dbg_tx_spare_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H
A
D
ibmveth.c
57
static unsigned int
tx_copybreak
__read_mostly = 128;
58
module_param(
tx_copybreak
, uint, 0644);
59
MODULE_PARM_DESC(
tx_copybreak
,
1107
(skb->len <
tx_copybreak
))) {
in ibmveth_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H
A
D
ibmveth.c
57
static unsigned int
tx_copybreak
__read_mostly = 128;
58
module_param(
tx_copybreak
, uint, 0644);
59
MODULE_PARM_DESC(
tx_copybreak
,
Completed in 18 milliseconds