Lines Matching refs:hp2p_info
11560 hp2p_info_t *hp2p_info; local
11563 hp2p_info = &dhd->hp2p_info[0];
11572 hp2p_info->rx_t0[dur1 % MAX_RX_HIST_BIN]++;
11582 hp2p_info_t *hp2p_info; local
11586 hp2p_info = &dhd->hp2p_info[hp2p_flowid];
11594 hp2p_info->tx_t0[dur1 % MAX_TX_HIST_BIN]++;
11602 hp2p_info->tx_t1[dur2 % MAX_TX_HIST_BIN]++;
11608 hp2p_info_t *hp2p_info; local
11617 hp2p_info = container_of(timer, hp2p_info_t, timer.timer);
11619 hp2p_info = container_of(timer, hp2p_info_t, timer);
11624 dhdp = hp2p_info->dhd_pub;
11630 __FUNCTION__, ((msgbuf_ring_t *)hp2p_info->ring)->pend_items_count,
11631 hp2p_info->flowid));
11635 dhd_prot_txdata_write_flush(dhdp, hp2p_info->flowid);
11636 hp2p_info->hrtimer_init = FALSE;
11637 hp2p_info->num_timer_limit++;
11647 hp2p_info_t *hp2p_info; local
11652 hp2p_info = &dhd->hp2p_info[hp2p_flowid];
11657 hp2p_info->hrtimer_init = FALSE;
11658 hp2p_info->ring = NULL;
11659 hp2p_info->num_pkt_limit++;
11661 tasklet_hrtimer_cancel(&hp2p_info->timer);
11663 hrtimer_cancel(&hp2p_info->timer);
11669 if (hp2p_info->hrtimer_init == FALSE) {
11670 hp2p_info->hrtimer_init = TRUE;
11671 hp2p_info->flowid = flowid;
11672 hp2p_info->dhd_pub = dhd;
11673 hp2p_info->ring = ring;
11674 hp2p_info->num_timer_start++;
11676 tasklet_hrtimer_start(&hp2p_info->timer,
11679 hrtimer_start(&hp2p_info->timer,