Lines Matching refs:xbytes
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()
7834 (void)memcpy_s(to_rx_info.hdr.xbytes, sizeof(to_rx_info.hdr.xbytes), in dhd_msgbuf_send_msg_rx_ts()
7835 ((uint8 *)ptr + flow_pkt_offset), sizeof(to_rx_info.hdr.xbytes)); in dhd_msgbuf_send_msg_rx_ts()