Home
last modified time | relevance | path

Searched defs:BufferLen (Results 1 – 4 of 4) sorted by relevance

/device/board/unionman/unionpi_tiger/hardware/bt/src/
Dbt_skbuff.c111 uint32_t BufferLen = HeadRoom ? (Length + HeadRoom) : (Length + DEFAULT_HEADER_SIZE); in RtbAllocate() local
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dbt_skbuff.c114 uint32_t BufferLen = HeadRoom ? (Length + HeadRoom) : (Length + DEFAULT_HEADER_SIZE); in RtbAllocate() local
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/
Dhal_intf.c1892 void rtw_hal_fill_fake_txdesc(_adapter *padapter, u8 *pDesc, u32 BufferLen, in rtw_hal_fill_fake_txdesc()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/rtl8822c/
Drtl8822c_ops.c3918 static void fill_fake_txdesc(PADAPTER adapter, u8 *pDesc, u32 BufferLen, in fill_fake_txdesc()