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_HW_MAX_FRS
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
common.h
156
#define
NIC_HW_MAX_FRS
9212
macro
H
A
D
rvu_nix.c
2833
if (!req->sdp_link && req->maxlen >
NIC_HW_MAX_FRS
)
in rvu_mbox_handler_nix_set_hw_frs()
3007
NIC_HW_MAX_FRS
<< 16 | NIC_HW_MIN_FRS);
in nix_link_config()
3021
tx_credits = ((CGX_FIFO_LEN / lmac_cnt) -
NIC_HW_MAX_FRS
) / 16;
in nix_link_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
common.h
157
#define
NIC_HW_MAX_FRS
9212
macro
H
A
D
rvu_nix.c
3423
*max_mtu =
NIC_HW_MAX_FRS
;
in rvu_get_lbk_link_max_frs()
3436
*max_mtu =
NIC_HW_MAX_FRS
;
in rvu_get_lmac_link_max_frs()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nic_main.c
258
if ((new_frs >
NIC_HW_MAX_FRS
) || (new_frs < NIC_HW_MIN_FRS))
in nic_update_hw_frs()
340
NIC_HW_MAX_FRS
) / 16) << 12);
in nic_set_lmac_vf_mapping()
447
nic->pkind.maxlen =
NIC_HW_MAX_FRS
+ VLAN_ETH_HLEN + ETH_FCS_LEN + 4;
in nic_init_hw()
631
rr_quantum = ((
NIC_HW_MAX_FRS
+ 24) / 4);
in nic_tx_channel_cfg()
H
A
D
nic.h
47
#define
NIC_HW_MAX_FRS
9190 /* Excluding L2 header and FCS */
macro
H
A
D
nicvf_main.c
2242
netdev->max_mtu =
NIC_HW_MAX_FRS
;
in nicvf_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nic_main.c
258
if ((new_frs >
NIC_HW_MAX_FRS
) || (new_frs < NIC_HW_MIN_FRS))
in nic_update_hw_frs()
340
NIC_HW_MAX_FRS
) / 16) << 12);
in nic_set_lmac_vf_mapping()
447
nic->pkind.maxlen =
NIC_HW_MAX_FRS
+ VLAN_ETH_HLEN + ETH_FCS_LEN + 4;
in nic_init_hw()
631
rr_quantum = ((
NIC_HW_MAX_FRS
+ 24) / 4);
in nic_tx_channel_cfg()
H
A
D
nic.h
47
#define
NIC_HW_MAX_FRS
9190 /* Excluding L2 header and FCS */
macro
H
A
D
nicvf_main.c
2227
netdev->max_mtu =
NIC_HW_MAX_FRS
;
in nicvf_probe()
Completed in 25 milliseconds