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:IBMVETH_BUFF_OH
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H
A
D
ibmveth.c
259
IBMVETH_BUFF_OH
);
in ibmveth_replenish_buffer_pool()
609
kmalloc(netdev->mtu +
IBMVETH_BUFF_OH
, GFP_KERNEL);
in ibmveth_open()
615
netdev->mtu +
IBMVETH_BUFF_OH
, DMA_BIDIRECTIONAL);
in ibmveth_open()
706
adapter->netdev->mtu +
IBMVETH_BUFF_OH
,
in ibmveth_close()
1507
int new_mtu_oh = new_mtu +
IBMVETH_BUFF_OH
;
in ibmveth_change_mtu()
1723
netdev->max_mtu = ETH_MAX_MTU -
IBMVETH_BUFF_OH
;
in ibmveth_probe()
1828
int mtu = netdev->mtu +
IBMVETH_BUFF_OH
;
in veth_pool_store()
1872
if (value <=
IBMVETH_BUFF_OH
|| value > IBMVETH_MAX_BUF_SIZE) {
in veth_pool_store()
H
A
D
ibmveth.h
95
#define
IBMVETH_BUFF_OH
22 /* Overhead: 14 ethernet header + 8 opaque handle */
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H
A
D
ibmveth.h
95
#define
IBMVETH_BUFF_OH
22 /* Overhead: 14 ethernet header + 8 opaque handle */
macro
H
A
D
ibmveth.c
266
IBMVETH_BUFF_OH
);
in ibmveth_replenish_buffer_pool()
1517
int new_mtu_oh = new_mtu +
IBMVETH_BUFF_OH
;
in ibmveth_change_mtu()
1731
netdev->max_mtu = ETH_MAX_MTU -
IBMVETH_BUFF_OH
;
in ibmveth_probe()
1843
int mtu = netdev->mtu +
IBMVETH_BUFF_OH
;
in veth_pool_store()
1883
if (value <=
IBMVETH_BUFF_OH
|| value > IBMVETH_MAX_BUF_SIZE) {
in veth_pool_store()
Completed in 8 milliseconds