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:tpd_req
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c_main.c
1952
u16
tpd_req
;
in atl1c_cal_tpd_req()
local
1955
tpd_req
= skb_shinfo(skb)->nr_frags + 1;
in atl1c_cal_tpd_req()
1960
tpd_req
++;
in atl1c_cal_tpd_req()
1962
tpd_req
++;
in atl1c_cal_tpd_req()
1964
return
tpd_req
;
in atl1c_cal_tpd_req()
2201
u16
tpd_req
;
in atl1c_xmit_frame()
local
2210
tpd_req
= atl1c_cal_tpd_req(skb);
in atl1c_xmit_frame()
2212
if (atl1c_tpd_avail(adapter, type) <
tpd_req
) {
in atl1c_xmit_frame()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_main.c
1603
u16
tpd_req
= 1;
in atl1e_cal_tdp_req()
local
1609
tpd_req
+= ((fg_size + MAX_TX_BUF_LEN - 1) >> MAX_TX_BUF_SHIFT);
in atl1e_cal_tdp_req()
1618
tpd_req
+= ((skb_headlen(skb) - proto_hdr_len +
in atl1e_cal_tdp_req()
1625
return
tpd_req
;
in atl1e_cal_tdp_req()
1865
u16
tpd_req
= 1;
in atl1e_xmit_frame()
local
1877
tpd_req
= atl1e_cal_tdp_req(skb);
in atl1e_xmit_frame()
1879
if (atl1e_tpd_avail(adapter) <
tpd_req
) {
in atl1e_xmit_frame()
1914
atl1e_tx_queue(adapter,
tpd_req
, tpd);
in atl1e_xmit_frame()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_main.c
1603
u16
tpd_req
= 1;
in atl1e_cal_tdp_req()
local
1609
tpd_req
+= ((fg_size + MAX_TX_BUF_LEN - 1) >> MAX_TX_BUF_SHIFT);
in atl1e_cal_tdp_req()
1617
tpd_req
+= ((skb_headlen(skb) - proto_hdr_len +
in atl1e_cal_tdp_req()
1624
return
tpd_req
;
in atl1e_cal_tdp_req()
1865
u16
tpd_req
= 1;
in atl1e_xmit_frame()
local
1877
tpd_req
= atl1e_cal_tdp_req(skb);
in atl1e_xmit_frame()
1879
if (atl1e_tpd_avail(adapter) <
tpd_req
) {
in atl1e_xmit_frame()
1914
atl1e_tx_queue(adapter,
tpd_req
, tpd);
in atl1e_xmit_frame()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c_main.c
2024
u16
tpd_req
;
in atl1c_cal_tpd_req()
local
2027
tpd_req
= skb_shinfo(skb)->nr_frags + 1;
in atl1c_cal_tpd_req()
2032
tpd_req
++;
in atl1c_cal_tpd_req()
2034
tpd_req
++;
in atl1c_cal_tpd_req()
2036
return
tpd_req
;
in atl1c_cal_tpd_req()
2275
u16
tpd_req
;
in atl1c_xmit_frame()
local
2282
tpd_req
= atl1c_cal_tpd_req(skb);
in atl1c_xmit_frame()
2284
if (atl1c_tpd_avail(adapter, queue) <
tpd_req
) {
in atl1c_xmit_frame()
Completed in 14 milliseconds