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:ice_tx_desc
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.h
104
sizeof(struct
ice_tx_desc
))
142
struct
ice_tx_desc
*next_to_watch;
H
A
D
ice_txrx.c
33
struct
ice_tx_desc
*tx_desc;
in ice_prgm_fdir_fltr()
209
struct
ice_tx_desc
*tx_desc;
in ice_clean_tx_irq()
219
struct
ice_tx_desc
*eop_desc = tx_buf->next_to_watch;
in ice_clean_tx_irq()
344
tx_ring->size = ALIGN(tx_ring->count * sizeof(struct
ice_tx_desc
),
in ice_setup_tx_ring()
1736
struct
ice_tx_desc
*tx_desc;
in ice_tx_map()
2490
struct
ice_tx_desc
*tx_desc;
in ice_clean_ctrl_tx_irq()
2498
struct
ice_tx_desc
*eop_desc = tx_buf->next_to_watch;
in ice_clean_ctrl_tx_irq()
H
A
D
ice_txrx_lib.c
211
struct
ice_tx_desc
*tx_desc;
in ice_xmit_xdp_ring()
H
A
D
ice_xsk.c
696
struct
ice_tx_desc
*tx_desc = NULL;
in ice_xmit_zc()
764
struct
ice_tx_desc
*tx_desc;
in ice_clean_tx_irq_zc()
H
A
D
ice.h
100
#define ICE_TX_DESC(R, i) (&(((struct
ice_tx_desc
*)((R)->desc))[i]))
H
A
D
ice_lan_tx_rx.h
439
struct
ice_tx_desc
{
struct
H
A
D
ice_ethtool.c
590
struct
ice_tx_desc
*tx_desc;
in ice_diag_send()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_txrx.h
105
sizeof(struct
ice_tx_desc
))
167
struct
ice_tx_desc
*next_to_watch;
H
A
D
ice_txrx_lib.c
258
struct
ice_tx_desc
*tx_desc;
in ice_clean_xdp_irq()
335
struct
ice_tx_desc
*tx_desc;
in __ice_xmit_xdp_ring()
H
A
D
ice_trace.h
119
TP_PROTO(struct ice_tx_ring *ring, struct
ice_tx_desc
*desc,
140
struct
ice_tx_desc
*desc, \
H
A
D
ice_txrx.c
38
struct
ice_tx_desc
*tx_desc;
in ice_prgm_fdir_fltr()
172
size = ALIGN(tx_ring->count * sizeof(struct
ice_tx_desc
),
in ice_clean_tx_ring()
202
size = ALIGN(tx_ring->count * sizeof(struct
ice_tx_desc
),
in ice_free_tx_ring()
223
struct
ice_tx_desc
*tx_desc;
in ice_clean_tx_irq()
236
struct
ice_tx_desc
*eop_desc = tx_buf->next_to_watch;
in ice_clean_tx_irq()
358
size = ALIGN(tx_ring->count * sizeof(struct
ice_tx_desc
),
in ice_setup_tx_ring()
1647
struct
ice_tx_desc
*tx_desc;
in ice_tx_map()
2507
struct
ice_tx_desc
*tx_desc;
in ice_clean_ctrl_tx_irq()
2515
struct
ice_tx_desc
*eop_desc = tx_buf->next_to_watch;
in ice_clean_ctrl_tx_irq()
H
A
D
ice_txrx_lib.h
147
struct
ice_tx_desc
*tx_desc;
in ice_set_rs_bit()
H
A
D
ice_xsk.c
620
struct
ice_tx_desc
*tx_desc;
in ice_clean_xdp_irq_zc()
691
struct
ice_tx_desc
*tx_desc;
in ice_xmit_xdp_tx_zc()
993
struct
ice_tx_desc
*tx_desc;
in ice_xmit_pkt()
1017
struct
ice_tx_desc
*tx_desc;
in ice_xmit_pkt_batch()
H
A
D
ice.h
128
#define ICE_TX_DESC(R, i) (&(((struct
ice_tx_desc
*)((R)->desc))[i]))
H
A
D
ice_lan_tx_rx.h
502
struct
ice_tx_desc
{
struct
H
A
D
ice_ethtool.c
771
struct
ice_tx_desc
*tx_desc;
in ice_diag_send()
H
A
D
ice_main.c
2589
struct
ice_tx_desc
*tx_desc;
in ice_xdp_alloc_setup_rings()
Completed in 47 milliseconds