Home
last modified time | relevance | path

Searched defs:netbuf (Results 1 – 25 of 67) sorted by relevance

123

/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/oal/
Doal_netbuf_ext.h71 static inline td_u8* oal_netbuf_payload(const oal_netbuf_stru *netbuf) in oal_netbuf_payload()
76 static inline const td_u8* oal_netbuf_payload_const(const oal_netbuf_stru *netbuf) in oal_netbuf_payload_const()
81 static inline td_u8* oal_netbuf_cb(const oal_netbuf_stru *netbuf) in oal_netbuf_cb()
86 static inline const td_u8* oal_netbuf_cb_const(const oal_netbuf_stru *netbuf) in oal_netbuf_cb_const()
91 static inline td_u8* oal_netbuf_data(oal_netbuf_stru *netbuf) in oal_netbuf_data()
96 static inline td_u8* oal_netbuf_data_offset(oal_netbuf_stru *netbuf, td_u32 offset) in oal_netbuf_data_offset()
101 static inline td_u8* oal_netbuf_header(const oal_netbuf_stru *netbuf) in oal_netbuf_header()
106 static inline const td_u8* oal_netbuf_header_const(const oal_netbuf_stru *netbuf) in oal_netbuf_header_const()
114 static inline td_u32 oal_netbuf_get_len(oal_netbuf_stru *netbuf) in oal_netbuf_get_len()
129 static inline td_u8* oal_netbuf_put(oal_netbuf_stru *netbuf, td_u32 len) in oal_netbuf_put()
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dnetbuf.h67 struct netbuf { struct
68 struct pbuf *p, *ptr;
69 ip_addr_t addr;
93 struct netbuf *netbuf_new (void); argument
/device/soc/hisilicon/ws63v100/sdk/open_source/lwip/lwip_v2.1.3/src/include/lwip/
Dnetbuf.h65 struct netbuf { struct
88 struct netbuf * netbuf_new (void); argument
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/forward/
Doal_netbuf_data.h29 static INLINE__ osal_u8 *oal_netbuf_tx_data(const oal_netbuf_stru *netbuf) in oal_netbuf_tx_data()
35 static INLINE__ const osal_u8 *oal_netbuf_tx_data_const(const oal_netbuf_stru *netbuf) in oal_netbuf_tx_data_const()
41 static INLINE__ osal_u8 *oal_netbuf_rx_data(const oal_netbuf_stru *netbuf) in oal_netbuf_rx_data()
47 static INLINE__ const osal_u8 *oal_netbuf_rx_data_const(const oal_netbuf_stru *netbuf) in oal_netbuf_rx_data_const()
53 static INLINE__ osal_u16 oal_netbuf_rx_frame_len(oal_netbuf_stru *netbuf) in oal_netbuf_rx_frame_len()
59 static INLINE__ osal_u16 oal_netbuf_rx_header_len(oal_netbuf_stru *netbuf) in oal_netbuf_rx_header_len()
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/rom_code/ws63/source/inc/
Dwlan_thruput_debug.h86 static inline osal_void stat_record_timestamp(oal_netbuf_stru *netbuf, osal_u32 index) in stat_record_timestamp()
99 static inline osal_void stat_record_tx_timestamp(oal_netbuf_stru *netbuf, osal_u32 index) in stat_record_tx_timestamp()
109 static inline osal_void stat_record_rx_timestamp(oal_netbuf_stru *netbuf, osal_u32 index) in stat_record_rx_timestamp()
119 static inline osal_void host_print_timestamp(oal_netbuf_stru *netbuf) in host_print_timestamp()
154 static inline osal_void host_print_rx_timestamp(oal_netbuf_stru *netbuf) in host_print_rx_timestamp()
163 static inline osal_void host_print_tx_timestamp(oal_netbuf_stru *netbuf) in host_print_tx_timestamp()
186 static inline osal_void stat_record_tx_timestamp(oal_netbuf_stru *netbuf, osal_u32 index) in stat_record_tx_timestamp()
191 static inline osal_void stat_record_rx_timestamp(oal_netbuf_stru *netbuf, osal_u32 index) in stat_record_rx_timestamp()
196 static inline osal_void host_print_rx_timestamp(oal_netbuf_stru *netbuf) in host_print_rx_timestamp()
200 static inline osal_void host_print_tx_timestamp(oal_netbuf_stru *netbuf) in host_print_tx_timestamp()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_rx_data.c71 static hi_void hmac_rx_frame_80211_to_eth(oal_netbuf_stru *netbuf, const hi_u8 *da_mac_addr, hi_u8 … in hmac_rx_frame_80211_to_eth()
104 hi_void hmac_rx_free_netbuf(oal_netbuf_stru *netbuf, hi_u16 us_nums) in hmac_rx_free_netbuf()
143 oal_netbuf_stru *netbuf = HI_NULL; in hmac_rx_free_netbuf_list() local
174 oal_netbuf_stru *netbuf = HI_NULL; /* 从netbuf链上取下来的指向netbuf的指针 */ in hmac_rx_transmit_to_wlan() local
239 hi_void hmac_rx_set_msdu_state(oal_netbuf_stru *netbuf, hmac_msdu_proc_state_stru *msdu_state) in hmac_rx_set_msdu_state()
253 …u_proc(const hmac_vap_stru *hmac_vap, oal_netbuf_head_stru *netbuf_header, oal_netbuf_stru *netbuf, in hmac_rx_msdu_proc()
324 oal_netbuf_stru *netbuf, mac_ieee80211_frame_stru *frame_hdr) in hmac_rx_prepare_msdu_list_to_wlan()
534 oal_netbuf_stru *netbuf = msdu->netbuf; in hmac_rx_transmit_msdu_to_lan() local
598 hi_void hmac_rx_msdu_frame_classify(const hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf, in hmac_rx_msdu_frame_classify()
669 hi_u32 hmac_rx_lan_frame_classify(const hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf, in hmac_rx_lan_frame_classify()
[all …]
Dhmac_frag.c43 oal_netbuf_stru *netbuf = HI_NULL; in hmac_frag_process() local
139 …ocess_proc(const hmac_vap_stru *hmac_vap, const hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf, in hmac_frag_process_proc()
185 oal_netbuf_stru *netbuf = HI_NULL; in hmac_defrag_timeout_fn() local
199 static hi_u32 hmac_defrag_process_frame(hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf, hi_u8 f… in hmac_defrag_process_frame()
254 oal_netbuf_stru *netbuf = hmac_user->defrag_netbuf; in hmac_get_defraged_netbuf() local
280 oal_netbuf_stru *hmac_defrag_process(hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf, hi_u32 hrd… in hmac_defrag_process()
Dhmac_tx_data.c75 hi_u16 hmac_free_netbuf_list(oal_netbuf_stru *netbuf) in hmac_free_netbuf_list()
269 static hi_void hmac_tx_classify_lan_to_wlan(oal_netbuf_stru *netbuf, hi_u8 *puc_tid) in hmac_tx_classify_lan_to_wlan()
433 …hmac_tx_classify(const hmac_vap_stru *hmac_vap, const mac_user_stru *user, oal_netbuf_stru *netbuf) in hmac_tx_classify()
490 static hi_u32 hmac_tx_filter_security(const hmac_vap_stru *hmac_vap, const oal_netbuf_stru *netbuf, in hmac_tx_filter_security()
614 const oal_netbuf_stru *netbuf) in hmac_tid_need_ba_session()
684 …c_tx_return_type_enum_uint8 hmac_tx_ucast_process(hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf, in hmac_tx_ucast_process()
730 const oal_netbuf_stru *netbuf, const hmac_tx_ctl_stru *tx_ctl) in hmac_tx_is_need_frag()
1059 …c_tx_encap(const hmac_vap_stru *hmac_vap, const hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf) in hmac_tx_encap()
1187 …turn_type_enum_uint8 hmac_tx_lan_mpdu_process_sta(hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf, in hmac_tx_lan_mpdu_process_sta()
1259 …eturn_type_enum_uint8 hmac_tx_lan_mpdu_process_ap(hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf, in hmac_tx_lan_mpdu_process_ap()
[all …]
Dhmac_crypto_tkip.c130 static hi_u32 hmac_crypto_tkip_michael_mic(const hi_u8 *puc_key, const oal_netbuf_stru *netbuf, in hmac_crypto_tkip_michael_mic()
233 hi_u32 hmac_crypto_tkip_enmic_key(wlan_priv_key_param_stru *key, oal_netbuf_stru *netbuf, const hma… in hmac_crypto_tkip_enmic_key()
272 hi_u32 hmac_crypto_tkip_enmic(wlan_priv_key_param_stru *key, oal_netbuf_stru *netbuf) in hmac_crypto_tkip_enmic()
336 hi_u32 hmac_crypto_tkip_demic(wlan_priv_key_param_stru *key, oal_netbuf_stru *netbuf) in hmac_crypto_tkip_demic()
Dhmac_wapi.c327 oal_netbuf_stru *hmac_wapi_netbuff_tx_handle(hmac_wapi_stru *wapi, oal_netbuf_stru *netbuf) in hmac_wapi_netbuff_tx_handle()
386 oal_netbuf_stru *hmac_wapi_netbuff_rx_handle(hmac_wapi_stru *wapi, oal_netbuf_stru *netbuf) in hmac_wapi_netbuff_rx_handle()
483 hi_u32 hmac_wapi_decrypt(hmac_wapi_stru *wapi, oal_netbuf_stru *netbuf) in hmac_wapi_decrypt()
691 static hi_u32 hmac_wapi_encrypt_action(hmac_wapi_stru *wapi, oal_netbuf_stru *netbuf, hmac_wapi_enc… in hmac_wapi_encrypt_action()
754 hi_u32 hmac_wapi_encrypt(hmac_wapi_stru *wapi, oal_netbuf_stru *netbuf) in hmac_wapi_encrypt()
Dhmac_mgmt_classifier.c198 hi_u32 hmac_rx_process_others_bss_management(const oal_netbuf_stru *netbuf) in hmac_rx_process_others_bss_management()
265 oal_netbuf_stru *netbuf = (oal_netbuf_stru *)crx_event->netbuf; in hmac_rx_process_mgmt_event() local
310 oal_netbuf_stru *netbuf = (oal_netbuf_stru *)crx_event->netbuf; in hmac_rx_process_mgmt_promis() local
Dhmac_blockack.c286 oal_netbuf_stru *netbuf = HI_NULL; in hmac_ba_send_frames_with_gap() local
338 oal_netbuf_stru *netbuf = HI_NULL; in hmac_ba_send_frames_in_order() local
401 oal_netbuf_stru *netbuf = HI_NULL; in hmac_ba_buffer_rx_frame() local
643 oal_netbuf_stru *netbuf = HI_NULL; in hmac_ba_rx_prepare_bufflist() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
Dhcc_hmac.c98 const oal_netbuf_stru *netbuf, hi_u8 config_frame) in hcc_hmac_tx_adapt_extend_hdr_init()
113 hi_u32 hcc_hmac_tx_hcc_hdr_init(oal_netbuf_stru *netbuf, const hcc_transfer_param *param) in hcc_hmac_tx_hcc_hdr_init()
153 hi_void hcc_sort_key_frame(hcc_trans_queue_stru *hcc_queue, oal_netbuf_stru *netbuf) in hcc_sort_key_frame()
183 hi_u32 hcc_host_tx(hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf, const hcc_transfer_param… in hcc_host_tx()
260 hi_u32 hcc_tx_netbuf_normal(const frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_u32 hd… in hcc_tx_netbuf_normal()
321 oal_netbuf_stru *netbuf = HI_NULL; in hmac_hcc_tx_event_buf_to_netbuf() local
393 hi_void hcc_adjust_netbuf_data(oal_netbuf_stru *netbuf) in hcc_adjust_netbuf_data()
438 hi_u32 hcc_host_tx_data_adapt(const frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf) in hcc_host_tx_data_adapt()
540 hi_u32 hcc_hmac_tx_data_event(frw_event_mem_stru *event_mem, oal_netbuf_stru *netbuf, hi_bool mgmt) in hcc_hmac_tx_data_event()
Dhcc_host.c285 static hi_s32 hcc_host_rx(const hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf)
339 oal_netbuf_stru *netbuf = HI_NULL; local
404 static hi_void hcc_tx_assem_descr_put(hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf)
409 static hi_s32 hcc_send_single_descr(hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf)
424 oal_netbuf_stru *netbuf = HI_NULL; local
520 static oal_netbuf_stru *hcc_netbuf_len_align(oal_netbuf_stru *netbuf, hi_u32 align_size)
561 oal_netbuf_stru *netbuf = HI_NULL; local
682 oal_netbuf_stru *netbuf = HI_NULL; local
860 oal_netbuf_stru *netbuf = HI_NULL; local
1042 static hi_void hcc_transfer_rx_handler(hcc_handler_stru *hcc_handler, oal_netbuf_stru *netbuf)
[all …]
Dhcc_slave.h57 oal_dev_netbuf_stru *netbuf; member
70 oal_dev_netbuf_stru *netbuf; member
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/feature/
Dhmac_frag.c113 const oal_netbuf_stru *netbuf, mac_tx_ctl_stru *tx_ctl) in hmac_tx_need_frag()
151 oal_netbuf_stru *netbuf = OAL_PTR_NULL; in hmac_frag_process() local
221 hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf, mac_tx_ctl_stru *tx_ctl) in hmac_frag_start()
258 oal_netbuf_stru *netbuf = OAL_PTR_NULL; in hmac_defrag_timeout_fn_etc() local
269 …_STATIC oal_netbuf_stru *hmac_defrag_first_frag(hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf) in hmac_defrag_first_frag()
321 OAL_STATIC oal_netbuf_stru *hmac_defrag_process(hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf,… in hmac_defrag_process()
362 oal_netbuf_stru *hmac_defrag_start_etc(hmac_user_stru *hmac_user, oal_netbuf_stru *netbuf, osal_u32… in hmac_defrag_start_etc()
421 oal_netbuf_stru *netbuf, osal_u32 hrdsize) in hmac_defrag_start()
Dhmac_promisc.c64 …TIC osal_void hmac_promis_send_custom_frame(hmac_vap_stru *hmac_vap, const oal_netbuf_stru *netbuf) in hmac_promis_send_custom_frame()
180 OAL_STATIC osal_u32 hmac_rx_frame_promis_proc(oal_netbuf_stru **netbuf, hmac_vap_stru *hmac_vap) in hmac_rx_frame_promis_proc()
Dhmac_wapi.c565 OAL_STATIC osal_u32 hmac_wapi_encrypt_etc(hmac_wapi_stru *wapi, oal_netbuf_stru *netbuf) in hmac_wapi_encrypt_etc()
823 OAL_STATIC oal_netbuf_stru *hmac_wapi_rx_netbuf(hmac_vap_stru *hmac_vap, oal_netbuf_stru *netbuf, in hmac_wapi_rx_netbuf()
841 oal_netbuf_stru *netbuf, const mac_ieee80211_frame_stru *frame_hdr, in hmac_rx_lan_frame_classify_wapi()
877 …EXT OAL_STATIC osal_u32 hmac_tx_lan_to_wlan_wapi(hmac_vap_stru *hmac_vap, oal_netbuf_stru **netbuf) in hmac_tx_lan_to_wlan_wapi()
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/hmac/
Dhmac_tid.h65 oal_netbuf_stru *netbuf = buf; in hmac_tx_tid_buffer_len_decrease() local
80 oal_netbuf_stru *netbuf = buf; in hmac_tx_tid_buffer_len_increase() local
Dhmac_mgmt_classifier.h72 oal_netbuf_stru *netbuf; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_linux_flowctl.c54 hi_u16 wal_netdev_select_queue(oal_net_device_stru *netdev, oal_netbuf_stru *netbuf, hi_void *accel… in wal_netdev_select_queue()
183 hi_u16 wal_netdev_select_queue(oal_net_device_stru *netdev, oal_netbuf_stru *netbuf, hi_void *accel… in wal_netdev_select_queue()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_net.c95 hi_void oal_dev_netlink_rev(oal_netbuf_stru *netbuf) in oal_dev_netlink_rev()
170 oal_netbuf_stru *netbuf = HI_NULL; in oal_dev_netlink_send() local
560 hi_s32 oal_eth_header(oal_netbuf_stru *netbuf, oal_net_device_stru *netdev, oal_eth_header_info_str… in oal_eth_header()
603 …oal_netbuf_stru *netbuf = oal_netbuf_alloc(oal_arp_hdr_len(netdev) + oal_ll_allocated_space(netdev… in oal_arp_create() local
/device/soc/hisilicon/common/platform/hieth-sf/adapter/
Dnet_adapter.c37 static NetDevTxResult EthXmit(struct NetDevice *netDev, NetBuf *netbuf) in EthXmit()
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/forward/liteOS/
Doal_netbuf.h38 oal_netbuf_stru netbuf; member
/device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/inc/
Ddmac_ext_if_hcm.h303 oal_netbuf_stru *netbuf; /* netbuf链表一个元素 */ member
310 oal_netbuf_stru *netbuf; /* 指向管理帧对应的netbuf */ member
316 oal_netbuf_stru *netbuf; /* netbuf链表一个元素 */ member
359 oal_netbuf_stru *netbuf; /* MSDU对应的netbuf指针(可以使clone的netbuf) */ member
564 oal_netbuf_stru *netbuf = mac_get_netbuf_by_cb(tx_ctl); in mac_get_wlan_frame_type() local
574 oal_netbuf_stru *netbuf = mac_get_netbuf_by_cb(tx_ctl); in mac_get_wlan_frame_subtype() local
637 oal_netbuf_stru *netbuf = mac_get_netbuf_by_cb(tx_ctl); in mac_get_frame_header_addr() local
648 oal_netbuf_stru *netbuf = mac_get_netbuf_by_cb(cb_ctrl); in mac_get_rx_cb_mac_hdr() local
652 static INLINE__ osal_bool mac_pk_mode(const oal_netbuf_stru *netbuf) in mac_pk_mode()

123