Home
last modified time | relevance | path

Searched refs:oal_netbuf_push (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_hmac.c131 hcc_hdr = (hcc_header_stru *)oal_netbuf_push(netbuf_temp, headroom); in hcc_hmac_tx_hcc_hdr_init()
304 oal_netbuf_push(netbuf, sizeof(frw_hcc_extend_hdr_stru)); in hcc_tx_netbuf_normal()
468 oal_netbuf_push(netbuf, headroom_add); in hcc_host_tx_data_adapt()
487 oal_netbuf_push(netbuf, addr_offset); in hcc_host_tx_data_adapt()
H A Dhcc_host.c1629 oal_netbuf_push(netbuf, sizeof(frw_hcc_extend_hdr_stru));
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_netbuf.h163 #define oal_netbuf_push(nb, len) NetBufPop(nb, E_HEAD_BUF, len) macro
222 #define oal_netbuf_push(nb, len) skb_push(nb, len) macro
H A Doal_net.c562 oal_ether_header_stru *eth = (oal_ether_header_stru *)oal_netbuf_push(netbuf, 14); /* 14: 空间长度 */ in oal_eth_header()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_frag.c114 oal_netbuf_push(netbuf, mac_hdr_size); in hmac_frag_process()
H A Dhmac_rx_data.c82 oal_netbuf_push(netbuf, HMAC_RX_DATA_ETHER_OFFSET_LENGTH); in hmac_rx_frame_80211_to_eth()
579 oal_netbuf_push(netbuf, ETHER_HDR_LEN); in hmac_rx_transmit_msdu_to_lan()
H A Dhmac_tx_data.c1134 oal_netbuf_push(netbuf, tx_ctl->frame_header_length); in hmac_tx_encap()

Completed in 11 milliseconds