Searched refs:cbuf (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | hnd_cons.h | 65 * input line directly into cbuf and then write the length into vcons_in. 80 * Characters are read one at a time into cbuf until <CR> is received, then 84 char cbuf[CBUF_LEN]; member
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtnet.c | 118 struct pbuf_custom cbuf; member 265 nic->rbufRec[i].cbuf.custom_free_function = ReleaseRxEntry; in ConfigRxBuffer() 405 &nic->rbufRec[e->id].cbuf, (void *)payload, ETH_FRAME_LEN); in LowLevelInput() 413 p = &nic->rbufRec[e->id].cbuf.pbuf; in LowLevelInput()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus_usb_linux.c | 1655 unsigned char *cbuf = (unsigned char *) buf; in matches_loopback_pkt() local 1658 if (cbuf[i] != (i % 256)) { in matches_loopback_pkt() 1659 printf("%s: mismatch at i=%d %d : ", __FUNCTION__, i, cbuf[i]); in matches_loopback_pkt() 1661 printf("%d ", cbuf[j]); in matches_loopback_pkt()
|
H A D | wl_cfgvendor.c | 6169 wl_cnt_info_t *cbuf = (wl_cnt_info_t *)buf; in wl_cfgvendor_lstats_get_bcn_mbss() local 6172 if ((cnt = (const void *)bcm_get_data_from_xtlv_buf(cbuf->data, cbuf->datalen, in wl_cfgvendor_lstats_get_bcn_mbss() 6175 } else if ((cnt = (const void *)bcm_get_data_from_xtlv_buf(cbuf->data, cbuf->datalen, in wl_cfgvendor_lstats_get_bcn_mbss() 6178 } else if ((cnt = (const void *)bcm_get_data_from_xtlv_buf(cbuf->data, cbuf->datalen, in wl_cfgvendor_lstats_get_bcn_mbss() 6181 } else if ((cnt = (const void *)bcm_get_data_from_xtlv_buf(cbuf->data, cbuf->datalen, in wl_cfgvendor_lstats_get_bcn_mbss()
|
H A D | dhd_pcie.c | 4163 /* Write message into cbuf */ in dhd_bus_console_in() 4164 addr = bus->console_addr + OFFSETOF(hnd_cons_t, cbuf); in dhd_bus_console_in()
|
H A D | dhd_sdio.c | 7772 /* Write message into cbuf */ in dhd_bus_console_in() 7773 addr = bus->console_addr + OFFSETOF(hnd_cons_t, cbuf); in dhd_bus_console_in()
|
Completed in 42 milliseconds