Home
last modified time | relevance | path

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

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_host.c523 hi_u32 len_algin, tail_room_len; local
535 tail_room_len = len_algin - len;
537 if (oal_unlikely(tail_room_len > oal_netbuf_tailroom(netbuf))) {
543 ret = oal_netbuf_expand_head(netbuf, 0, (hi_s32)tail_room_len, GFP_KERNEL);
545 oal_io_print1("alloc head room failed,expand tail len=%d\n", tail_room_len);
550 oal_netbuf_put(netbuf, tail_room_len);

Completed in 3 milliseconds