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:frag_array
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_io.c
588
nf = &pbuf->
frag_array
[0];
in qlcnic_map_tx_skb()
600
nf = &pbuf->
frag_array
[i+1];
in qlcnic_map_tx_skb()
614
nf = &pbuf->
frag_array
[i+1];
in qlcnic_map_tx_skb()
618
nf = &pbuf->
frag_array
[0];
in qlcnic_map_tx_skb()
628
struct qlcnic_skb_frag *nf = &pbuf->
frag_array
[0];
in qlcnic_unmap_buffers()
632
nf = &pbuf->
frag_array
[i+1];
in qlcnic_unmap_buffers()
636
nf = &pbuf->
frag_array
[0];
in qlcnic_unmap_buffers()
730
buffrag = &pbuf->
frag_array
[i];
in qlcnic_xmit_frame()
905
frag = &buffer->
frag_array
[0];
in qlcnic_process_cmd_ring()
H
A
D
qlcnic_init.c
140
buffrag = cmd_buf->
frag_array
;
in qlcnic_release_tx_buffers()
H
A
D
qlcnic.h
361
struct qlcnic_skb_frag
frag_array
[MAX_SKB_FRAGS + 1];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H
A
D
qlcnic_io.c
589
nf = &pbuf->
frag_array
[0];
in qlcnic_map_tx_skb()
601
nf = &pbuf->
frag_array
[i+1];
in qlcnic_map_tx_skb()
615
nf = &pbuf->
frag_array
[i+1];
in qlcnic_map_tx_skb()
619
nf = &pbuf->
frag_array
[0];
in qlcnic_map_tx_skb()
629
struct qlcnic_skb_frag *nf = &pbuf->
frag_array
[0];
in qlcnic_unmap_buffers()
633
nf = &pbuf->
frag_array
[i+1];
in qlcnic_unmap_buffers()
637
nf = &pbuf->
frag_array
[0];
in qlcnic_unmap_buffers()
731
buffrag = &pbuf->
frag_array
[i];
in qlcnic_xmit_frame()
906
frag = &buffer->
frag_array
[0];
in qlcnic_process_cmd_ring()
H
A
D
qlcnic_init.c
138
buffrag = cmd_buf->
frag_array
;
in qlcnic_release_tx_buffers()
H
A
D
qlcnic.h
361
struct qlcnic_skb_frag
frag_array
[MAX_SKB_FRAGS + 1];
member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic_main.c
1981
nf = &pbuf->
frag_array
[0];
in netxen_map_tx_skb()
1993
nf = &pbuf->
frag_array
[i+1];
in netxen_map_tx_skb()
2008
nf = &pbuf->
frag_array
[i+1];
in netxen_map_tx_skb()
2013
nf = &pbuf->
frag_array
[0];
in netxen_map_tx_skb()
2101
buffrag = &pbuf->
frag_array
[i];
in netxen_nic_xmit_frame()
H
A
D
netxen_nic_init.c
125
buffrag = cmd_buf->
frag_array
;
in netxen_release_tx_buffers()
1756
frag = &buffer->
frag_array
[0];
in netxen_process_cmd_ring()
H
A
D
netxen_nic.h
545
struct netxen_skb_frag
frag_array
[MAX_SKB_FRAGS + 1];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/
H
A
D
netxen_nic_main.c
1974
nf = &pbuf->
frag_array
[0];
in netxen_map_tx_skb()
1986
nf = &pbuf->
frag_array
[i+1];
in netxen_map_tx_skb()
2001
nf = &pbuf->
frag_array
[i+1];
in netxen_map_tx_skb()
2006
nf = &pbuf->
frag_array
[0];
in netxen_map_tx_skb()
2094
buffrag = &pbuf->
frag_array
[i];
in netxen_nic_xmit_frame()
H
A
D
netxen_nic_init.c
123
buffrag = cmd_buf->
frag_array
;
in netxen_release_tx_buffers()
1756
frag = &buffer->
frag_array
[0];
in netxen_process_cmd_ring()
H
A
D
netxen_nic.h
545
struct netxen_skb_frag
frag_array
[MAX_SKB_FRAGS + 1];
member
Completed in 41 milliseconds