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:HI_MAX_DEV_CB_LEN
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_mem.h
74
#define CB_OFFSET (OAL_NETBUF_MACHDR_BYTE_LEN - WLAN_MAX_MAC_HDR_LEN -
HI_MAX_DEV_CB_LEN
)
76
#define OAL_PAD_HDR_LEN (OAL_NETBUF_MACHDR_BYTE_LEN - WLAN_MAX_MAC_HDR_LEN -
HI_MAX_DEV_CB_LEN
- \
82
#define
HI_MAX_DEV_CB_LEN
20 /* device侧cb字段结构体长度。原值19, 四字节不对齐。 */
macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_hmac.c
411
if (memmove_s(netbuf_hdr +
HI_MAX_DEV_CB_LEN
, hmac_tx_ctrl->frame_header_length, hmac_tx_ctrl->frame_header,
in hcc_adjust_netbuf_data()
429
headroom_add =
HI_MAX_DEV_CB_LEN
+ WLAN_MAX_MAC_HDR_LEN - tx_ctrl->frame_header_length;
in hcc_check_headroom_add_length()
432
headroom_add =
HI_MAX_DEV_CB_LEN
+ WLAN_MAX_MAC_HDR_LEN;
in hcc_check_headroom_add_length()
472
netbuf_old_addr = (uintptr_t)(oal_netbuf_data(netbuf) +
HI_MAX_DEV_CB_LEN
+ WLAN_MAX_MAC_HDR_LEN);
in hcc_host_tx_data_adapt()
493
return hcc_tx_netbuf_normal(event_mem, netbuf,
HI_MAX_DEV_CB_LEN
+ WLAN_MAX_MAC_HDR_LEN);
in hcc_host_tx_data_adapt()
H
A
D
hmac_hcc_adapt.c
91
(hi_u32 *)(hcc_extend_hdr +
HI_MAX_DEV_CB_LEN
+ WLAN_MAX_MAC_HDR_LEN - pst_rx_ctrl->mac_header_len);
in hmac_hcc_rx_event_comm_adapt()
103
HI_MAX_DEV_CB_LEN
+ (WLAN_MAX_MAC_HDR_LEN - pst_rx_ctrl->mac_header_len));
in hmac_hcc_rx_event_comm_adapt()
105
oal_netbuf_pull(hcc_event_payload->netbuf, (
HI_MAX_DEV_CB_LEN
+ WLAN_MAX_MAC_HDR_LEN));
in hmac_hcc_rx_event_comm_adapt()
H
A
D
hcc_comm.h
165
#define HCC_EXTEND_TOTAL_SIZE (WLAN_MAX_MAC_HDR_LEN +
HI_MAX_DEV_CB_LEN
+ (hi_u32)sizeof(frw_hcc_extend_hdr_stru))
H
A
D
hcc_host.c
867
+ WLAN_MAX_MAC_HDR_LEN +
HI_MAX_DEV_CB_LEN
);
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
dmac_ext_if.h
936
(((mac_ieee80211_frame_stru *)((hi_u8 *)(_pst_tx_ctrl) +
HI_MAX_DEV_CB_LEN
))->frame_control.sub_type)
945
(((mac_ieee80211_frame_stru *)((hi_u8 *)(_pst_tx_ctrl) +
HI_MAX_DEV_CB_LEN
))->frame_control.type)
952
return ((mac_ieee80211_frame_stru *)((hi_u8 *)tx_ctrl +
HI_MAX_DEV_CB_LEN
))->seq_num;
in dmac_get_seqnum_by_txcb()
960
return (mac_ieee80211_frame_stru *)((hi_u8 *)tx_ctrl +
HI_MAX_DEV_CB_LEN
);
in dmac_get_mac_hdr_by_txcb()
968
return (hi_u32 *)((hi_u8 *)cb_ctrl +
HI_MAX_DEV_CB_LEN
);
in dmac_get_mac_hdr_by_rxcb()
Completed in 9 milliseconds