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:emac_buffer
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac-mac.h
140
/*
emac_buffer
is wrapper around a pointer to a socket buffer
143
struct
emac_buffer
{
struct
151
struct
emac_buffer
*rfbuff;
195
struct
emac_buffer
*tpbuff;
H
A
D
emac-mac.c
596
struct
emac_buffer
*tpbuf = GET_TPD_BUFFER(tx_q, i);
in emac_tx_q_descs_free()
610
size = sizeof(struct
emac_buffer
) * tx_q->tpd.count;
in emac_tx_q_descs_free()
633
struct
emac_buffer
*rfbuf = GET_RFD_BUFFER(rx_q, i);
in emac_rx_q_free_descs()
646
size = sizeof(struct
emac_buffer
) * rx_q->rfd.count;
in emac_rx_q_free_descs()
681
size = sizeof(struct
emac_buffer
) * tx_q->tpd.count;
in emac_tx_q_desc_alloc()
723
size = sizeof(struct
emac_buffer
) * rx_q->rfd.count;
in emac_rx_descs_alloc()
862
struct
emac_buffer
*curr_rxbuf;
in emac_mac_rx_descs_refill()
863
struct
emac_buffer
*next_rxbuf;
in emac_mac_rx_descs_refill()
1057
struct
emac_buffer
*rfbuf = rx_q->rfd.rfbuff;
in emac_rx_rfd_clean()
1092
struct
emac_buffer
*rfbu
in emac_mac_rx_process()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac-mac.h
140
/*
emac_buffer
is wrapper around a pointer to a socket buffer
143
struct
emac_buffer
{
struct
151
struct
emac_buffer
*rfbuff;
195
struct
emac_buffer
*tpbuff;
H
A
D
emac-mac.c
596
struct
emac_buffer
*tpbuf = GET_TPD_BUFFER(tx_q, i);
in emac_tx_q_descs_free()
610
size = sizeof(struct
emac_buffer
) * tx_q->tpd.count;
in emac_tx_q_descs_free()
633
struct
emac_buffer
*rfbuf = GET_RFD_BUFFER(rx_q, i);
in emac_rx_q_free_descs()
646
size = sizeof(struct
emac_buffer
) * rx_q->rfd.count;
in emac_rx_q_free_descs()
681
size = sizeof(struct
emac_buffer
) * tx_q->tpd.count;
in emac_tx_q_desc_alloc()
723
size = sizeof(struct
emac_buffer
) * rx_q->rfd.count;
in emac_rx_descs_alloc()
862
struct
emac_buffer
*curr_rxbuf;
in emac_mac_rx_descs_refill()
863
struct
emac_buffer
*next_rxbuf;
in emac_mac_rx_descs_refill()
1057
struct
emac_buffer
*rfbuf = rx_q->rfd.rfbuff;
in emac_rx_rfd_clean()
1092
struct
emac_buffer
*rfbu
in emac_mac_rx_process()
[all...]
Completed in 6 milliseconds