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:flits_to_desc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H
A
D
chcr_ipsec.c
672
*
flits_to_desc
- returns the num of Tx descriptors for the given flits
678
static unsigned int
flits_to_desc
(unsigned int n)
in flits_to_desc()
function
739
ndesc =
flits_to_desc
(flits);
in ch_ipsec_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H
A
D
chcr_ipsec.c
676
*
flits_to_desc
- returns the num of Tx descriptors for the given flits
682
static unsigned int
flits_to_desc
(unsigned int n)
in flits_to_desc()
function
743
ndesc =
flits_to_desc
(flits);
in ch_ipsec_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
sge.c
710
*
flits_to_desc
- returns the num of Tx descriptors for the given flits
716
static inline unsigned int
flits_to_desc
(unsigned int n)
in flits_to_desc()
function
817
return
flits_to_desc
(calc_tx_flits(skb, chip_ver));
in calc_tx_descs()
1563
ndesc =
flits_to_desc
(flits);
in cxgb4_eth_xmit()
1866
ndesc =
flits_to_desc
(flits);
in cxgb4_vf_eth_xmit()
2297
ndesc =
flits_to_desc
(flits);
in ethofld_hard_xmit()
2675
ndesc =
flits_to_desc
(flits);
in cxgb4_selftest_lb_pkt()
2976
ndesc =
flits_to_desc
(flits);
3239
ndesc =
flits_to_desc
(DIV_ROUND_UP(len, 8));
in ofld_xmit_direct()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
sge.c
710
*
flits_to_desc
- returns the num of Tx descriptors for the given flits
716
static inline unsigned int
flits_to_desc
(unsigned int n)
in flits_to_desc()
function
817
return
flits_to_desc
(calc_tx_flits(skb, chip_ver));
in calc_tx_descs()
1563
ndesc =
flits_to_desc
(flits);
in cxgb4_eth_xmit()
1870
ndesc =
flits_to_desc
(flits);
in cxgb4_vf_eth_xmit()
2303
ndesc =
flits_to_desc
(flits);
in ethofld_hard_xmit()
2681
ndesc =
flits_to_desc
(flits);
in cxgb4_selftest_lb_pkt()
2982
ndesc =
flits_to_desc
(flits);
3245
ndesc =
flits_to_desc
(DIV_ROUND_UP(len, 8));
in ofld_xmit_direct()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
sge.c
756
*
flits_to_desc
- returns the num of Tx descriptors for the given flits
762
static inline unsigned int
flits_to_desc
(unsigned int n)
in flits_to_desc()
function
954
return
flits_to_desc
(flits);
in calc_tx_descs()
1686
return
flits_to_desc
(flits + sgl_len(cnt));
in calc_tx_descs_ofld()
3101
flits_to_desc
(sgl_len(MAX_SKB_FRAGS + 1) + 3);
in t3_sge_alloc_qset()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
sge.c
752
*
flits_to_desc
- returns the num of Tx descriptors for the given flits
758
static inline unsigned int
flits_to_desc
(unsigned int n)
in flits_to_desc()
function
948
return
flits_to_desc
(flits);
in calc_tx_descs()
1683
return
flits_to_desc
(flits + sgl_len(cnt));
in calc_tx_descs_ofld()
3099
flits_to_desc
(sgl_len(MAX_SKB_FRAGS + 1) + 3);
in t3_sge_alloc_qset()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
813
*
flits_to_desc
- returns the num of TX descriptors for the given flits
819
static inline unsigned int
flits_to_desc
(unsigned int flits)
in flits_to_desc()
function
1216
ndesc =
flits_to_desc
(flits);
in t4vf_eth_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
sge.c
813
*
flits_to_desc
- returns the num of TX descriptors for the given flits
819
static inline unsigned int
flits_to_desc
(unsigned int flits)
in flits_to_desc()
function
1213
ndesc =
flits_to_desc
(flits);
in t4vf_eth_xmit()
Completed in 31 milliseconds