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:is_vipframe
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_hmac.c
168
if (dmac_tx_ctrl != HI_NULL && dmac_tx_ctrl->
is_vipframe
!= HI_TRUE &&
in hcc_sort_key_frame()
187
hi_u8
is_vipframe
= HI_FALSE;
in hcc_host_tx()
local
211
dmac_tx_ctrl->
is_vipframe
!= HI_TRUE && dmac_tx_ctrl->high_prio_sch != HI_TRUE &&
in hcc_host_tx()
219
(dmac_tx_ctrl->
is_vipframe
== HI_TRUE || dmac_tx_ctrl->high_prio_sch == HI_TRUE)) {
in hcc_host_tx()
220
is_vipframe
= HI_TRUE;
in hcc_host_tx()
223
if (
is_vipframe
&& hcc_discard_key_frame()) {
in hcc_host_tx()
230
if (
is_vipframe
) {
in hcc_host_tx()
243
para.isVip =
is_vipframe
;
in hcc_host_tx()
368
dst_cb->
is_vipframe
= src_cb->
is_vipframe
;
in hcc_to_dmac_tx_ctr_convert()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_tx_data.c
172
tx_ctl->
is_vipframe
= HI_TRUE;
in hmac_tx_classify_ipv4_data()
185
tx_ctl->
is_vipframe
= HI_TRUE;
in hmac_tx_classify_ipv4_data()
230
tx_ctl->
is_vipframe
= HI_TRUE;
in hmac_tx_classify_ipv6_data()
237
tx_ctl->
is_vipframe
= HI_TRUE;
in hmac_tx_classify_ipv6_data()
248
tx_ctl->
is_vipframe
= HI_TRUE;
in hmac_tx_classify_ipv6_data()
288
tx_ctl->
is_vipframe
= HI_TRUE;
in hmac_tx_classify_lan_to_wlan()
303
tx_ctl->
is_vipframe
= HI_TRUE;
in hmac_tx_classify_lan_to_wlan()
309
tx_ctl->
is_vipframe
= HI_TRUE;
in hmac_tx_classify_lan_to_wlan()
456
if ((tx_ctl->
is_vipframe
!= HI_TRUE) || (mac_dev->wmm == HI_FALSE)) {
in hmac_tx_classify()
702
if (tx_ctl->
is_vipframe
in hmac_tx_ucast_process()
[all...]
H
A
D
dmac_ext_if.h
679
hi_u8
is_vipframe
: 1; /* 该帧是否是EAPOL帧、DHCP帧 */
member
1021
hi_u8
is_vipframe
: 1; /* 该帧是否是EAPOL帧、DHCP帧 */
member
H
A
D
hmac_mgmt_bss_comm.c
2651
tx_ctl->
is_vipframe
= HI_TRUE;
in hmac_wpas_mgmt_tx()
Completed in 12 milliseconds