Lines Matching refs:ts_req
14753 host_timestamp_msg_t *ts_req; local
14783 ts_req = (host_timestamp_msg_t*)dhd_prot_alloc_ring_space(dhdp, ctrl_ring,
14785 if (ts_req == NULL) {
14795 ts_req->msg.msg_type = MSG_TYPE_HOSTTIMSTAMP;
14796 ts_req->msg.if_id = 0;
14797 ts_req->msg.flags = ctrl_ring->current_phase;
14798 ts_req->msg.request_id = DHD_H2D_HOSTTS_REQ_PKTID;
14800 ts_req->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO;
14803 ts_req->xt_id = xt_id;
14804 ts_req->seqnum = seqnum;
14806 ts_req->input_data_len = htol16(tlv_len);
14807 ts_req->host_buf_addr.high = htol32(PHYSADDRHI(prot->hostts_req_buf.pa));
14808 ts_req->host_buf_addr.low = htol32(PHYSADDRLO(prot->hostts_req_buf.pa));
14821 ts_req->msg.request_id, ts_req->input_data_len,
14822 ts_req->xt_id, ts_req->seqnum));
14825 dhd_prot_ring_write_complete(dhdp, ctrl_ring, ts_req,