Searched refs:oal_netbuf_push (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_hmac.c | 131 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 D | hcc_host.c | 1629 oal_netbuf_push(netbuf, sizeof(frw_hcc_extend_hdr_stru));
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 163 #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 D | oal_net.c | 562 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 D | hmac_frag.c | 114 oal_netbuf_push(netbuf, mac_hdr_size); in hmac_frag_process()
|
H A D | hmac_rx_data.c | 82 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 D | hmac_tx_data.c | 1134 oal_netbuf_push(netbuf, tx_ctl->frame_header_length); in hmac_tx_encap()
|
Completed in 11 milliseconds