Home
last modified time | relevance | path

Searched refs:oal_netbuf_headroom (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_hmac.c126 if (oal_netbuf_headroom(netbuf_temp) < headroom) { in hcc_hmac_tx_hcc_hdr_init()
128 oal_netbuf_headroom(netbuf_temp), headroom); in hcc_hmac_tx_hcc_hdr_init()
297 if (oal_netbuf_headroom(netbuf) < sizeof(frw_hcc_extend_hdr_stru)) { in hcc_tx_netbuf_normal()
299 oal_netbuf_headroom(netbuf), sizeof(frw_hcc_extend_hdr_stru)); in hcc_tx_netbuf_normal()
454 if (headroom_add > oal_netbuf_headroom(netbuf)) { in hcc_host_tx_data_adapt()
455 err_code = oal_netbuf_expand_head(netbuf, (hi_s32)headroom_add - (hi_s32)oal_netbuf_headroom(netbuf), in hcc_host_tx_data_adapt()
482 if (addr_offset < oal_netbuf_headroom(netbuf)) { in hcc_host_tx_data_adapt()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_netbuf.h171 #define oal_netbuf_headroom(nb) NetBufGetRoom(nb, E_HEAD_BUF) macro
227 #define oal_netbuf_headroom(nb) skb_headroom(nb) macro
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_crypto_tkip.c291 if ((netbuf->mem_head != HI_NULL) && (oal_netbuf_headroom(netbuf) > IEEE80211_WEP_MICLEN)) { in hmac_crypto_tkip_enmic()
H A Dhmac_tx_data.c1088 if (oal_netbuf_headroom(netbuf) >= MAC_80211_QOS_HTC_4ADDR_FRAME_LEN) { in hmac_tx_encap()

Completed in 6 milliseconds