Lines Matching refs:hp2p_info
8507 hp2p_info_t *hp2p_info; in dhd_bus_dump() local
8510 hp2p_info = &dhdp->hp2p_info[flowid]; in dhd_bus_dump()
8511 if (hp2p_info->num_timer_start == 0) in dhd_bus_dump()
8514 bcm_bprintf(strbuf, "\n%d", hp2p_info->flowid); in dhd_bus_dump()
8519 hp2p_info->tx_t0[bin], hp2p_info->tx_t1[bin]); in dhd_bus_dump()
8523 bcm_bprintf(strbuf, "\n%d", hp2p_info->flowid); in dhd_bus_dump()
8528 hp2p_info->rx_t0[bin]); in dhd_bus_dump()
8533 bcm_bprintf(strbuf, "\n%d %24d %16d", hp2p_info->num_pkt_limit, in dhd_bus_dump()
8534 hp2p_info->num_timer_limit, hp2p_info->num_timer_start); in dhd_bus_dump()
9895 hp2p_info_t *hp2p_info = &bus->dhd->hp2p_info[addr]; in dhdpcie_readshared() local
9897 hp2p_info->hrtimer_init = FALSE; in dhdpcie_readshared()
9898 hp2p_info->timer.function = &dhd_hp2p_write; in dhdpcie_readshared()
9900 tasklet_hrtimer_init(&hp2p_info->timer, in dhdpcie_readshared()
9903 hrtimer_init(&hp2p_info->timer, CLOCK_MONOTONIC, in dhdpcie_readshared()