Searched refs:to_tx_info (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_msgbuf.c | 7696 bcm_to_info_tx_ts_t to_tx_info; in dhd_msgbuf_send_msg_tx_ts() local 7720 memset(&to_tx_info, 0, sizeof(to_tx_info)); in dhd_msgbuf_send_msg_tx_ts() 7721 to_tx_info.hdr.type = BCM_TS_TX; in dhd_msgbuf_send_msg_tx_ts() 7722 to_tx_info.hdr.flowid = checksum; in dhd_msgbuf_send_msg_tx_ts() 7723 to_tx_info.hdr.prec = prec; in dhd_msgbuf_send_msg_tx_ts() 7727 uint32 *xbytes = (uint32 *)to_tx_info.hdr.xbytes; 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() 7739 to_tx_info.dhdt0 = DHD_PKT_GET_QTIME(pkt); in dhd_msgbuf_send_msg_tx_ts() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_msgbuf.c | 7700 bcm_to_info_tx_ts_t to_tx_info; in dhd_msgbuf_send_msg_tx_ts() local 7724 memset(&to_tx_info, 0, sizeof(to_tx_info)); in dhd_msgbuf_send_msg_tx_ts() 7725 to_tx_info.hdr.type = BCM_TS_TX; in dhd_msgbuf_send_msg_tx_ts() 7726 to_tx_info.hdr.flowid = checksum; in dhd_msgbuf_send_msg_tx_ts() 7727 to_tx_info.hdr.prec = prec; in dhd_msgbuf_send_msg_tx_ts() 7731 uint32 *xbytes = (uint32 *)to_tx_info.hdr.xbytes; 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() 7743 to_tx_info.dhdt0 = DHD_PKT_GET_QTIME(pkt); in dhd_msgbuf_send_msg_tx_ts() [all …]
|