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:frame_max
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/
H
A
D
aq_ring.c
88
u16
frame_max
= self->
frame_max
;
in aq_get_rxpages()
local
96
rxbuf->rxdata.pg_off +=
frame_max
+ page_offset +
in aq_get_rxpages()
98
if (rxbuf->rxdata.pg_off +
frame_max
+ tail_size <=
in aq_get_rxpages()
187
self->
frame_max
= AQ_CFG_RX_FRAME_MAX;
in aq_ring_rx_alloc()
196
self->page_order = fls(self->
frame_max
/ PAGE_SIZE +
in aq_ring_rx_alloc()
197
(self->
frame_max
% PAGE_SIZE ? 1 : 0)) - 1;
in aq_ring_rx_alloc()
638
self->
frame_max
);
in __aq_ring_rx_clean()
657
self->
frame_max
);
in __aq_ring_rx_clean()
702
int frame_sz = rx_ring->page_offset + rx_ring->
frame_max
in __aq_ring_xdp_clean()
[all...]
H
A
D
aq_ring.h
148
u16
frame_max
;
member
/kernel/linux/linux-5.10/net/packet/
H
A
D
internal.h
65
unsigned int
frame_max
;
member
H
A
D
diag.c
83
pdr.pdr_frame_nr = ring->
frame_max
+ 1;
in pdiag_put_ring()
H
A
D
af_packet.c
1159
unsigned int previous = rb->head ? rb->head - 1 : rb->
frame_max
;
in packet_previous_frame()
1165
buff->head = buff->head != buff->
frame_max
? buff->head+1 : 0;
in packet_increment_head()
1218
len = READ_ONCE(po->rx_ring.
frame_max
) + 1;
in __tpacket_has_room()
4465
rb->
frame_max
= (req->tp_frame_nr - 1);
in packet_set_ring()
/kernel/linux/linux-6.6/net/packet/
H
A
D
internal.h
65
unsigned int
frame_max
;
member
H
A
D
diag.c
83
pdr.pdr_frame_nr = ring->
frame_max
+ 1;
in pdiag_put_ring()
H
A
D
af_packet.c
1194
unsigned int previous = rb->head ? rb->head - 1 : rb->
frame_max
;
in packet_previous_frame()
1200
buff->head = buff->head != buff->
frame_max
? buff->head+1 : 0;
in packet_increment_head()
1253
len = READ_ONCE(po->rx_ring.
frame_max
) + 1;
in __tpacket_has_room()
4517
rb->
frame_max
= (req->tp_frame_nr - 1);
in packet_set_ring()
/kernel/linux/linux-5.10/drivers/net/fjes/
H
A
D
fjes_hw.c
162
info->v1i.
frame_max
= FJES_MTU_TO_FRAME_SIZE(mtu);
in fjes_hw_setup_epbuf()
164
EP_RING_NUM(info->v1i.buffer_size, info->v1i.
frame_max
);
in fjes_hw_setup_epbuf()
865
return ((info->v1i.
frame_max
== FJES_MTU_TO_FRAME_SIZE(mtu)) &&
in fjes_hw_check_mtu()
939
info->v1i.
frame_max
]);
in fjes_hw_epbuf_rx_curpkt_get_addr()
970
info->v1i.
frame_max
]);
in fjes_hw_epbuf_tx_pkt_send()
H
A
D
fjes_hw.h
209
u32
frame_max
;
member
/kernel/linux/linux-6.6/drivers/net/fjes/
H
A
D
fjes_hw.c
163
info->v1i.
frame_max
= FJES_MTU_TO_FRAME_SIZE(mtu);
in fjes_hw_setup_epbuf()
165
EP_RING_NUM(info->v1i.buffer_size, info->v1i.
frame_max
);
in fjes_hw_setup_epbuf()
866
return ((info->v1i.
frame_max
== FJES_MTU_TO_FRAME_SIZE(mtu)) &&
in fjes_hw_check_mtu()
940
info->v1i.
frame_max
]);
in fjes_hw_epbuf_rx_curpkt_get_addr()
971
info->v1i.
frame_max
]);
in fjes_hw_epbuf_tx_pkt_send()
H
A
D
fjes_hw.h
209
u32
frame_max
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_a0.c
534
aq_ring->
frame_max
/ 1024U,
in hw_atl_a0_hw_ring_rx_init()
709
ring->
frame_max
;
in hw_atl_a0_hw_ring_rx_receive()
711
buff->len : ring->
frame_max
;
in hw_atl_a0_hw_ring_rx_receive()
H
A
D
hw_atl_b0.c
769
aq_ring->
frame_max
/ 1024U,
in hw_atl_b0_hw_ring_rx_init()
979
ring->
frame_max
;
in hw_atl_b0_hw_ring_rx_receive()
981
buff->len : ring->
frame_max
;
in hw_atl_b0_hw_ring_rx_receive()
986
rxd_wb->pkt_len > ring->
frame_max
?
in hw_atl_b0_hw_ring_rx_receive()
987
ring->
frame_max
: rxd_wb->pkt_len;
in hw_atl_b0_hw_ring_rx_receive()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H
A
D
cvmx-helper.c
805
uint64_t
frame_max
=
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
local
951
frame_max
);
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H
A
D
cvmx-helper.c
811
uint64_t
frame_max
=
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
local
957
frame_max
);
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_ncm.c
1169
unsigned
frame_max
= le16_to_cpu(ecm_desc.wMaxSegmentSize);
in ncm_unwrap_ntb()
local
1272
(dg_len >
frame_max
)) {
in ncm_unwrap_ntb()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_ncm.c
1193
unsigned
frame_max
= le16_to_cpu(ecm_desc.wMaxSegmentSize);
in ncm_unwrap_ntb()
local
1296
(dg_len >
frame_max
)) {
in ncm_unwrap_ntb()
Completed in 28 milliseconds