Home
last modified time | relevance | path

Searched refs:ts_req (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c8790 host_timestamp_msg_t *ts_req; in dhd_prot_send_host_timestamp() local
8818 ts_req = (host_timestamp_msg_t*)dhd_prot_alloc_ring_space(dhdp, &prot->h2dring_ctrl_subn, in dhd_prot_send_host_timestamp()
8820 if (ts_req == NULL) { in dhd_prot_send_host_timestamp()
8830 ts_req->msg.msg_type = MSG_TYPE_HOSTTIMSTAMP; in dhd_prot_send_host_timestamp()
8831 ts_req->msg.if_id = 0; in dhd_prot_send_host_timestamp()
8832 ts_req->msg.flags = prot->h2dring_ctrl_subn.current_phase; in dhd_prot_send_host_timestamp()
8833 ts_req->msg.request_id = DHD_H2D_HOSTTS_REQ_PKTID; in dhd_prot_send_host_timestamp()
8835 ts_req->msg.epoch = prot->h2dring_ctrl_subn.seqnum % H2D_EPOCH_MODULO; in dhd_prot_send_host_timestamp()
8838 ts_req->xt_id = xt_id; in dhd_prot_send_host_timestamp()
8839 ts_req->seqnum = seqnum; in dhd_prot_send_host_timestamp()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c11316 host_timestamp_msg_t *ts_req; local
11338 ts_req = (host_timestamp_msg_t*)dhd_prot_alloc_ring_space(dhdp, ctrl_ring,
11340 if (ts_req == NULL) {
11347 ts_req->msg.msg_type = MSG_TYPE_HOSTTIMSTAMP;
11348 ts_req->msg.if_id = 0;
11349 ts_req->msg.flags = ctrl_ring->current_phase;
11350 ts_req->msg.request_id = DHD_H2D_HOSTTS_REQ_PKTID;
11352 ts_req->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO;
11355 ts_req->xt_id = xt_id;
11356 ts_req->seqnum = seqnum;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c11318 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;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c11316 host_timestamp_msg_t *ts_req; local
11338 ts_req = (host_timestamp_msg_t*)dhd_prot_alloc_ring_space(dhdp, ctrl_ring,
11340 if (ts_req == NULL) {
11347 ts_req->msg.msg_type = MSG_TYPE_HOSTTIMSTAMP;
11348 ts_req->msg.if_id = 0;
11349 ts_req->msg.flags = ctrl_ring->current_phase;
11350 ts_req->msg.request_id = DHD_H2D_HOSTTS_REQ_PKTID;
11352 ts_req->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO;
11355 ts_req->xt_id = xt_id;
11356 ts_req->seqnum = seqnum;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c14753 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;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c14757 host_timestamp_msg_t *ts_req; local
14787 ts_req = (host_timestamp_msg_t*)dhd_prot_alloc_ring_space(dhdp, ctrl_ring,
14789 if (ts_req == NULL) {
14799 ts_req->msg.msg_type = MSG_TYPE_HOSTTIMSTAMP;
14800 ts_req->msg.if_id = 0;
14801 ts_req->msg.flags = ctrl_ring->current_phase;
14802 ts_req->msg.request_id = DHD_H2D_HOSTTS_REQ_PKTID;
14804 ts_req->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO;
14807 ts_req->xt_id = xt_id;
14808 ts_req->seqnum = seqnum;
[all …]