Searched refs:xbytes (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | dhdioctl.h | 423 uint8 xbytes[16]; /**< 16bytes info from pkt offset */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | dhdioctl.h | 423 uint8 xbytes[16]; /**< 16bytes info from pkt offset */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_msgbuf.c | 7727 uint32 *xbytes = (uint32 *)to_tx_info.hdr.xbytes; in dhd_msgbuf_send_msg_tx_ts() local 7729 (void)memcpy_s(&xbytes[0], sizeof(xbytes[0]), in dhd_msgbuf_send_msg_tx_ts() 7731 (void)memcpy_s(&xbytes[1], sizeof(xbytes[1]), in dhd_msgbuf_send_msg_tx_ts() 7734 ((dlen - flow_pkt_offset) >= sizeof(to_tx_info.hdr.xbytes))) { in dhd_msgbuf_send_msg_tx_ts() 7735 (void)memcpy_s(to_tx_info.hdr.xbytes, sizeof(to_tx_info.hdr.xbytes), in dhd_msgbuf_send_msg_tx_ts() 7736 ((uint8 *)ptr + flow_pkt_offset), sizeof(to_tx_info.hdr.xbytes)); in dhd_msgbuf_send_msg_tx_ts() 7826 uint32 *xbytes = (uint32 *)to_rx_info.hdr.xbytes; in dhd_msgbuf_send_msg_rx_ts() local 7828 (void)memcpy_s(&xbytes[0], sizeof(xbytes[0]), in dhd_msgbuf_send_msg_rx_ts() 7830 (void)memcpy_s(&xbytes[1], sizeof(xbytes[1]), in dhd_msgbuf_send_msg_rx_ts() 7833 ((dlen - flow_pkt_offset) >= sizeof(to_rx_info.hdr.xbytes))) { in dhd_msgbuf_send_msg_rx_ts() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_msgbuf.c | 7731 uint32 *xbytes = (uint32 *)to_tx_info.hdr.xbytes; in dhd_msgbuf_send_msg_tx_ts() local 7733 (void)memcpy_s(&xbytes[0], sizeof(xbytes[0]), in dhd_msgbuf_send_msg_tx_ts() 7735 (void)memcpy_s(&xbytes[1], sizeof(xbytes[1]), in dhd_msgbuf_send_msg_tx_ts() 7738 ((dlen - flow_pkt_offset) >= sizeof(to_tx_info.hdr.xbytes))) { in dhd_msgbuf_send_msg_tx_ts() 7739 (void)memcpy_s(to_tx_info.hdr.xbytes, sizeof(to_tx_info.hdr.xbytes), in dhd_msgbuf_send_msg_tx_ts() 7740 ((uint8 *)ptr + flow_pkt_offset), sizeof(to_tx_info.hdr.xbytes)); in dhd_msgbuf_send_msg_tx_ts() 7830 uint32 *xbytes = (uint32 *)to_rx_info.hdr.xbytes; in dhd_msgbuf_send_msg_rx_ts() local 7832 (void)memcpy_s(&xbytes[0], sizeof(xbytes[0]), in dhd_msgbuf_send_msg_rx_ts() 7834 (void)memcpy_s(&xbytes[1], sizeof(xbytes[1]), in dhd_msgbuf_send_msg_rx_ts() 7837 ((dlen - flow_pkt_offset) >= sizeof(to_rx_info.hdr.xbytes))) { in dhd_msgbuf_send_msg_rx_ts() [all …]
|