Searched refs:oal_netbuf_put (Results 1 - 13 of 13) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 162 #define oal_netbuf_put(nb, len) NetBufPush(nb, E_DATA_BUF, len)
macro 221 #define oal_netbuf_put(nb, len) skb_put(nb, len)
macro
|
H A D | oal_net.c | 610 oal_eth_arphdr_stru *arp = (oal_eth_arphdr_stru *)oal_netbuf_put(netbuf, (hi_u32)oal_arp_hdr_len(netdev)); in oal_arp_create()
|
H A D | oal_sdio_host.c | 667 oal_netbuf_put(netbuf, buff_len_t); in oal_sdio_build_rx_netbuf_list() 694 oal_netbuf_put(netbuf, hi_sdio->sdio_extend->xfer_count); in oal_sdio_build_rx_netbuf_list() 1385 oal_netbuf_put(netbuf, tailroom); in oal_sdio_transfer_tx()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_mgmt_bss_comm.c | 511 oal_netbuf_put(addba_req, (us_frame_len + sizeof(dmac_ctx_action_event_stru))); in hmac_mgmt_set_addba_req() 768 oal_netbuf_put(addba_rsp, (us_frame_len + sizeof(dmac_ctx_action_event_stru))); in hmac_mgmt_tx_addba_rsp() 895 oal_netbuf_put(delba, (us_frame_len + sizeof(dmac_ctx_action_event_stru))); in hmac_mgmt_tx_delba() 1768 oal_netbuf_put(sa_query, sa_query_len); in hmac_send_sa_query_req() 1989 oal_netbuf_put(sa_query, us_sa_query_len); in hmac_send_sa_query_rsp() 2041 oal_netbuf_put(deauth, deauth_len); in hmac_mgmt_send_deauth_frame() 2143 oal_netbuf_put(disassoc, mpdu_len); in hmac_mgmt_send_disassoc_frame() 2646 oal_netbuf_put(netbuf_mgmt_tx, mgmt_tx->us_len); in hmac_wpas_mgmt_tx()
|
H A D | hmac_crypto_tkip.c | 243 oal_netbuf_put(netbuf, IEEE80211_WEP_MICLEN); in hmac_crypto_tkip_enmic_key()
|
H A D | hmac_wapi.c | 576 oal_netbuf_put(netbuff_des, us_pdu_len); in hmac_wapi_decrypt() 709 oal_netbuf_put(netbuf_des, hmac_wapi->pdu_len + SMS4_MIC_LEN + HMAC_WAPI_HDR_LEN); in hmac_wapi_encrypt_action()
|
H A D | hmac_mgmt_sta.c | 602 oal_netbuf_put(auth_frame, us_auth_len); in hmac_sta_wait_auth() 664 oal_netbuf_put(auth_frame, auth_frame_len); in hmac_sta_shared_key_auth_proc() 822 oal_netbuf_put(asoc_req_frame, asoc_frame_len_local); in hmac_sta_encap_asoc_req_frame()
|
H A D | hmac_mgmt_ap.c | 235 oal_netbuf_put(auth_rsp, us_auth_rsp_len); in hmac_ap_rx_auth_req() 1466 oal_netbuf_put(*asoc_rsp, *asoc_rsp_len); in hmac_ap_prepare_asoc_rsp()
|
H A D | hmac_p2p.c | 985 oal_netbuf_put(puc_data, action_len); in hmac_p2p_send_action()
|
H A D | hmac_rx_data.c | 746 oal_netbuf_put(*dest_netbuf, oal_netbuf_len(src_netbuf)); in hmac_rx_copy_netbuff()
|
H A D | hmac_config.c | 3830 oal_netbuf_put(pkt_buf, (hi_u32)us_pkt_len); in hmac_send_custom_pkt() 6737 oal_netbuf_put(data, *len); in hmac_config_encap_mesh_frame()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_hmac.c | 335 oal_netbuf_put(netbuf, payload_len); in hmac_hcc_tx_event_buf_to_netbuf()
|
H A D | hcc_host.c | 550 oal_netbuf_put(netbuf, tail_room_len); 1257 oal_netbuf_put(netbuf, HISDIO_HOST2DEV_SCATT_SIZE); 1619 oal_netbuf_put(netbuf, len);
|
Completed in 39 milliseconds