Searched refs:tail (Results 1 – 10 of 10) sorted by relevance
/drivers/hdf_core/adapter/khdf/linux/network/src/ |
D | netbuf_adapter.c | 234 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/ |
D | usb_watch_process.sh | 24 cpu=$(top -n 1 -p ${pid} | head -6 | tail -1 | cut -F 10)
|
D | usb_raw_host_loopback.sh | 19 port=$(lsusb -t| grep cdc_acm | tail -1 | awk -F'[ :]+' '{print $4}')
|
/drivers/hdf_core/framework/include/net/ |
D | hdf_netbuf.h | 317 int32_t NetBufResizeRoom(NetBuf *nb, uint32_t head, uint32_t tail);
|
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/ |
D | netbuf_adapter.c | 543 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/ |
D | netbuf_adapter.c | 543 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/ |
D | ap.c | 41 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/ |
D | hdf_wifi_cmd.h | 196 uint8_t *tail; member
|
/drivers/peripheral/wlan/client/src/sbuf/ |
D | sbuf_wpa_cmd_adapter.c | 195 …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/ |
D | wifi_driver_client.h | 385 uint8_t *tail; member
|