/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmsdspi_linux.c | 363 hexdump(char *pfx, unsigned char *msg, int msglen) in hexdump() argument 372 for (i = 0; i < msglen; i++, col++) { in hexdump() 388 spi_sendrecv(sdioh_info_t *sd, uint8 *msg_out, uint8 *msg_in, int msglen) in spi_sendrecv() argument 412 hexdump(" OUT: ", msg_out, msglen); in spi_sendrecv() 415 tx_len = write ? msglen-4 : 4; in spi_sendrecv() 429 t[1].len = msglen-tx_len; in spi_sendrecv() 435 hexdump(" IN : ", msg_in, msglen); in spi_sendrecv()
|
H A D | dhd_bus.h | 85 extern int dhd_bus_txctl(struct dhd_bus *bus, uchar *msg, uint msglen); 86 extern int dhd_bus_rxctl(struct dhd_bus *bus, uchar *msg, uint msglen); 99 extern int dhd_bus_console_in(dhd_pub_t *dhd, uchar *msg, uint msglen); 101 extern int dhd_bus_txcons(dhd_pub_t *dhd, uchar *msg, uint msglen);
|
H A D | dhd_msgbuf.c | 195 volatile cmn_msg_hdr_t *msg, int msglen); 840 uint32 tries, volatile uchar *msg, int msglen); 842 volatile cmn_msg_hdr_t *msg, int msglen); 844 volatile cmn_msg_hdr_t *msg, int msglen); 846 volatile cmn_msg_hdr_t *msg, int msglen); 864 volatile uchar *msg, int msglen) in dhd_prot_d2h_sync_livelock() 879 dhd_prhex("D2H MsgBuf Failure", msg, msglen, DHD_ERROR_VAL); in dhd_prot_d2h_sync_livelock() 913 volatile cmn_msg_hdr_t *msg, int msglen) in dhd_prot_d2h_sync_seqnum() 917 int num_words = msglen / sizeof(uint32); /* num of 32bit words */ in dhd_prot_d2h_sync_seqnum() 925 ASSERT(msglen in dhd_prot_d2h_sync_seqnum() 863 dhd_prot_d2h_sync_livelock(dhd_pub_t *dhd, uint32 msg_seqnum, msgbuf_ring_t *ring, uint32 tries, volatile uchar *msg, int msglen) dhd_prot_d2h_sync_livelock() argument 912 dhd_prot_d2h_sync_seqnum(dhd_pub_t *dhd, msgbuf_ring_t *ring, volatile cmn_msg_hdr_t *msg, int msglen) dhd_prot_d2h_sync_seqnum() argument 991 dhd_prot_d2h_sync_xorcsum(dhd_pub_t *dhd, msgbuf_ring_t *ring, volatile cmn_msg_hdr_t *msg, int msglen) dhd_prot_d2h_sync_xorcsum() argument 1079 dhd_prot_d2h_sync_none(dhd_pub_t *dhd, msgbuf_ring_t *ring, volatile cmn_msg_hdr_t *msg, int msglen) dhd_prot_d2h_sync_none() argument 1113 int msglen = 0, len = 0; dhd_prot_d2h_sync_edl() local 7162 uint16 msglen = len + hdrlen; dhdmsgbuf_lpbk_req() local [all...] |
H A D | dhd_sdio.c | 2605 dhd_bus_txctl(struct dhd_bus *bus, uchar *msg, uint msglen) in dhd_bus_txctl() argument 2622 len = (msglen += sdpcm_hdrlen); in dhd_bus_txctl() 2629 msglen += doff; in dhd_bus_txctl() 2670 *(uint16*)frame = htol16((uint16)msglen); in dhd_bus_txctl() 2671 *(((uint16*)frame) + 1) = htol16(~msglen); in dhd_bus_txctl() 2683 hwheader1 = (msglen - SDPCM_FRAMETAG_LEN) | (1 << 24); in dhd_bus_txctl() 2684 hwheader2 = (len - (msglen)) << 16; in dhd_bus_txctl() 2809 dhd_bus_rxctl(struct dhd_bus *bus, uchar *msg, uint msglen) in dhd_bus_rxctl() argument 2825 bcopy(bus->rxctl, msg, MIN(msglen, rxlen)); in dhd_bus_rxctl() 2846 bcopy(bus->rxctl, msg, MIN(msglen, rxle in dhd_bus_rxctl() 7728 dhd_bus_console_in(dhd_pub_t *dhdp, uchar *msg, uint msglen) dhd_bus_console_in() argument 7810 dhd_bus_txcons(dhd_pub_t *dhdp, uchar *msg, uint msglen) dhd_bus_txcons() argument [all...] |
H A D | dhd_linux_pktdump.c | 653 uint16 msglen; in dhd_dump_wsc_message() local 658 WSC_ATTR_MSG, &msglen, opt); in dhd_dump_wsc_message() 659 if (msg && msglen) { in dhd_dump_wsc_message()
|
H A D | wl_cfgvendor.c | 2607 int ret_len = 0, payload = 0, msglen; in wl_cfgvendor_priv_string_handler() local 2670 msglen = ret_len > maxmsglen ? maxmsglen : ret_len; in wl_cfgvendor_priv_string_handler() 2671 ret_len -= msglen; in wl_cfgvendor_priv_string_handler() 2672 payload = msglen + sizeof(msglen); in wl_cfgvendor_priv_string_handler() 2680 if (nla_put(reply, BCM_NLATTR_DATA, msglen, cur) || in wl_cfgvendor_priv_string_handler() 2681 nla_put_u16(reply, BCM_NLATTR_LEN, msglen)) { in wl_cfgvendor_priv_string_handler() 2692 cur = (void *)((char *)cur + msglen); in wl_cfgvendor_priv_string_handler()
|
H A D | dhd_common.c | 1292 int dhd_bus_console_in(dhd_pub_t *dhd, uchar *msg, uint msglen) in dhd_bus_console_in() argument 1296 return dhd_iovar(dhd, 0, "cons", msg, msglen, NULL, 0, TRUE); in dhd_bus_console_in() 1303 dhd_mem_debug(dhd_pub_t *dhd, uchar *msg, uint msglen) in dhd_mem_debug() argument 1340 msglen = strlen(msg) + sizeof(int32) + 1; in dhd_mem_debug() 1341 if (dhd_wl_ioctl_cmd(dhd, WLC_GET_VAR, msg, msglen+1, FALSE, 0) < 0) { in dhd_mem_debug() 1420 dhd_flow_ring_debug(dhd_pub_t *dhd, char *msg, uint msglen) in dhd_flow_ring_debug() argument
|
H A D | bcmspibrcm.c | 53 extern void spi_sendrecv(sdioh_info_t *sd, uint8 *msg_out, uint8 *msg_in, int msglen);
|
H A D | dhd_linux.c | 10070 uint8 msglen; in dhd_preinit_ioctls() local 11071 msglen = ROUNDUP(WLC_E_LAST, NBBY)/NBBY + EVENTMSGS_EXT_STRUCT_SIZE; in dhd_preinit_ioctls() 11072 eventmask_msg = (eventmsgs_ext_t*)MALLOC(dhd->osh, msglen); in dhd_preinit_ioctls() 11074 DHD_ERROR(("failed to allocate %d bytes for event_msg_ext\n", msglen)); in dhd_preinit_ioctls() 11078 bzero(eventmask_msg, msglen); in dhd_preinit_ioctls() 11083 ret2 = dhd_iovar(dhd, 0, "event_msgs_ext", (char *)eventmask_msg, msglen, iov_buf, in dhd_preinit_ioctls() 11087 bcopy(iov_buf, eventmask_msg, msglen); in dhd_preinit_ioctls() 11134 ret = dhd_iovar(dhd, 0, "event_msgs_ext", (char *)eventmask_msg, msglen, NULL, 0, in dhd_preinit_ioctls() 11532 MFREE(dhd->osh, eventmask_msg, msglen); in dhd_preinit_ioctls()
|
H A D | dhd_pcie.c | 4143 int dhd_bus_console_in(dhd_pub_t *dhd, uchar *msg, uint msglen) in dhd_bus_console_in() argument 4165 if ((rv = dhdpcie_bus_membytes(bus, TRUE, addr, (uint8 *)msg, msglen)) < 0) in dhd_bus_console_in() 4170 val = htol32(msglen); in dhd_bus_console_in()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmspi.h | 40 extern void spi_sendrecv(sdioh_info_t *sd, uint8 *msg_out, uint8 *msg_in, int msglen);
|
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 271 unsigned char msglen[0x8]; in sha1_finish() local 276 PUT_UINT32_BE(high, msglen, 0x0); in sha1_finish() 277 PUT_UINT32_BE(low, msglen, 0x4); in sha1_finish() 283 sha1_update(ctx, msglen, 0x8); in sha1_finish() 512 uint8_t msglen[8]; in sha256_finish() local 517 PUT_UINT32_BE(high, msglen, 0); in sha256_finish() 518 PUT_UINT32_BE(low, msglen, 0x4); in sha256_finish() 524 sha256_update(ctx, msglen, 0x8); in sha256_finish()
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | resource_tool.c | 276 unsigned char msglen[8]; in sha1_finish() local 282 PUT_UINT32_BE (high, msglen, 0); in sha1_finish() 283 PUT_UINT32_BE (low, msglen, 4); in sha1_finish() 289 sha1_update (ctx, msglen, 8); in sha1_finish() 523 uint8_t msglen[8]; in sha256_finish() local 529 PUT_UINT32_BE(high, msglen, 0); in sha256_finish() 530 PUT_UINT32_BE(low, msglen, 4); in sha256_finish() 536 sha256_update(ctx, msglen, 8); in sha256_finish()
|