Searched refs:oal_netbuf_expand_head (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 108 #define oal_netbuf_expand_head(nb, head, tail, mask) NetBufResizeRoom(nb, head, tail)
macro
|
H A D | oal_sdio_host.c | 1378 ret = oal_netbuf_expand_head(netbuf, 0, tailroom_add, GFP_ATOMIC); in oal_sdio_transfer_tx()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/ |
H A D | hcc_hmac.c | 455 err_code = oal_netbuf_expand_head(netbuf, (hi_s32)headroom_add - (hi_s32)oal_netbuf_headroom(netbuf), in hcc_host_tx_data_adapt()
|
H A D | hcc_host.c | 543 ret = oal_netbuf_expand_head(netbuf, 0, (hi_s32)tail_room_len, GFP_KERNEL);
|
Completed in 15 milliseconds