Lines Matching refs:ts_req
11318 host_timestamp_msg_t *ts_req; local
11340 ts_req = (host_timestamp_msg_t*)dhd_prot_alloc_ring_space(dhdp, ctrl_ring,
11342 if (ts_req == NULL) {
11349 ts_req->msg.msg_type = MSG_TYPE_HOSTTIMSTAMP;
11350 ts_req->msg.if_id = 0;
11351 ts_req->msg.flags = ctrl_ring->current_phase;
11352 ts_req->msg.request_id = DHD_H2D_HOSTTS_REQ_PKTID;
11354 ts_req->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO;
11357 ts_req->xt_id = xt_id;
11358 ts_req->seqnum = seqnum;
11360 ts_req->input_data_len = htol16(tlv_len);
11361 ts_req->host_buf_addr.high = htol32(PHYSADDRHI(prot->hostts_req_buf.pa));
11362 ts_req->host_buf_addr.low = htol32(PHYSADDRLO(prot->hostts_req_buf.pa));
11375 ts_req->msg.request_id, ts_req->input_data_len,
11376 ts_req->xt_id, ts_req->seqnum));
11379 dhd_prot_ring_write_complete(dhdp, ctrl_ring, ts_req,