Lines Matching refs:hp2p_info
15169 hp2p_info_t *hp2p_info; local
15172 hp2p_info = &dhd->hp2p_info[0];
15181 hp2p_info->rx_t0[dur1 % MAX_RX_HIST_BIN]++;
15191 hp2p_info_t *hp2p_info; local
15195 hp2p_info = &dhd->hp2p_info[hp2p_flowid];
15203 hp2p_info->tx_t0[dur1 % MAX_TX_HIST_BIN]++;
15211 hp2p_info->tx_t1[dur2 % MAX_TX_HIST_BIN]++;
15217 hp2p_info_t *hp2p_info; local
15222 hp2p_info = container_of(timer, hp2p_info_t, timer);
15225 dhdp = hp2p_info->dhd_pub;
15231 __FUNCTION__, ((msgbuf_ring_t *)hp2p_info->ring)->pend_items_count,
15232 hp2p_info->flowid));
15236 dhd_prot_txdata_write_flush(dhdp, hp2p_info->flowid);
15237 hp2p_info->hrtimer_init = FALSE;
15238 hp2p_info->num_timer_limit++;
15248 hp2p_info_t *hp2p_info; local
15253 hp2p_info = &dhd->hp2p_info[hp2p_flowid];
15258 hp2p_info->hrtimer_init = FALSE;
15259 hp2p_info->ring = NULL;
15260 hp2p_info->num_pkt_limit++;
15261 hrtimer_cancel(&hp2p_info->timer);
15267 if (hp2p_info->hrtimer_init == FALSE) {
15268 hp2p_info->hrtimer_init = TRUE;
15269 hp2p_info->flowid = flowid;
15270 hp2p_info->dhd_pub = dhd;
15271 hp2p_info->ring = ring;
15272 hp2p_info->num_timer_start++;
15274 hrtimer_start(&hp2p_info->timer,