Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 10 of 10) sorted by relevance

/drivers/hdf_core/adapter/khdf/linux/network/src/
Dnetbuf_adapter.c234 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom() argument
236 return pskb_expand_head(nb, head, tail, GFP_ATOMIC); in NetBufResizeRoom()
270 nb->tail += len; in NetBufPush()
274 if (unlikely(len > nb->len) || unlikely(len > nb->tail)) { in NetBufPush()
278 nb->tail -= len; in NetBufPush()
330 nb->tail += len; in NetBufPop()
/drivers/peripheral/usb/test/moduletest/common/scripts/
Dusb_watch_process.sh24 cpu=$(top -n 1 -p ${pid} | head -6 | tail -1 | cut -F 10)
Dusb_raw_host_loopback.sh19 port=$(lsusb -t| grep cdc_acm | tail -1 | awk -F'[ :]+' '{print $4}')
/drivers/hdf_core/framework/include/net/
Dhdf_netbuf.h317 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail);
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
Dnetbuf_adapter.c543 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom() argument
553 size = head + nb->len + tail; in NetBufResizeRoom()
580 nb->bufs[E_TAIL_BUF].len += tail; in NetBufResizeRoom()
/drivers/hdf_core/adapter/khdf/liteos/network/src/
Dnetbuf_adapter.c543 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail) in NetBufResizeRoom() argument
553 size = head + nb->len + tail; in NetBufResizeRoom()
580 nb->bufs[E_TAIL_BUF].len += tail; in NetBufResizeRoom()
/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
Dap.c41 beaconConf.tailIEs = apSettings->beaconData.tail; in ChangeBeacon()
225 …if (!HdfSbufReadBuffer(reqData, (const void **)&(apSettings->beaconData.tail), &(apSettings->beaco… in WifiCmdSetApInner()
318 …if (!HdfSbufReadBuffer(reqData, (const void **)&(apSettings.beaconData.tail), &(apSettings.beaconD… in WifiCmdChangeBeacon()
/drivers/hdf_core/framework/model/network/wifi/include/
Dhdf_wifi_cmd.h196 uint8_t *tail; member
/drivers/peripheral/wlan/client/src/sbuf/
Dsbuf_wpa_cmd_adapter.c195 …isSerializeFailed || !HdfSbufWriteBuffer(data, apsettings->beaconData.tail, apsettings->beaconData… in WifiCmdSetAp()
227 …isSerializeFailed || !HdfSbufWriteBuffer(data, apsettings->beaconData.tail, apsettings->beaconData… in WifiCmdChangeBeacon()
/drivers/peripheral/wlan/client/include/
Dwifi_driver_client.h385 uint8_t *tail; member